On Mon, Feb 21, 2011 at 1:32 PM, Waléria Antunes David <
waleriantu...@gmail.com> wrote:

> Can you help me...please.
>
> On Mon, Feb 21, 2011 at 4:02 PM, Waléria Antunes David <
> waleriantu...@gmail.com> wrote:
>
>> I don't understand...i need that the yscale has these values:
>> 1,10,100,1000 ....But i don't know how...
>>
>> Thanks,
>>
>>
>>
Let me make it clearer.  Your green line has values on the order of 10^-17.
There is nothing that can be done to meet your request if you are plotting
data this small.  Either this data is wrong, or you don't want to plot it at
all.

To exclude anything less than 1, use the following:

ax.set_ylim(bottom=1)

Note that this will exclude the green line in your plot!

Ben Root
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to