I want to plot multiple plot lines, and would prefer lines to start at
x-axis beginning (so they "source" vertically from y-axis)
If I use suggested method from current replies lines would not start
from x-axis beginning, but I guess I'll need to look in Axes module
and make my preferences.
Thanks

On Sat, Sep 17, 2011 at 10:42 PM, Benjamin Root <ben.r...@ou.edu> wrote:
>
> Sorry, I am used to working from the axes objects, not from the pyplot
> interface.  Most of the axes methods are available to pyplot, but it looks
> like Axes.set_xticklabels() is not available to pyplot.
>
> But honestly, I think you are making this harder than it is.  The line being
> drawn starts at (0, 0) coordinates.  The plot is correct, and I am not sure
> what you are trying to acheive.
>
> Ben Root
>
>

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to