Re: [Matplotlib-users] plot() and imshow() relationship

2015-06-16 Thread Amit Saha
On Sat, May 30, 2015 at 1:50 AM, Paul Hobson wrote: > imshow is for displaying arrays as images/rasters. > > plot is for showing data/functions as points and lines. > > See the gallery for imshow: > http://matplotlib.org/gallery.html#images_contours_and_fields Thanks Paul. I have since then have

Re: [Matplotlib-users] custom x axis integers boxplot

2015-06-16 Thread Paul Hobson
You want to use a MultipleLocator: http://matplotlib.org/examples/pylab_examples/major_minor_demo1.html -paul On Mon, Jun 15, 2015 at 6:16 PM, pb89 wrote: > hey guys, is it also possible to only show every 5th number of that array? > Its a little too much right now: > < > http://matplotlib.1069