Re: [Matplotlib-users] 3d plotting without ticklabels

2010-07-31 Thread skorpio11
Bump. Is this possible using mplot3d?? I would, also like to turn off the ticks and the tick labels. skavhaug wrote: > > On Fri, Jun 11, 2010 at 4:50 PM, Benjamin Root wrote: >> Ola, >> >> Just to make sure, have you tried "ax.set_xticks([])"? > > Yes, I have tried that, but without success

Re: [Matplotlib-users] Permission error after installing MPL 1.0 on Mac

2010-07-31 Thread Friedrich Romstedt
2010/7/30 Jeremy Conlin : > I recently installed MPL on two Macs, one running 10.6 and another > running 10.5.  When I try to plot, I get the following error: > > TclError: couldn't open > "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/matplotlib/mpl-data/images/home

Re: [Matplotlib-users] Matplotlib-users Digest, Vol 50, Issue 79

2010-07-31 Thread Friedrich Romstedt
2010/7/29 Waléria Antunes David : > Hi Benjamim, > > I made the changes as bellow and it displays the x-axis values formatted as > expected, see my current image and my code. But, now i need to change the > scale and the numbers of decimal places in order to appear on the graph like > this: 3.0

Re: [Matplotlib-users] Confusion Matrix

2010-07-31 Thread Friedrich Romstedt
2010/7/29 Simon Friedberger : > For some magical reason when I set the ticks_position to none, setting > the label_position to 'top' is ignored. > Did you try this? Is it another command arrangement thing? > > On 09:26 Thu 29.07.10, Friedrich Romstedt wrote: >> axis.set_label_position('top') >> axi