Re: [Matplotlib-users] Problems seeing a png created with matplotlib in firefox

2010-03-02 Thread Renato Alves
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Quoting Alexander Dietz on 03/02/2010 01:27 PM: Hi, thanks for testing. So it looks like a bug in firefox from 3.5.8 - 3.6, or do you see any strange things happening in the file to create this image? Tested here on firefox 3.6 (Ubuntu) and I

[Matplotlib-users] How to calculate relative positions between objects

2010-01-31 Thread Renato Alves
Hi everyone I've been going around matplotlib objects trying to find a way to pre-calculate positions depending on input. I'm trying to create a function that draws two barplots facing opposite directions. This is what I managed so far: ### import numpy as np import matplotlib.pyplot as plt

Re: [Matplotlib-users] bar/hist plots, bottom on top or right axis

2010-01-12 Thread Renato Alves
Quoting Matthias Michler on 01/08/2010 08:00 AM: 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 Hi

[Matplotlib-users] bar/hist plots, bottom on top or right axis

2010-01-07 Thread Renato Alves
What I'm trying to accomplish is something like: http://bm2.genes.nig.ac.jp/RGM2/R_current/library/plotrix/man/images/big_pyramid.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

[Matplotlib-users] Names in boxplot x axis

2009-10-09 Thread Renato Alves
Hi everyone, I've been using matplotlib for a while but mostly using the pyplot functions and going as far as changing their initial input parameters. Now I need to make a boxplot and include names on the X axis as opposed to the default numbers. I've searched extensively on the docs and using