,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
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
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
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
>
> 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
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
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