Re: [Matplotlib-users] Problems with, LaTeX symbols, axes rescaling

2008-11-24 Thread John Hunter
On Mon, Nov 24, 2008 at 8:37 PM, Zane Selvans <[EMAIL PROTECTED]> wrote: > > On Nov 24, 2008, at 5:23 PM, John Hunter wrote: > > The first thing I noticed is that all of the LaTeX symbols I have in my > > plots are now messed up. I could see this being a font issue... does anyone > > I suggest com

Re: [Matplotlib-users] Problems with, LaTeX symbols, axes rescaling

2008-11-24 Thread Zane Selvans
On Nov 24, 2008, at 5:23 PM, John Hunter wrote: The first thing I noticed is that all of the LaTeX symbols I have in my plots are now messed up. I could see this being a font issue... does anyone I suggest completely wiping your .matplotlib directory (saving only your matplotlibrc if you

Re: [Matplotlib-users] Problems with, LaTeX symbols, axes rescaling

2008-11-24 Thread John Hunter
On Mon, Nov 24, 2008 at 6:23 PM, Zane Selvans <[EMAIL PROTECTED]> wrote: > whether it's just the fact that I'm using the SVN code. > The first thing I noticed is that all of the LaTeX symbols I have in my > plots are now messed up. I could see this being a font issue... does anyone > know how/whe

Re: [Matplotlib-users] Problems with, LaTeX symbols, axes rescaling

2008-11-24 Thread Eric Firing
Zane Selvans wrote: > Yesterday I compiled Matplotlib from SVN, and installed it to run on top [...] > > The second thing is that in a figure in which I'm using twinx() to > create a separate y-axis using the same x-axis, I no longer seem to be > able to control the limits of the new axes. The

[Matplotlib-users] Problems with, LaTeX symbols, axes rescaling

2008-11-24 Thread Zane Selvans
Yesterday I compiled Matplotlib from SVN, and installed it to run on top of the dependencies that I have installed from the SciPy Superpack for OS X from Chris Fonnesbeck. Nearly everything seems to be working fine. However, there are a couple of glitches, and I can't tell whether it's be