I've been running into the well known rendering problems with mplot3d's bar3d function. After two days of trying to get acceptable results without success: Is it possible to simply disable z-sorting (whoops)?
I want to generate static plots from experimental data, all using the same perspective, so I know the order of the bars to be plotted. It's a no-brainer to provide the data vectors in this appropriate order, which I tried too - didn't work. Even if I provide explicit zorders for all Poly3dCollections in axes.collections (single-plotting each bar), everything gets messed up after showing the plot window. So is there any way to create the bars just in the order of the data vectors passed to bar3d (or keep the order/zorder in axes.collections)? - Sebastian Voigt - ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users