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.
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)
&
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
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
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
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
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
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
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
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
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
>>
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
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
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
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
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
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
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
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
19 matches
Mail list logo