Re: [Matplotlib-users] eps quality

2009-02-18 Thread Jouni K . Seppänen
Afshin Eskandari writes: > I upgraded my OS from fedora 6 to fedora 10. everything seems ok > except for that when I save a figure in eps format, the quality of the > resulting figure is poor and the size in also smaller than what it is > supposed to be. Just a guess: I think the default dpi val

[Matplotlib-users] eps quality

2009-02-18 Thread Afshin Eskandari
hi everybody, I have been using matplotlib for some months without any problem and I am very happy with it until recently when I upgraded my OS from fedora 6 to fedora 10. everything seems ok except for that when I save a figure in eps format, the quality of the resulting figure is poor and the

Re: [Matplotlib-users] matplotlib on remote host Mac OS/X

2009-02-18 Thread Jeff Whitaker
Davide Lazzati wrote: > I installed atk, gtk2, pango, and cairo from macports. Then I > installed pygobject-2.16.0, pycairo-1.8.2, and pygtk-2.12.1 from the > sources. > > All the installations seemed smooth. > > However, when I import pylab using GTKAgg as a backend, ipython tells > me that there

Re: [Matplotlib-users] matplotlib on remote host Mac OS/X

2009-02-18 Thread Davide Lazzati
I installed atk, gtk2, pango, and cairo from macports. Then I installed pygobject-2.16.0, pycairo-1.8.2, and pygtk-2.12.1 from the sources. All the installations seemed smooth. However, when I import pylab using GTKAgg as a backend, ipython tells me that there is not pygtk (see below for the whol

Re: [Matplotlib-users] rectangular patch

2009-02-18 Thread Ryan May
On Wed, Feb 18, 2009 at 1:13 PM, Nicholas Stephens < nicholas.steph...@univ-brest.fr> wrote: > Hi all, > > I am creating what I would call a simple plot and up until now i have > had no complaints. What I need is the ability to place a realtively > small horizontal rectangle on the x-axis having n

[Matplotlib-users] rectangular patch

2009-02-18 Thread Nicholas Stephens
Hi all, I am creating what I would call a simple plot and up until now i have had no complaints. What I need is the ability to place a realtively small horizontal rectangle on the x-axis having never previously used the patches lib's. 8 hours and a slight sense of humour faliure later I am

Re: [Matplotlib-users] Two y axis with twinx, only one of them logscale

2009-02-18 Thread marcusantonius
You are right, this solved my problem. Thank you very much. mh Jae-Joon Lee wrote: > > I believe that it does not actually change the y scale of the first > axes, but simply the > y tickmarks of the second axes gets visible again. It seems to me a > bug, though. Anyhow, I guess inserting foll

Re: [Matplotlib-users] Two y axis with twinx, only one of them logscale

2009-02-18 Thread Jae-Joon Lee
I believe that it does not actually change the y scale of the first axes, but simply the y tickmarks of the second axes gets visible again. It seems to me a bug, though. Anyhow, I guess inserting following line after ax2.set_yscale("log") should solve your problem. ax2.yaxis.tick_right() -JJ On

[Matplotlib-users] Two y axis with twinx, only one of them logscale

2009-02-18 Thread marcusantonius
Hi everybody, I want to include different data into one plot using a common xaxis but two yaxis. One of these axis should be log scaled. The problem is, that this automatically changes the scaling (or just the ticks) of first yaxis, which should be linear to log. I assume this is a bug, but its a

[Matplotlib-users] xlabel, ylabel style configure in matplolibrc file

2009-02-18 Thread Zunbeltz Izaola
Dear all, If I am not wrong it is not possible to set the rotation and alignament options of xlabel and ylabel in the rcParam. I think this would be a nice idea. If there is nobody working on that I can have a look. Could you please outline what classes/method should I look in the matplotlib so

Re: [Matplotlib-users] how to make scatter plot and bar graphs in same figure?

2009-02-18 Thread Manuel Metz
Ryan May wrote: > On Mon, Feb 16, 2009 at 7:22 AM, Manuel Metz wrote: > >> Attached is a very simple example that shows how to do something similar >> to scatterhist in matplotlib >> >> > That's a nice example. Are you going to check that into SVN? Yes, soon ... > Ryan >