Re: [Matplotlib-users] positions and scientific notations of ticks

2012-05-08 Thread stecue
Dear All, I've figured out that I can use LinearLocator and set ylim manually to fix the number of ticks. But I still don't know to set the display precision of the scientific notation. Currently I can only work around this by choosing proper limits and number of ticks manually. Is there anywa

Re: [Matplotlib-users] customised linestyle?

2012-05-08 Thread Jonathan Slavin
The example here: http://matplotlib.sourceforge.net/examples/pylab_examples/dash_control.html?highlight=set_dashes will probably help. Jon > See the API document of plot(): > > http://matplotlib.sourceforge.net/api/axes_api.html#matplotlib.axes.Axes.plot > > You may try different combinations