Re: [Matplotlib-users] Problem with matplotlib 1.0.1 and psfrag (LaTeX)

2011-03-17 Thread Michael McNeil Forbes
On 13 Jan 2011, at 5:50 AM, Michael Droettboom wrote: Can you provide a simple LaTeX document that illustrates the problem with psfrag? This is still compliant Postscript, AFAICT. It is not a postscript compliance issue, but rather a requirement of the psfrag package which relys on

[Matplotlib-users] multiline legend tags

2011-03-17 Thread Francesco Montesano
Dear all, I have a rather complex code that takes a list of file names and of legend tags from command line and compute contour plots ./contour_plots.py [options] filename1 ... filename2 tag1 ... tagn The codes make filled contours at required levels, then line contours. From the latter I

[Matplotlib-users] No stix fonts?

2011-03-17 Thread Neal Becker
/usr/lib64/python2.7/site-packages/matplotlib/font_manager.py:1242: UserWarning: findfont: Font family ['STIXSizeOneSym'] not found. Falling back to Bitstream Vera Sans (prop.get_family(), self.defaultFamily[fontext])) /usr/lib64/python2.7/site-packages/matplotlib/font_manager.py:1242:

Re: [Matplotlib-users] Qt4 on OSX

2011-03-17 Thread Darren Dale
On Wed, Mar 16, 2011 at 1:59 PM, Daniel Welling dantwell...@gmail.com wrote: Greetings, MPL'ers. After playing with backends quite a bit, I have found that the best one in terms of speed, robustness, and features is Qt4Agg - especially on OSX, where the MacOSX backend is buggy and many others

Re: [Matplotlib-users] multiline legend tags

2011-03-17 Thread Paul Ivanov
Francesco Montesano, on 2011-03-17 12:05, wrote: Dear all, I have a rather complex code that takes a list of file names and of legend tags from command line and compute contour plots ./contour_plots.py [options] filename1 ... filename2 tag1 ... tagn The codes make filled contours at

Re: [Matplotlib-users] Grids independent of data coordinates

2011-03-17 Thread Paul Ivanov
Jörgen Stenarson, on 2011-03-16 18:04, wrote: Hi, I'm interested in making plots that are plotted on a polar grid or a smith chart grid but where the data coordinates still are normal rectangular. It is not clear for me if this is possible with the standard gridding machinery or if some

Re: [Matplotlib-users] how to improve the font of matplotlib images ?

2011-03-17 Thread Paul Ivanov
Stef Mientki, on 2011-03-16 19:45, wrote: hello, The text in matplotlib pictures is very fuzzy (certainly if you compare that to fixed texts). The picture below is from an html page, the html page is generated from a python script, which also produces the matplotlib pictures, which are

Re: [Matplotlib-users] matplotlib.dates date within a loop

2011-03-17 Thread Paul Ivanov
Evan Mason, on 2011-03-16 15:27, wrote: Hi, I get unexpected behaviour using the script below. xticks only appear in the 4th subplot. If the lines marked ### are moved out of the loop (and edited so that they are constants), then xticks do appear on each subplot. Is this a bug or am I

Re: [Matplotlib-users] Grids independent of data coordinates

2011-03-17 Thread Jörgen Stenarson
Paul Ivanov skrev 2011-03-17 20:58: Jörgen Stenarson, on 2011-03-16 18:04, wrote: Hi, I'm interested in making plots that are plotted on a polar grid or a smith chart grid but where the data coordinates still are normal rectangular. It is not clear for me if this is possible with the