[Matplotlib-users] matplotlib axis define

2010-02-11 Thread Samuel Teixeira Santos
Hi all I'm noob on matplotlib on python and I need to do excel graphic like (model.jpg) that I send attached. I send it too my test code for that My problem is to set the values on y and x axis how I do it? thanks in advanced # -*- coding: utf-8 -*- from decimal import Decimal y=[Decimal('0.

Re: [Matplotlib-users] matplotlib axis define

2010-02-11 Thread Samuel Teixeira Santos
y.html that provide codes to >> perform a wide range of graphics. >> >> Pierre >> >> from decimal import Decimal >> from matplotlib import pyplot as pp >> >> x = ... >> y = ... >> >> pp.xscale('log') >> pp.plot(x,y) &

Re: [Matplotlib-users] matplotlib axis define

2010-02-11 Thread Samuel Teixeira Santos
Pierre You right look on excel grahic, I found a logarithmic scale option marked my bad. really thanks see ya 2010/2/11 Samuel Teixeira Santos > hi again > > accuatly, I want redefine my axis points ( it's seems call 'ticks' on > pyplot, I want redefine his ran

Re: [Matplotlib-users] finish. now improvement - help

2010-02-19 Thread Samuel Teixeira Santos
anyone? please? Samuel 2010/2/18 Samuel Teixeira Santos > Hi all. > > I finish my test code to learn the basics of matplotlib. > > Here my simplest code: http://dpaste.com/161149/ > > Now what I ask is for suggestions about turn this in better code > > Because in

[Matplotlib-users] label not print theta symbol

2010-02-22 Thread Samuel Teixeira Santos
Hi all, How do I print as label of an axis the Theta symbol - θ? thanks in advanced -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune a

Re: [Matplotlib-users] label not print theta symbol

2010-02-22 Thread Samuel Teixeira Santos
thanks both! very nice LaTeX 2010/2/22 Darren Dale > On Mon, Feb 22, 2010 at 8:36 AM, Philipp Bender > wrote: > > Hi, > > > >> How do I print as label of an axis the Theta symbol - θ? > > > > you can take a look in the docs, there are examples how to use LaTeX for > the > > labels. You get the

[Matplotlib-users] reset graphic

2010-02-24 Thread Samuel Teixeira Santos
Hi all Days ago I ask for tips about to improvemente my code on http://dpaste.com/161149/ Today, it's work ok on my web app. I fill it a form and when press submit I generate the graphic. But, I fill it the form again and press submit again, it will generate a second graphic instead of reset th

Re: [Matplotlib-users] reset graphic

2010-02-24 Thread Samuel Teixeira Santos
I found a solutiont. sharing with everyone... http://stackoverflow.com/questions/1874642/how-to-use-matplotlib-in-django see ya 2010/2/24 Samuel Teixeira Santos > Hi all > > Days ago I ask for tips about to improvemente my code on > http://dpaste.com/161149/ > > Today, it&#

[Matplotlib-users] installling on ubuntu

2010-03-15 Thread Samuel Teixeira Santos
Hi all... On this afternoon I installed on my ubuntu 8.04 server the python-matplotlib package and his dependencies. but If I pay attention right that package installed matplotlib 0.91 on my local desktop wich run windows, I installed the last version... Anyone knows how do I de-install only ma

[Matplotlib-users] savefig 0.91

2010-03-16 Thread Samuel Teixeira Santos
Hi folks I'm using ubuntu 8.04 lts and matplotlib 0.91 I cannot upgrade in this moment. On my app (for web) I fix several errors (because I did her in 0.99) My last error (I think it is) is on savefig It tells me that cannot open file on log error, appears on write_png method. Is this permis

Re: [Matplotlib-users] savefig 0.91

2010-03-16 Thread Samuel Teixeira Santos
I fix it. It was a dumb error I using '\' on windows and on ubuntu-linux I must use '/'... sorry... and thanks 2010/3/16 Michael Droettboom > Can you please post the entire traceback? > > Mike > > Samuel Teixeira Santos wrote: > >> Hi folks >>

[Matplotlib-users] matplotlib 0.6.0 - xscale('x') alternative

2010-04-14 Thread Samuel Teixeira Santos
Hi guys and girls :D I have a problem with my ubuntu server that it is 8.4 version, and that version only bring matplotlib package 0.6.0 version. so I have to modify my code to this version but one thing I can't: the xscale('log') - wich make the graphics in logaritimic scale of base 10. how I

[Matplotlib-users] overflow...

2010-04-16 Thread Samuel Teixeira Santos
Hi all... my code is that: http://dpaste.com/184551/ the problem is that code is using on an web app. When I request the graph after press submit button they generate the graph perfect I do that for 6, 7 times with the same value to generate the graph so after that the graph breaks, like if exc

Re: [Matplotlib-users] overflow...

2010-04-19 Thread Samuel Teixeira Santos
anyone could give me a hint about? 2010/4/16 Samuel Teixeira Santos > Hi all... > > my code is that: http://dpaste.com/184551/ > > the problem is that code is using on an web app. > > When I request the graph after press submit button > they generate the graph perfec

Re: [Matplotlib-users] ANN: matplotlib-0.99.3

2010-06-01 Thread Samuel Teixeira Santos
I just want confirm because I new here on my server I have this scpy 0.7.2, numpy 1.4.1, matplotlib 0.99.1.1. may I keep that? thanks 2010/6/1 John Hunter > On Tue, Jun 1, 2010 at 8:34 AM, Alan G Isaac wrote: > > On 6/1/2010 9:06 AM, John Hunter wrote: > > > For the binaries, what is the rec

Re: [Matplotlib-users] ANN: matplotlib-0.99.3

2010-06-01 Thread Samuel Teixeira Santos
I will prefer update it very soon thanks for the response 2010/6/1 John Hunter > On Tue, Jun 1, 2010 at 9:09 AM, Samuel Teixeira Santos > wrote: > > I just want confirm because I new here > > > > on my server I have this scpy 0.7.2, numpy 1.4.1, matplotlib 0.99

[Matplotlib-users] remove matplotlib

2010-07-07 Thread Samuel Teixeira Santos
Hi all on my server (ubuntu 8.04 lts) I installed matplotlib and was that kind of installation who compile various files with gcc, gfortran and so on now I wanna remove them to install the new version... could anyone help me with this? because I don't wann to do something who could be bad to th

Re: [Matplotlib-users] hz to khz

2010-07-28 Thread Samuel Teixeira Santos
I think her problem is something like that His values on X Axis is a range between 3000 to 3400 without this division by 1000.0 his graphic processing normally but instead on X axis to show the range between 3000 to 3400 she needs to show this values transform in Hz (I think) that's why the divi

[Matplotlib-users] cannot import name cbook

2011-03-30 Thread Samuel Teixeira Santos
why? anyone knows? TemplateSyntaxError at /accounts/profile/ Caught ViewDoesNotExist while rendering: Could not import irrigaweb.pedotrans.views. Error was: cannot import name cbook Request Method:GETRequest URL: http://hirrigaweb.cpac.embrapa.br/accounts/profile/Django Version:1.2.5Exception Ty