On Mon, Feb 21, 2011 at 10:23 AM, Waléria Antunes David <
waleriantu...@gmail.com> wrote:

> See my code: http://pastebin.com/xtgKteuW
>
> I need that tn the x-axis should have a scale like this: 0 - 2 - 4 - 6 - 8
> - 10 - 12 - 14 and in the y-axis a scale: 1 - 10 - 100 -1000 . See my
> images, the image correct_graph is correct.
>
> Thanks,
>
>
>
One problem at a time.  You are doing an errorbar plot and then creating a
subplot.  The subplot axes will not be the same thing as the axes you just
made the errorbar plot on.

See the correction here: http://pastebin.com/aZEJuGs2

Note, this does not address your tick label problem yet, just your plotting
problem.

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