The errorbar_limits.py demo is failing on my machine:
Traceback (most recent call last):
File "errorbar_limits.py", line 13, in
P.errorbar(x,y,yerr=0.1,capsize=3)
File "/usr/lib64/python2.5/site-packages/matplotlib/pyplot.py", line 1608,
in errorbar
ret = gca().errorbar(*args, **kwa
On 11/2/07, Manuel Metz <[EMAIL PROTECTED]> wrote:
> Hi,
> attached is a patch for contour.py against latest svn that adds support
> for the keyword "linestyles" for contour plots. Could someone commit
> that to svn?
Thanks Manuel -- I applied this to svn.
JDH
---
Hi,
attached is a patch for contour.py against latest svn that adds support
for the keyword "linestyles" for contour plots. Could someone commit
that to svn?
Manuel
Index: contour.py
===
--- contour.py (revision 4093)
+++ contour.
Bug 1750527 reports that, with usetex, it is not possible to rotate text or
ticklabels by 45 degrees. It looks like this limitation is caused by
_backend_agg's draw_image method, which does not accept an angle argument,
while draw_text_image does. I am out of my depth in _backend_agg.cpp, can
d
Darren Dale wrote:
> The errorbar_limits.py demo is failing on my machine:
>
> Traceback (most recent call last):
> File "errorbar_limits.py", line 13, in
> P.errorbar(x,y,yerr=0.1,capsize=3)
> File "/usr/lib64/python2.5/site-packages/matplotlib/pyplot.py", line 1608,
> in errorbar
>
Thanks. I updated the gs version checker in svn.
On Thursday 01 November 2007 05:29:03 pm Gary Ruben wrote:
> Yep. Works.
>
> C:\WINDOWS>gswin32c --version
> 8.51
>
> Darren Dale wrote:
> > gs --version works with AFPL. Could someone please check that this works
> > on windows: gswin32c --version
On 11/2/07, Eric Firing <[EMAIL PROTECTED]> wrote:
> It looks to me like there are several fossils from John's early work
> with units support--places where list comprehensions are used instead of
> arrays "to preserve units". I don't think these are directly causing
> the problem, but if they ar
John,
Now I am not so sure that the use of lists in errorbar is a fossil, but
I certainly don't understand it. Would you give a summary of when one
can and cannot use arrays in axes.py, please? The errorbar and bar
methods seem to be the only victims of this restriction, and it looks
like so
On 11/2/07, Eric Firing <[EMAIL PROTECTED]> wrote:
> Now I am not so sure that the use of lists in errorbar is a fossil, but
> I certainly don't understand it. Would you give a summary of when one
> can and cannot use arrays in axes.py, please? The errorbar and bar
> methods seem to be the only
On Thursday 27 September 2007 05:54:45 pm Stefan van der Walt wrote:
> Hi all,
>
> When trying to print a matplotlib-generated .eps file with CUPS, it
> aborts, complaining
>
> No %%Pages: comment in header!
>
> An easy workaround is to do
>
> eps2eps broken.eps fixed.eps
>
> but maybe the %%Pages
10 matches
Mail list logo