Re: [Matplotlib-users] Legend: Space between text and upper bo

2006-07-14 Thread Marquardt, Colin
Title: Re: [Matplotlib-users] Legend: Space between text and upper bo Till Wagner <[EMAIL PROTECTED]> writes: > leg.draw_frame(False) might be an option, but I use > self.axes.grid(True) and when the legend has no > borders, the grid is shown through the text and makes > ist nearly unredable

Re: [Matplotlib-users] Mac OS X - Problem when saving figures in eps

2006-06-28 Thread Marquardt, Colin
Title: Re: [Matplotlib-users] Mac OS X - Problem when saving figures in eps John Hunter <[EMAIL PROTECTED]> writes: > What appears to be happening is that mpl is finding and using a > native os x font rather than the Vera fonts that mpl ships with. Maybe it would be worth shipping the Deja

[Matplotlib-users] Second y axis

2006-06-07 Thread Marquardt, Colin
Title: Second y axis Hi, I am using a second y axis on the right with twinx() like the following: ax = subplot(111) plot_date(..., label='foo') ax.xaxis.set_major_locator(month3) ax.xaxis.set_major_formatter(DateFormatter('%Y-%m')) ax.xaxis.set_minor_locator(month1) ax.autoscale_view() labe

[Matplotlib-users] How to remove padding around the drawing?

2006-06-02 Thread Marquardt, Colin
Title: How to remove padding around the drawing? Hi, when I'm plotting something in the most straightforward way, like    from pylab import *    plot([1,2,3])    title('A title')    xlabel('foo')    ylabel('bar')    savefig('test.png') MPL produces an output file that has quite some paddin

Re: [Matplotlib-users] First impression from a new user

2006-06-01 Thread Marquardt, Colin
Title: Re: [Matplotlib-users] First impression from a new user John Hunter <[EMAIL PROTECTED]> writes: > The function datestr2num takes any date string recognized by > dateutils.parse (most of them) and returns a floating point number > days since -00-00 which is how matplotlib represent

Re: [Matplotlib-users] First impression from a new user

2006-06-01 Thread Marquardt, Colin
Title: Re: [Matplotlib-users] First impression from a new user Bill Dandreta <[EMAIL PROTECTED]> writes: > Here's a code snippet I found somewhere that demonstrates the use: Thanks Jonathan and Bill, that works fine. Cheers,   Colin

[Matplotlib-users] First impression from a new user

2006-06-01 Thread Marquardt, Colin
Title: First impression from a new user [Repost, sorry if you get this twice.] Hi guys, in my quest for a better gnuplot replacement, I came across matplotlib yesterday. I really like it, big thanks to the developers. It was pretty easy to port over a gnuplot command file.  There are two