Re: [Matplotlib-users] Annotate not Drawing Properly in a Gridspec - Version 1.4.3

2015-05-26 Thread Sean Lake
,transform=ax.transAxes,ha=‘right’,va=‘center’) > > -Sterling > > On May 26, 2015, at 10:06AM, Sean Lake wrote: > >> Hello all, >> >> I'm using matplotlib 1.4.3 installed using fink with python 2.7. >> >> I'm trying to produce a grid of pl

[Matplotlib-users] Annotate not Drawing Properly in a Gridspec - Version 1.4.3

2015-05-26 Thread Sean Lake
ouble comes in when abs(ymax) < abs(ymin). When that is true, the labels are offset upward by one row, for some reason. I've attached a script that demonstrates the problem, and an example of the output. I can work around this problem by using "data" coordinates, but even so t

[Matplotlib-users] Variable wspace and/or hspace?

2012-09-18 Thread Sean Lake
Hello all, I want to adjust the wspace used in a gridspec plot on a cell by cell basis. Anyone have suggestions for how to do that? I haven't been able to find an api to do that directly. The other possibility would be to be able to embed a gridspec within a gridspec, but I'm not sure if that's

[Matplotlib-users] pdf Output Failing

2012-02-24 Thread Sean Lake
map')) File "/sw/lib/python2.7/site-packages/matplotlib/dviread.py", line 668, in __init__ self._parse(file) File "/sw/lib/python2.7/site-packages/matplotlib/dviread.py", line 701, in _parse self._register

Re: [Matplotlib-users] LaTeX matplotlib Bug?

2011-04-05 Thread Sean Lake
> > On Wed, Apr 6, 2011 at 9:56 AM, Sean Lake wrote: >> Hello all, >> >> I'm trying to specify a range of numbers in a particular legend using LaTeX. >> In order to do so I'm feeding it the string: r"$80--120". The output should >> be ha

[Matplotlib-users] LaTeX matplotlib Bug?

2011-04-05 Thread Sean Lake
of LaTeX ( http://en.wikibooks.org/wiki/LaTeX/Formatting ), so I don't know what's going on. Thanks, Sean Lake uname -a Darwin dynamic_051.astro.ucla.edu 10.7.0 Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386 i386 (You also have a bug o

[Matplotlib-users] Stacked Bar Chart Question in matplotlib 1.0.0

2011-03-23 Thread Sean Lake
ot;] ) plt.show() The resulting errors/outputs are at the end of the email. Thanks in advance for any help, Sean Lake In [4]: plt.hist( [ linspace(1, 10, 20), linspace(1, 10, 40)], bins=range(10), histtype ="barstacked", rwidth=1.0, label=["a", "b"], ...: co