Hi Renato,

I think you have to flip the x-axis of the left plot by for instance
ax1 = subplot(121, xlim=(1, 0))
and I think than hist(data, orientation='horizontal') or manually using 
barh-plots works fine.

Kind regards,
Matthias

On Thursday 07 January 2010 22:12:56 Renato Alves wrote:
> What I'm trying to accomplish is something like:
>
> http://bm2.genes.nig.ac.jp/RGM2/R_current/library/plotrix/man/images/big_py
>ramid.plot_001.png
>
> For that I was trying to use subplots where both draw in horizontal
> orientation but one will be flipped or mirrored.
>
> I couldn't find any parameter to do so. There is left for horizontal
> plots but no right. The same goes for bottom, but no top.
>
> Is there any way to achieve this?
>
> Thanks,
> Renato


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to