>>>>> "Jonathan" == Jonathan Taylor <[EMAIL PROTECTED]> 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


_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to