Re: [Matplotlib-users] Axes3d have improved handling of label placement yet

2013-08-02 Thread Benjamin Root
On Sun, Jul 28, 2013 at 7:14 AM, Jeffrey Spencer jeffspenc...@gmail.comwrote: Ben, Thanks that works great and also one more question. If you look at the previous example. I have noticed that at the angle the figure is at the ticklabels look like they are at the center of the grid boxes.

Re: [Matplotlib-users] Axes3d have improved handling of label placement yet

2013-07-18 Thread Benjamin Root
Jeffrey, Sorry if the documentation is a bit vague on the _axinfo front. It was intentionally done that way to keep the number of people dependent upon that kludge down. It was created as an improvement upon the previous hard-coded constants that completely prevented anybody from making any

[Matplotlib-users] axes3d, initial azimuth and elevation

2012-07-14 Thread gsal
So, I have [code] from mpl_toolkits.mplot3d import axes3d fig = plt.figure(figsize=(10,7)) ax = fig.gca(projection='3d') ax.scatter(xs, ys, zs, c='r') plt.show() [/code] but when the figure first comes up, it is not to my liking; when I interactively (with the mouse) move it around to my

Re: [Matplotlib-users] axes3d, initial azimuth and elevation

2012-07-14 Thread Benjamin Root
On Saturday, July 14, 2012, gsal wrote: So, I have [code] from mpl_toolkits.mplot3d import axes3d fig = plt.figure(figsize=(10,7)) ax = fig.gca(projection='3d') ax.scatter(xs, ys, zs, c='r') plt.show() [/code] but when the figure first comes up, it is not to my liking; when I

Re: [Matplotlib-users] axes3d, initial azimuth and elevation

2012-07-14 Thread gsal
got it, thanks. -- View this message in context: http://old.nabble.com/axes3d%2C-initial-azimuth-and-elevation-tp34161970p34162843.html Sent from the matplotlib - users mailing list archive at Nabble.com. -- Live

[Matplotlib-users] Axes3D depth problem

2010-07-27 Thread copyrights
Hallo, I got a depth problem with Axes3D. I made a plot_surface and add 2 Circle object with add_patch and mpl_toolkits.mplot3d.art3d.patch_2d_to_3d. The problem is that the circles are always in front. I upload a picture here http://yfrog.com/nd3dproblemp . The gui is rotatable, so I can't

Re: [Matplotlib-users] Axes3D depth problem

2010-07-27 Thread Benjamin Root
On Tue, Jul 27, 2010 at 2:25 PM, copyrig...@gmx.de wrote: Hallo, I got a depth problem with Axes3D. I made a plot_surface and add 2 Circle object with add_patch and mpl_toolkits.mplot3d.art3d.patch_2d_to_3d. The problem is that the circles are always in front. I upload a picture here

Re: [Matplotlib-users] Axes3D depth problem

2010-07-27 Thread copyrights
Hallo Ben Root, I put together some snippets #CODE import matplotlib.pyplot as plt from matplotlib.patches import Circle import mpl_toolkits.mplot3d.art3d as art3d from mpl_toolkits.mplot3d import Axes3D import numpy import matplotlib step = 0.04 maxval = 1.0 fig = plt.figure() ax =

Re: [Matplotlib-users] Axes3D depth problem

2010-07-27 Thread Benjamin Root
On Tue, Jul 27, 2010 at 3:10 PM, copyrig...@gmx.de wrote: Hallo Ben Root, I put together some snippets #CODE import matplotlib.pyplot as plt from matplotlib.patches import Circle import mpl_toolkits.mplot3d.art3d as art3d from mpl_toolkits.mplot3d import Axes3D import numpy

[Matplotlib-users] Axes3D and tricontours.

2010-07-19 Thread Daniel Welling
Greetings, MPL Users. I have been experimenting with Axes3D with the hopes that I could create some 3d lines and then project some contours on different planes in the 3D axes object, much like the contour3d_demo3.py example (but with lines instead of the 3d wireframe.) The catch, however, is

