Re: [Matplotlib-users] Transferring an Axes Subplot to a projection on a 3d plot

2014-09-24 Thread Benjamin Root
Not at this time, no. There are two reasons for this. First, an Artist object can only be attached to a single Axes object at any given time. Right now, it isn't really possible to "transfer" an Artist from one Axes to another (not impossible, but it certainly isn't a built-in mechanism). The other

[Matplotlib-users] Transferring an Axes Subplot to a projection on a 3d plot

2014-09-24 Thread Adam Hughes
Hi, Sorry for all of these left-field questions. We are trying to develop some custom functionality for a spectroscopy program... Given a 3d surface plot, matplotlib makes it easy to add contours along the projections of the plot. http://matplotlib.org/1.3.1/mpl_toolkits/mplot3d/tutorial.html#d