From: John H. <jdh...@ac...> - 2006-06-02 00:46:26
|
>>>>> "Jonathan" == Jonathan Taylor <jon...@st...> writes: Jonathan> Hi, Jonathan> Was wondering if anyone knows if there was any way to Jonathan> reproduce this kind of example: Jonathan> http://www.mps.mpg.de/dislin/exa_bars3d.html Jonathan> i.e. a 3d barplot. Definitely not with matplotlib currently. Personally, I don't like these plots. One way to represent this data is with three calls to scatter, each with a different color, and use marker size for the z-axis. JDH |