[Matplotlib-users] Axes3D figure to U3D

2010-05-29 Thread Mark Bakker
Hello List, Is there anybody who has tried to convert a Axes3D figure to U3D so it can be imbedded in a pdf file? It would be exceedingly cool. If anybody has code that can do this, that would be most excellent. If not, does anybody have any other thoughts on getting a 3D image in an interactive

[Matplotlib-users] axes3d zlabel fails to rotate

2010-04-22 Thread Alan G Isaac
If I rotate an axes3D instance with a zlabel far enough so that the ticks and label switch sides, but so that the xlabel and ylabel remain at the bottom, then the zlabel does not rotate 180 degrees, as it should to look right. (If I then tilt it so that the xlabel and the ylabel move to the top,

[Matplotlib-users] Axes3D and basemap

2010-03-02 Thread John [H2O]
Has anyone ever used a basemap instance as the 'floor' of an Axes3D plot? What I'm looking for is example code to do something like this: http://www.dfanning.com/tips/scatter3d_on_map.jpg Thanks, john -- View this message in context:

Re: [Matplotlib-users] Axes3D and basemap

2010-03-02 Thread Ben Axelrod
] [mailto:washa...@gmail.com] Sent: Tuesday, March 02, 2010 1:10 PM To: matplotlib-users@lists.sourceforge.net Subject: [Matplotlib-users] Axes3D and basemap Has anyone ever used a basemap instance as the 'floor' of an Axes3D plot? What I'm looking for is example code to do something like this: http

Re: [Matplotlib-users] Axes3D - Equal Aspect Ratio

2010-02-08 Thread Paul Wellner Bou
Hi, I am searching for a solution of the axis aspect in 3d plots, too. On 10/14/2009 14:01, Tinne De Laet wrote: axis(scaled) worked for me. Tinne This does not seem to work. At least I am not getting it to work. This command does not seem to be applied to the 3d axis. Do you have an

Re: [Matplotlib-users] Axes3D rotation not working when embedded in backend

2010-02-08 Thread Ben Axelrod
appropriate for this? Thanks, -Ben -Original Message- From: Ben Axelrod [mailto:baxel...@coroware.com] Sent: Saturday, February 06, 2010 5:55 PM To: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] Axes3D rotation not working when embedded in backend I looked

Re: [Matplotlib-users] Axes3D rotation not working when embedded in backend

2010-02-06 Thread Ben Axelrod
Message- From: Ben Axelrod [mailto:baxel...@coroware.com] Sent: Monday, February 01, 2010 3:56 PM To: matplotlib-users@lists.sourceforge.net Subject: [Matplotlib-users] Axes3D rotation not working when embedded in backend I would like to use Axes3D embedded in Wx. This works

[Matplotlib-users] Axes3D rotation not working when embedded in backend

2010-02-01 Thread Ben Axelrod
I would like to use Axes3D embedded in Wx. This works, but there is no mouse rotation. Clicking and dragging the mouse on the plot does not rotate the 3D axes like it does in the scatter3d_demo.py. I tried: WX, WXAgg, and TkAgg with similar results. Can this be fixed soon, or can someone

[Matplotlib-users] Axes3D *args **kargs

2009-12-09 Thread David Arnold
All, Is there a page that explains in full the Axes3D command and exactly what can be passed as arguments to Axes3D command? view? etc. Thanks, David -- Return on Information: Google Enterprise Search pays you back

[Matplotlib-users] Axes3D - Equal Aspect Ratio

2009-10-14 Thread Thomas Lecocq
Dear All, I'm playing around with mpl_toolkits.mplot3d to represent a 3D scatter, but I need the axis' aspect to be 'equal'. I tried to : ax = Axes3D(fig) ax.set_aspect('equal') but it doesn't change anything... Any tips ? Thanks a lot in advance, Thomas ** Thomas

