Re: [Matplotlib-users] I cannot change the axis tick separation or nbins in Axis artist

2013-02-24 Thread patricia
Thanks a lot JJ, this worked perfectly! Patricia -- View this message in context: http://matplotlib.1069221.n5.nabble.com/I-cannot-change-the-axis-tick-separation-or-nbins-in-Axis-artist-tp40446p40467.html Sent from the matplotlib - users mailing list archive at Nabble.com

Re: [Matplotlib-users] I cannot change the axis tick separation or nbins in Axis artist

2013-02-21 Thread patricia
making a figure with several small Taylor Diagrams subplots). Thanks! Patricia -- View this message in context: http://matplotlib.1069221.n5.nabble.com/I-cannot-change-the-axis-tick-separation-or-nbins-in-Axis-artist-tp40446p40454.html Sent from the matplotlib - users mailing list archive at

Re: [Matplotlib-users] I cannot change the axis tick separation or nbins in Axis artist

2013-02-20 Thread patricia
ks() does not produce any change. Any idea? http://www.ce.mu.edu.tr/sharedoc/python-matplotlib-doc-.0.1/html/mpl_toolkits/axes_grid/users/axisartist.html#gridhelper gives some explanation with the The GridHelperRectlinear, but I cannot make it work Thanks, Patricia -- View this message in c

[Matplotlib-users] I cannot change the axis tick separation or nbins in Axis artist

2013-02-20 Thread patricia
suggest to use the classical set_ticks, but it doesn't work. ax.xaxis.set_ticks() does not makes any difference, the ticks are same as originally, and ax.axis["left"].set_ticks() results in an error: 'AxisArtist' object has no attribute 'set_ticks' Can somebody h

Re: [Matplotlib-users] Problems to plot more than 9 subplots

2013-02-19 Thread patricia
Thanks a lot! Works now! -- View this message in context: http://matplotlib.1069221.n5.nabble.com/Problems-to-plot-more-than-9-subplots-tp40440p40444.html Sent from the matplotlib - users mailing list archive at Nabble.com. --

Re: [Matplotlib-users] Problems to plot more than 9 subplots

2013-02-19 Thread patricia
ld.nabble.com/Taylor-diagram-(2nd-take)-p33364690.html Do you see an easy way of adding more than 9 Taylor diagrams subplots in test1 for example? Thanks again, Patricia -- View this message in context: http://matplotlib.1069221.n5.nabble.com/Problems-to-plot-more-than-9-subplots-tp40440p4044

[Matplotlib-users] Interactive data plotting Matplotlib

2010-12-10 Thread Skelton, Patricia
This message (and attachments) is subject to restrictions and a disclaimer. Please refer to http://www.unisa.ac.za/disclaimer for full details. Hi I have a text file containing experimental data obtained over the course of two years. The data were obtained on a

[Matplotlib-users] how do label with matshow

2010-08-20 Thread Patricia
Hi all, I start using matplotlib a month ago, so I'm still learning. I'm trying to do a heatmap with matshow. My code is the following: data = numpy.array(a).reshape(4, 4) cax = ax.matshow(data, interpolation='nearest', cmap=cm.get_cmap('PuBu'), norm=LogNorm()) cbar = fig.colorbar(cax) ax.set_