Dear list,
I am making a 3d plot of a set of functions one after the other.
Actually I do this interactively, but what matter should only be that
I plot, clear the axis, plot again and so on.
I want to display a colorbar for each of those plots. The first thing
I tried was calling
fig.colorbar(
Indeed, with that link, I was able to make it work.
Thanks a lot,
Holger
On Thu, Oct 20, 2011 at 11:30, Jean-Louis Durrieu wrote:
> Hi Holger,
>
> On Oct 20, 2011, at 11:21 AM, Holger Brandsmeier wrote:
>> I would like to have two subplots in a figure one below each other (so
&
bplot()
command. I also found the add_subplot() function with many parameters,
but I didn't see which of those parameter would help me.
Thanks for any advice,
Holger
--
Holger Brandsmeier, SAM, ETH Zürich
http://www.sam.math.ethz.ch/peop
, 2011 at 11:33 AM, Holger Brandsmeier
> wrote:
>>
>> Ben,
>>
>> On Fri, Sep 30, 2011 at 17:06, Benjamin Root wrote:
>> > What values for rstride and cstride are you using? By default,
>> > plot_surface() will sample every 10th point of the d
Dear list,
a call to `axes.cla()` automacically generates axes labels +
descriptions. If I then draw something with 3D axes, then I have two
axes in one figure. How can I clear the eaxes without generating 2D
tickz / labels etc?
A simple example for this based on
http://matplotlib.sourceforge.
> That is why you have to work with the 3D objects from
> mpl_toolkits.mplot3d.art3d directly. There isn't a lot of documentation, so
> your best bet is to look at the source code of the module.
Indeed, I was able to extract the necessary pieces from the source
code. In fact I split the function
Dear List,
is it possible to not only assign once color per polygon that is
plotted, but one color for each vertex, so that the result looks like
a properly smooth function. Even if I sample the points closely
enough, in the current approach in almost all of your examples you
always see the underl
ly. The
mesh will be nice in the sense that polygons do not intersect.
Otherwise the list of polygons should be arbitrary.
-Holger
On Thu, Sep 29, 2011 at 17:33, Benjamin Root wrote:
> On Thu, Sep 29, 2011 at 4:09 AM, Holger Brandsmeier
> wrote:
>>
>> Dear list,
>>
>
, so if I have
1000 quadrilaterals, then I would have to call
`Axes3DSubplot.plot_surface` for each of them separately. At least
with `gtkagg` this even seems to fail with z-buffer problem. Btw.
which backend to you recommend for 3D plots?
-Holger
--
Holger Brandsmeier, SAM, ETH Zürich
http