Re: [Matplotlib-users] Axes3D - Equal Aspect Ratio

2009-10-14 Thread Tinne De Laet
Hi Thomas,. I'm playing around with mpl_toolkits.mplot3d to represent a 3D scatter, but I need the axis' aspect to be 'equal'. I tried to : ax = Axes3D(fig) ax.set_aspect('equal') axis(scaled) worked for me. Tinne

Re: [Matplotlib-users] Axes3D labels

2009-10-07 Thread Jae-Joon Lee
I'm not an axes3d expert and below is from my quick at the code, so there may be better ways. axes3d have w_[xyz]axis attributes, which are responsible for drawing tick, ticklables, and you need to change these to change ticks, etc. While, I think something like w_xaxis.set_ticks should work,

[Matplotlib-users] Axes3D labels

2009-10-06 Thread William Hall
Does anyone know if it possible to annotate the axes with strings? I've tried a hundred combinations of set_xticklabels with and without set_xticks but absolutely nothing seems to have any effect. Perhaps this is a bug? Perhaps labelling 3d axes is not supported? There's no documentation on this

[Matplotlib-users] Axes3D - size of the Z axe

2009-10-02 Thread German Ocampo
Hello everybody How can I control the size of the Z axis in a 3D plot using Axes3D in matplotlib? regards german -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer event you

Re: [Matplotlib-users] Axes3D - size of the Z axe

2009-10-02 Thread Matthias Michler
On Friday 02 October 2009 14:24:17 German Ocampo wrote: Hello everybody How can I control the size of the Z axis in a 3D plot using Axes3D in matplotlib? I think for an axes like ax = Axes3D(fig) you can use ax.set_zlim3d( ... ) Kind regards, Matthias

Re: [Matplotlib-users] Axes3D - size of the Z axe

2009-10-02 Thread German Ocampo
Hello After search in google, I found a solution changing the initial point of view of the plot, using a function which control the angle and elevation of the initial view: ax.view_init(elevation, azimuth) and tried and works ax = Axes3D(fig) ax.view_init(64, -30) Question: Is it possible to

Re: [Matplotlib-users] Axes3D - size of the Z axe

2009-10-02 Thread Nicolas Bigaouette
I was looking for something similar. It seems Axes3D() takes the angle as argument: import matplotlib.pyplot as plt import mpl_toolkits.mplot3d as m3d fig = plt.figure() ax = m3d.Axes3D(fig, elev = 20.0, azim = 45) in degrees. 2009/10/2 German Ocampo geroca...@gmail.com Hello After search

Re: [Matplotlib-users] axes3d material in matplotlib-0.99.0.win32-py2.5 missing?

2009-09-18 Thread John Hunter
On Thu, Sep 17, 2009 at 8:34 PM, Reckoner recko...@gmail.com wrote: thanks. does this mean that http://www.scipy.org/Cookbook/Matplotlib/mplot3D is out of date? Yes, it needs to be updated -- best would just be to remove the contents there and point to the mplot3d on the mpl website. Can

Re: [Matplotlib-users] axes3d material in matplotlib-0.99.0.win32-py2.5 missing?

2009-09-18 Thread Reckoner
if you're asking me, I don't have write access to this website. Thanks again. On Fri, Sep 18, 2009 at 4:45 AM, John Hunter jdh2...@gmail.com wrote: On Thu, Sep 17, 2009 at 8:34 PM, Reckoner recko...@gmail.com wrote: thanks. does this mean that http://www.scipy.org/Cookbook/Matplotlib/mplot3D

[Matplotlib-users] axes3d material in matplotlib-0.99.0.win32-py2.5 missing?

