Re: [Matplotlib-users] axes3d.get_test_data; where else is test data?

2014-11-10 Thread Adam Hughes
Thanks! On Nov 7, 2014 3:39 PM, "Thomas Caswell" wrote: > Take a look at matplotlib.cbook.get_sample_data. > > That said, I don't think an _axes_ object should have such a function and > axes3d.get_test_data() should be removed. > > Tom > > On Thu Nov 06 2014 at 11:40:18 AM Adam Hughes > wrote:

[Matplotlib-users] tex error with colorbar

2014-11-10 Thread Gideon Simpson
If I try to format the text using tex in a figure where a colorbar is present, I get the following error: Traceback (most recent call last): File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/artist.py", line 59, in draw_wrapper draw(ar

Re: [Matplotlib-users] double axis-3D plot

2014-11-10 Thread MonicaGM
Thanks for your answer. I have been struggling with this for many days... Regards, Monica -- View this message in context: http://matplotlib.1069221.n5.nabble.com/double-axis-3D-plot-tp44335p44337.html Sent from the matplotlib - users mailing list archive at Nabble.com. -

Re: [Matplotlib-users] double axis-3D plot

2014-11-10 Thread Benjamin Root
Unfortunately, no, it isn't possible (at this time). I really should add code that would raise a NotImplementedError when those methods are called. The problem is primarily with how the position of the axis labels are determined while one rotates the 3d plot area. I would need some sort of flag to

[Matplotlib-users] double axis-3D plot

2014-11-10 Thread MonicaGM
Hi, Is it possible to create multiple y,x axis for a 3D plot? I tried to create the secondary axes with ax.twinx() but I don't know how to get the right orientation. I would appreciate any help Regards, Monica -- View this