2009-09-17 Thread Reckoner
unless I'm misunderstanding something, the website says that matplotlib-0.99.0.win32-py2.5 should contain the axes3d material. It doesn't. Instead, it axes3d.py contains the following: raise NotImplementedError('axes3d is not supported in matplotlib-0.98. You may want to try the 0.91.x

Re: [Matplotlib-users] axes3d material in matplotlib-0.99.0.win32-py2.5 missing?

2009-09-17 Thread John Hunter
On Thu, Sep 17, 2009 at 6:46 PM, Reckoner recko...@gmail.com wrote: unless I'm misunderstanding something, the website says that matplotlib-0.99.0.win32-py2.5 should contain the axes3d material. It doesn't. Instead, it axes3d.py contains the following: raise NotImplementedError('axes3d is

Re: [Matplotlib-users] axes3d material in matplotlib-0.99.0.win32-py2.5 missing?

2009-09-17 Thread Reckoner
thanks. does this mean that http://www.scipy.org/Cookbook/Matplotlib/mplot3D is out of date? thanks On Thu, Sep 17, 2009 at 6:22 PM, John Hunter jdh2...@gmail.com wrote: On Thu, Sep 17, 2009 at 6:46 PM, Reckoner recko...@gmail.com wrote: unless I'm misunderstanding something, the website

Re: [Matplotlib-users] axes3d material in matplotlib-0.99.0.win32-py2.5 missing?

2009-09-17 Thread Eric Firing
Reckoner wrote: thanks. does this mean that http://www.scipy.org/Cookbook/Matplotlib/mplot3D is out of date? Yes. Eric thanks On Thu, Sep 17, 2009 at 6:22 PM, John Hunter jdh2...@gmail.com wrote: On Thu, Sep 17, 2009 at 6:46 PM, Reckoner recko...@gmail.com wrote: unless I'm

Re: [Matplotlib-users] axes3D

2008-10-01 Thread Eric Firing
Lisa Tauxe wrote: Are there any plans for incorporating this (what used to be mplot3d) into the new matplotlib version? Not that I know of. It was not being maintained even before the move to 0.98.x. Eric - This

[Matplotlib-users] axes3D

2008-09-30 Thread Lisa Tauxe
Are there any plans for incorporating this (what used to be mplot3d) into the new matplotlib version? Lisa Tauxe Scripps Institution of Oceanography La Jolla, CA 92093-0220 tel: (858) 534-6084 fax: (858) 534-0784 http://magician.ucsd.edu/~ltauxe/ [EMAIL PROTECTED] NOTE: Fedex or other

Re: [Matplotlib-users] Axes3d

2008-06-22 Thread Andrew Straw
Mike, just a question about the new transforms backend -- can the input dimensionality be greater than 2? (I realize functions to do so probably don't currently exist, but the question is about the transforms machinery itself.) -Andrew Michael Droettboom wrote: I'm not very familiar with how

Re: [Matplotlib-users] Axes3d

2008-06-22 Thread Eric Firing
Michael Droettboom wrote: I'm not very familiar with how axes3d works, but just by looking at the number of transform calls and objects, it appears that it will take significant effort to update it. It was never one of the goals of the transformation refactoring to have that working.

Re: [Matplotlib-users] Axes3d

2008-06-22 Thread John Hunter
On Fri, Jun 20, 2008 at 12:12 PM, Eric Firing [EMAIL PROTECTED] wrote: transformation refactoring to have that working. Personally, I'm +1 on removing axes3d.py to avoid confusion. Done home:~/mpl/lib/matplotlib cat axes3d.py raise NotImplmentedError('axes3d is not supported in

Re: [Matplotlib-users] Axes3d

2008-06-21 Thread Michael Droettboom
In theory, yes, but it's a completely untested theory. Each transform class has an input_dims and output_dims member that defines the input and output dimensions. So theoretically, you could create a perspective or orthogonal projection that maps from 3D to 2D. Cheers, Mike Andrew Straw

[Matplotlib-users] Axes3d

2008-06-20 Thread Matthias Michler
Hello list, I know it is not recommended to use matplotlib for 3d plotting, but for a while simple plots worked fine for me. This is not the case with actual svn version and therefore my question is: Would it break at lost or cost much effort to make the 3d-plot-examples of the Cookbook work?