Re: [matplotlib-devel] linestyle in patches

2008-06-23 Thread Olle Engdegård


On Fri, 20 Jun 2008, John Hunter wrote:

On Thu, Jun 19, 2008 at 11:52 AM, Olle Engdegård <[EMAIL PROTECTED]> wrote:


Here is a patch to add linestyles to patches.py. I have tried it with
unfilled step histograms (important for b/w print and colour blind people).


I'm happy to include this, but we need to make sure it is supported in
PS, PDF, SVG and Agg.  Can you check these backends to make sure they
are respecting the new parameter?



Tested, seems to work fine with Agg, Cairo, PS, PDF, SVG, GTK, GTKAgg and 
GTKCairo


Cheers,
Olle-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] upcoming release

2008-06-23 Thread Sandro Tosi
On Mon, Jun 23, 2008 at 04:43, Charles Moad <[EMAIL PROTECTED]> wrote:
> The releases and builds are up.  Please test them out, and I'll leave the
> announcements to you, John.

I just downloaded it (MD5Sum: 1f673f82eb4f7422c1e45545f8e083d4) and I
plan to upgrade the package in Debian this evening.

Thanks a lot for the huge work you've done to fulfill Debian requirements!

Cheers,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] linestyle in patches

2008-06-23 Thread John Hunter
On Mon, Jun 23, 2008 at 4:11 AM, Olle Engdegård <[EMAIL PROTECTED]> wrote:

>>> Here is a patch to add linestyles to patches.py. I have tried it with
>>> unfilled step histograms (important for b/w print and colour blind
>>> people).

> Tested, seems to work fine with Agg, Cairo, PS, PDF, SVG, GTK, GTKAgg and
> GTKCairo

OK, thanks for the patch and the testing.  Applied to svn HEAD r5645.

JDH

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] sphinx error

2008-06-23 Thread Darren Dale
I see this same error using python-2.5 on Kubuntu-8.04. I'm looking into it.

Darren


On Saturday 21 June 2008 17:11:05 Michael Droettboom wrote:
> Sorry, I'm stumped.
>
> Mike
>
> Charlie Moad wrote:
> > Here's that file.
> >
> > Thanks,
> >  Charlie
> >
> > On Fri, Jun 20, 2008 at 9:25 AM, Michael Droettboom <[EMAIL PROTECTED]
> > > wrote:
> >
> > Have you updated Sphinx from SVN lately?  I have r64374.
> >
> > Sphinx should have dumped a full traceback into a tmp file (and
> > told you where it is, which I don't see in your log output).  Can
> > you send that?
> >
> > Cheers,
> > Mike
> >
> > Charlie Moad wrote:
> >
> > Python2.5 on OSX.5
> >
> > On Thu, Jun 19, 2008 at 11:14 PM, Michael Droettboom
> > <[EMAIL PROTECTED] 
> > >> wrote:
> >
> >What version of Python are you running?  All I can think from
> >looking at the code is that something in the regex is behaving
> >differently for you than me (on Python 2.5).
> >
> >If you just want the docs to build (minus the inheritance
> >diagrams), you can put a "return []" at the top of
> >"inheritance_diagram_directive_run" in inheritance_diagram.py
> >
> >Cheers,
> >Mike
> >
> >Charles Moad wrote:
> >
> >Just jumped into the new docs to take a look and
> > immediately
> >having  problems building.  I am hoping someone can make a
> >quick fix so I  don't have to debug.
> >
> >quaternion:doc cmoad$ ./make.py html
> >Sphinx v0.3, building html
> >trying to load pickled env... not found
> >building [html]: targets for 45 source files that are
> > out of date
> >updating environment: 45 added, 0 changed, 0 removed
> >reading... api/artist_api Exception occurred:
> >  File "/Users/cmoad/workspace/matplotlib/doc/sphinxext/
> >inheritance_diagram.py", line 78, in
> > _import_class_or_module
> >"Invalid class '%s' specified for inheritance
> > diagram" % name)
> >ValueError: Invalid class 'matplotlib.patches'
> > specified for
> > inheritance diagram
> >
> >Thanks,
> >   Charlie
> >
> >
> > 
> > -
> > Check out the new SourceForge.net Marketplace.
> >It's the best place to buy or sell services for
> >just about anything Open Source.
> >http://sourceforge.net/services/buy/index.php
> >___
> >Matplotlib-devel mailing list
> >Matplotlib-devel@lists.sourceforge.net
> > 
> > > >
> >
> >
> >  https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
> >
> >
> >
> >
> > --
> > Michael Droettboom
> > Science Software Branch
> > Operations and Engineering Division
> > Space Telescope Science Institute
> > Operated by AURA for NASA
>
> -
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> ___
> Matplotlib-devel mailing list
> Matplotlib-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] sphinx error

2008-06-23 Thread Darren Dale
I think I see whats going on. On my machine, py_sig_re.match(name).groups() 
returns:

(u'matplotlib.', u'patches', None, None)

but inheritance_diagram.py  is trying to unpack this length=4 result into a 
length=3 tuple.

Here is the definition of py_sig_re from sphinx:

py_sig_re = re.compile(
r'''^ ([\w.]*\.)?# class name(s)
  (\w+)  \s* # thing name
  (?: \((.*)\)   # optional arguments
  (\s* -> \s* .*)? )? $  # optional return annotation
  ''', re.VERBOSE)

On Saturday 21 June 2008 17:11:05 Michael Droettboom wrote:
> Sorry, I'm stumped.
>
> Mike
>
> Charlie Moad wrote:
> > Here's that file.
> >
> > Thanks,
> >  Charlie
> >
> > On Fri, Jun 20, 2008 at 9:25 AM, Michael Droettboom <[EMAIL PROTECTED]
> > > wrote:
> >
> > Have you updated Sphinx from SVN lately?  I have r64374.
> >
> > Sphinx should have dumped a full traceback into a tmp file (and
> > told you where it is, which I don't see in your log output).  Can
> > you send that?
> >
> > Cheers,
> > Mike
> >
> > Charlie Moad wrote:
> >
> > Python2.5 on OSX.5
> >
> > On Thu, Jun 19, 2008 at 11:14 PM, Michael Droettboom
> > <[EMAIL PROTECTED] 
> > >> wrote:
> >
> >What version of Python are you running?  All I can think from
> >looking at the code is that something in the regex is behaving
> >differently for you than me (on Python 2.5).
> >
> >If you just want the docs to build (minus the inheritance
> >diagrams), you can put a "return []" at the top of
> >"inheritance_diagram_directive_run" in inheritance_diagram.py
> >
> >Cheers,
> >Mike
> >
> >Charles Moad wrote:
> >
> >Just jumped into the new docs to take a look and
> > immediately
> >having  problems building.  I am hoping someone can make a
> >quick fix so I  don't have to debug.
> >
> >quaternion:doc cmoad$ ./make.py html
> >Sphinx v0.3, building html
> >trying to load pickled env... not found
> >building [html]: targets for 45 source files that are
> > out of date
> >updating environment: 45 added, 0 changed, 0 removed
> >reading... api/artist_api Exception occurred:
> >  File "/Users/cmoad/workspace/matplotlib/doc/sphinxext/
> >inheritance_diagram.py", line 78, in
> > _import_class_or_module
> >"Invalid class '%s' specified for inheritance
> > diagram" % name)
> >ValueError: Invalid class 'matplotlib.patches'
> > specified for
> > inheritance diagram
> >
> >Thanks,
> >   Charlie
> >
> >
> > 
> > -
> > Check out the new SourceForge.net Marketplace.
> >It's the best place to buy or sell services for
> >just about anything Open Source.
> >http://sourceforge.net/services/buy/index.php
> >___
> >Matplotlib-devel mailing list
> >Matplotlib-devel@lists.sourceforge.net
> > 
> > > >
> >
> >
> >  https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
> >
> >
> >
> >
> > --
> > Michael Droettboom
> > Science Software Branch
> > Operations and Engineering Division
> > Space Telescope Science Institute
> > Operated by AURA for NASA
>
> -
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> ___
> Matplotlib-devel mailing list
> Matplotlib-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] sphinx error

2008-06-23 Thread Michael Droettboom
Ah.  Something changed in Sphinx SVN.  I think the best long term fix is 
to probably not "borrow" this regex from Sphinx, but include our own 
version in inheritance_diagram.py.  I'll fix this.

Cheers,
Mike

Darren Dale wrote:
> I think I see whats going on. On my machine, py_sig_re.match(name).groups() 
> returns:
>
> (u'matplotlib.', u'patches', None, None)
>
> but inheritance_diagram.py  is trying to unpack this length=4 result into a 
> length=3 tuple.
>
> Here is the definition of py_sig_re from sphinx:
>
> py_sig_re = re.compile(
> r'''^ ([\w.]*\.)?# class name(s)
>   (\w+)  \s* # thing name
>   (?: \((.*)\)   # optional arguments
>   (\s* -> \s* .*)? )? $  # optional return annotation
>   ''', re.VERBOSE)
>
> On Saturday 21 June 2008 17:11:05 Michael Droettboom wrote:
>   
>> Sorry, I'm stumped.
>>
>> Mike
>>
>> Charlie Moad wrote:
>> 
>>> Here's that file.
>>>
>>> Thanks,
>>>  Charlie
>>>
>>> On Fri, Jun 20, 2008 at 9:25 AM, Michael Droettboom <[EMAIL PROTECTED]
>>> > wrote:
>>>
>>> Have you updated Sphinx from SVN lately?  I have r64374.
>>>
>>> Sphinx should have dumped a full traceback into a tmp file (and
>>> told you where it is, which I don't see in your log output).  Can
>>> you send that?
>>>
>>> Cheers,
>>> Mike
>>>
>>> Charlie Moad wrote:
>>>
>>> Python2.5 on OSX.5
>>>
>>> On Thu, Jun 19, 2008 at 11:14 PM, Michael Droettboom
>>> <[EMAIL PROTECTED] 
>>> >> wrote:
>>>
>>>What version of Python are you running?  All I can think from
>>>looking at the code is that something in the regex is behaving
>>>differently for you than me (on Python 2.5).
>>>
>>>If you just want the docs to build (minus the inheritance
>>>diagrams), you can put a "return []" at the top of
>>>"inheritance_diagram_directive_run" in inheritance_diagram.py
>>>
>>>Cheers,
>>>Mike
>>>
>>>Charles Moad wrote:
>>>
>>>Just jumped into the new docs to take a look and
>>> immediately
>>>having  problems building.  I am hoping someone can make a
>>>quick fix so I  don't have to debug.
>>>
>>>quaternion:doc cmoad$ ./make.py html
>>>Sphinx v0.3, building html
>>>trying to load pickled env... not found
>>>building [html]: targets for 45 source files that are
>>> out of date
>>>updating environment: 45 added, 0 changed, 0 removed
>>>reading... api/artist_api Exception occurred:
>>>  File "/Users/cmoad/workspace/matplotlib/doc/sphinxext/
>>>inheritance_diagram.py", line 78, in
>>> _import_class_or_module
>>>"Invalid class '%s' specified for inheritance
>>> diagram" % name)
>>>ValueError: Invalid class 'matplotlib.patches'
>>> specified for
>>> inheritance diagram
>>>
>>>Thanks,
>>>   Charlie
>>>
>>>
>>> 
>>> -
>>> Check out the new SourceForge.net Marketplace.
>>>It's the best place to buy or sell services for
>>>just about anything Open Source.
>>>http://sourceforge.net/services/buy/index.php
>>>___
>>>Matplotlib-devel mailing list
>>>Matplotlib-devel@lists.sourceforge.net
>>> 
>>>>> >
>>>
>>>
>>>  https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>>>
>>>
>>>
>>>
>>> --
>>> Michael Droettboom
>>> Science Software Branch
>>> Operations and Engineering Division
>>> Space Telescope Science Institute
>>> Operated by AURA for NASA
>>>   
>> -
>> Check out the new SourceForge.net Marketplace.
>> It's the best place to buy or sell services for
>> just about anything Open Source.
>> http://sourceforge.net/services/buy/index.php
>> ___
>> Matplotlib-devel mailing list
>> Matplotlib-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>> 
>
>
>   

-- 
Michael Droettboom
Science Software Branch
Operations and Engineering Division
Space Telescope Science Institute
Operated by AURA for NASA


-
Check out the new SourceForge.net Marketplace.
It's

[matplotlib-devel] ANN: matplotlib 0.98.1

2008-06-23 Thread John Hunter
This is the first bugfix release of the 0.98 series, with lots of
small bugs fixed and a few features added.  Thanks to Charlie Moad for
the builds: src and binaries available from
http://sourceforge.net/project/showfiles.php?group_id=80706.  For
those of you on the 0.91 maintenance branch, we have also put out a
0.91.4 bugfix release with downloads at the link above.

0.98.1 CHANGELOG:

2008-06-22 Released 0.98.1 at revision 5637

2008-06-22 Removed axes3d support and replaced it with a
   NotImplementedError for one release cycle

2008-06-21 fix marker placement bug in backend_ps - DSD

2008-06-20 [ 1978629 ] scale documentation missing/incorrect for log - MGD

2008-06-20 Added closed kwarg to PolyCollection.  Fixes bug [ 1994535
   ] still missing lines on graph with svn (r 5548). - MGD

2008-06-20 Added set/get_closed method to Polygon; fixes error
   in hist - MM

2008-06-19 Use relative font sizes (e.g. 'medium' and 'large') in
   rcsetup.py and matplotlibrc.template so that text will
   be scaled by default when changing rcParams['font.size'] -
   EF

2008-06-17 Add a generic PatchCollection class that can contain any
   kind of patch. - MGD

2008-06-13 Change pie chart label alignment to avoid having labels
   overwrite the pie - MGD

2008-06-12 Added some helper functions to the mathtext parser to
   return bitmap arrays or write pngs to make it easier to use
   mathtext outside the context of an mpl figure.  modified
   the mathpng sphinxext to use the mathtext png save
   functionality - see examples/api/mathtext_asarray.py - JDH

2008-06-11 Use matplotlib.mathtext to render math expressions in
   online docs - MGD

2008-06-11 Move PNG loading/saving to its own extension module, and
   remove duplicate code in _backend_agg.cpp and _image.cpp
   that does the same thing - MGD

2008-06-11 Numerous mathtext bugfixes, primarily related to
   dpi-independence - MGD

2008-06-10 Bar now applies the label only to the first patch only, and
   sets '_nolegend_' for the other patch labels.  This lets
   autolegend work as expected for hist and bar - see
   
https://sourceforge.net/tracker/index.php?func=detail&aid=1986597&group_id=80706&atid=560720
   JDH

2008-06-10 Fix text baseline alignment bug.  [ 1985420 ] Repair of
   baseline alignment in Text._get_layout.  Thanks Stan West -
   MGD

2008-06-09 Committed Gregor's image resample patch to downsampling
   images with new rcparam image.resample - JDH

2008-06-09 Don't install Enthought.Traits along with matplotlib. For
   matplotlib developers convenience, it can still be
   installed by setting an option in setup.cfg while we figure
   decide if there is a future for the traited config - DSD

2008-06-09 Added range keyword arg to hist() - MM

2008-06-07 Moved list of backends to rcsetup.py; made use of lower
   case for backend names consistent; use validate_backend
   when importing backends subpackage - EF

2008-06-06 hist() revision, applied ideas proposed by Erik Tollerud and
   Olle Engdegard: make histtype='step' unfilled by default
   and introduce histtype='stepfilled'; use default color
   cycle; introduce reverse cumulative histogram; new align
   keyword - MM

2008-06-06 Fix closed polygon patch and also provide the option to
   not close the polygon - MGD

2008-06-05 Fix some dpi-changing-related problems with PolyCollection,
   as called by Axes.scatter() - MGD

2008-06-05 Fix image drawing so there is no extra space to the right
   or bottom - MGD

2006-06-04 Added a figure title command subtitle as a Figure method
   and pyplot command -- see examples/figure_title.py - JDH

2008-06-02 Added support for log to hist with histtype='step' and fixed
   a bug for log-scale stacked histograms - MM


0.91.4 CHANGELOG
===


2008-06-22 Released 0.91.4 at revision 5638

2008-06-09 Don't install Enthought.Traits along with matplotlib. For
   matplotlib developers convenience, it can still be
   installed by setting an option in setup.cfg while we figure
   decide if there is a future for the traited config - DSD

2008-06-02 Fix crash in Agg when drawing collections with no fill and/or
   edge color - MGD

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] sphinx error

2008-06-23 Thread Charlie Moad
Looks like sphinx==0.4 was just released.  Could we agree to target this
instead of svn?

- Charlie

On Mon, Jun 23, 2008 at 11:18 AM, Michael Droettboom <[EMAIL PROTECTED]>
wrote:

> Ah.  Something changed in Sphinx SVN.  I think the best long term fix is to
> probably not "borrow" this regex from Sphinx, but include our own version in
> inheritance_diagram.py.  I'll fix this.
>
> Cheers,
> Mike
>
>
> Darren Dale wrote:
>
>> I think I see whats going on. On my machine,
>> py_sig_re.match(name).groups() returns:
>>
>> (u'matplotlib.', u'patches', None, None)
>>
>> but inheritance_diagram.py  is trying to unpack this length=4 result into
>> a length=3 tuple.
>>
>> Here is the definition of py_sig_re from sphinx:
>>
>> py_sig_re = re.compile(
>>r'''^ ([\w.]*\.)?# class name(s)
>>  (\w+)  \s* # thing name
>>  (?: \((.*)\)   # optional arguments
>>  (\s* -> \s* .*)? )? $  # optional return annotation
>>  ''', re.VERBOSE)
>>
>> On Saturday 21 June 2008 17:11:05 Michael Droettboom wrote:
>>
>>
>>> Sorry, I'm stumped.
>>>
>>> Mike
>>>
>>> Charlie Moad wrote:
>>>
>>>
 Here's that file.

 Thanks,
 Charlie

 On Fri, Jun 20, 2008 at 9:25 AM, Michael Droettboom <[EMAIL PROTECTED]
 > wrote:

Have you updated Sphinx from SVN lately?  I have r64374.

Sphinx should have dumped a full traceback into a tmp file (and
told you where it is, which I don't see in your log output).  Can
you send that?

Cheers,
Mike

Charlie Moad wrote:

Python2.5 on OSX.5

On Thu, Jun 19, 2008 at 11:14 PM, Michael Droettboom
<[EMAIL PROTECTED] 
>> wrote:

   What version of Python are you running?  All I can think from
   looking at the code is that something in the regex is behaving
   differently for you than me (on Python 2.5).

   If you just want the docs to build (minus the inheritance
   diagrams), you can put a "return []" at the top of
   "inheritance_diagram_directive_run" in inheritance_diagram.py

   Cheers,
   Mike

   Charles Moad wrote:

   Just jumped into the new docs to take a look and
immediately
   having  problems building.  I am hoping someone can make a
   quick fix so I  don't have to debug.

   quaternion:doc cmoad$ ./make.py html
   Sphinx v0.3, building html
   trying to load pickled env... not found
   building [html]: targets for 45 source files that are
out of date
   updating environment: 45 added, 0 changed, 0 removed
   reading... api/artist_api Exception occurred:
 File "/Users/cmoad/workspace/matplotlib/doc/sphinxext/
   inheritance_diagram.py", line 78, in
_import_class_or_module
   "Invalid class '%s' specified for inheritance
diagram" % name)
   ValueError: Invalid class 'matplotlib.patches'
specified for
inheritance diagram

   Thanks,
  Charlie



  -
 Check out the new SourceForge.net Marketplace.
   It's the best place to buy or sell services for
   just about anything Open Source.
   http://sourceforge.net/services/buy/index.php
   ___
   Matplotlib-devel mailing list
   Matplotlib-devel@lists.sourceforge.net

   >


 https://lists.sourceforge.net/lists/listinfo/matplotlib-devel




--
Michael Droettboom
Science Software Branch
Operations and Engineering Division
Space Telescope Science Institute
Operated by AURA for NASA


>>> -
>>> Check out the new SourceForge.net Marketplace.
>>> It's the best place to buy or sell services for
>>> just about anything Open Source.
>>> http://sourceforge.net/services/buy/index.php
>>> ___
>>> Matplotlib-devel mailing list
>>> Matplotlib-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>>>
>>>
>>
>>
>>
>>
>
> --
> Michael Droett

Re: [matplotlib-devel] sphinx error

2008-06-23 Thread Michael Droettboom
That version seems to work for me. 

I agree it's nice to stick to a released version, and we can do that for 
now.  However, we seem to be pretty good at requiring new features and 
bugfixes out of Sphinx so far, so I don't know, realistically, how long 
that will last.  Sphinx doesn't feel quite at that level of maturity yet.

Cheers,
Mike

Charlie Moad wrote:
> Looks like sphinx==0.4 was just released.  Could we agree to target 
> this instead of svn?
>
> - Charlie
>
> On Mon, Jun 23, 2008 at 11:18 AM, Michael Droettboom <[EMAIL PROTECTED] 
> > wrote:
>
> Ah.  Something changed in Sphinx SVN.  I think the best long term
> fix is to probably not "borrow" this regex from Sphinx, but
> include our own version in inheritance_diagram.py.  I'll fix this.
>
> Cheers,
> Mike
>
>
> Darren Dale wrote:
>
> I think I see whats going on. On my machine,
> py_sig_re.match(name).groups() returns:
>
> (u'matplotlib.', u'patches', None, None)
>
> but inheritance_diagram.py  is trying to unpack this length=4
> result into a length=3 tuple.
>
> Here is the definition of py_sig_re from sphinx:
>
> py_sig_re = re.compile(
>r'''^ ([\w.]*\.)?# class name(s)
>  (\w+)  \s* # thing name
>  (?: \((.*)\)   # optional arguments
>  (\s* -> \s* .*)? )? $  # optional return annotation
>  ''', re.VERBOSE)
>
> On Saturday 21 June 2008 17:11:05 Michael Droettboom wrote:
>  
>
> Sorry, I'm stumped.
>
> Mike
>
> Charlie Moad wrote:
>
>
> Here's that file.
>
> Thanks,
> Charlie
>
> On Fri, Jun 20, 2008 at 9:25 AM, Michael Droettboom
> <[EMAIL PROTECTED] 
> >> wrote:
>
>Have you updated Sphinx from SVN lately?  I have
> r64374.
>
>Sphinx should have dumped a full traceback into a
> tmp file (and
>told you where it is, which I don't see in your log
> output).  Can
>you send that?
>
>Cheers,
>Mike
>
>Charlie Moad wrote:
>
>Python2.5 on OSX.5
>
>On Thu, Jun 19, 2008 at 11:14 PM, Michael
> Droettboom
><[EMAIL PROTECTED] 
> >
>   
>   What version of Python are you running?  All
> I can think from
>   looking at the code is that something in the
> regex is behaving
>   differently for you than me (on Python 2.5).
>
>   If you just want the docs to build (minus
> the inheritance
>   diagrams), you can put a "return []" at the
> top of
>   "inheritance_diagram_directive_run" in
> inheritance_diagram.py
>
>   Cheers,
>   Mike
>
>   Charles Moad wrote:
>
>   Just jumped into the new docs to take a
> look and
>immediately
>   having  problems building.  I am hoping
> someone can make a
>   quick fix so I  don't have to debug.
>
>   quaternion:doc cmoad$ ./make.py html
>   Sphinx v0.3, building html
>   trying to load pickled env... not found
>   building [html]: targets for 45 source
> files that are
>out of date
>   updating environment: 45 added, 0
> changed, 0 removed
>   reading... api/artist_api Exception
> occurred:
> File
> "/Users/cmoad/workspace/matplotlib/doc/sphinxext/
>   inheritance_diagram.py", line 78, in
>_import_class_or_module
>   "Invalid class '%s' specified for
> inheritance
>diagram" % name)
>   ValueError: Invalid class
> 'matplotlib.patches'
>spe

Re: [matplotlib-devel] upcoming release

2008-06-23 Thread Sandro Tosi
On Mon, Jun 23, 2008 at 13:48, Sandro Tosi <[EMAIL PROTECTED]> wrote:
> On Mon, Jun 23, 2008 at 04:43, Charles Moad <[EMAIL PROTECTED]> wrote:
>> The releases and builds are up.  Please test them out, and I'll leave the
>> announcements to you, John.
>
> I just downloaded it (MD5Sum: 1f673f82eb4f7422c1e45545f8e083d4) and I
> plan to upgrade the package in Debian this evening.

mpl 0.98.1 has just been uploaded in unstable (tomorrow will be
available on debian mirrors hosts).

Thanks for the support,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] upcoming release

2008-06-23 Thread John Hunter
On Mon, Jun 23, 2008 at 5:03 PM, Sandro Tosi <[EMAIL PROTECTED]> wrote:

> mpl 0.98.1 has just been uploaded in unstable (tomorrow will be
> available on debian mirrors hosts).

Thank you -- that was really fast.  So far no bug reports -- crossing
fingers :-)

JDH

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] Number of points in legend

2008-06-23 Thread Stéfan van der Walt
Hi all,

Sorry to bump the thread, but has anyone had a chance to take a look?

I've re-attached the patch.

Regards
Stéfan

2008/6/17 Stéfan van der Walt <[EMAIL PROTECTED]>:
> Hi John
>
> 2008/6/12 John Hunter <[EMAIL PROTECTED]>:
>> On Thu, Jun 12, 2008 at 7:56 AM, Stéfan van der Walt <[EMAIL PROTECTED]> 
>> wrote:
>>
>>> linestyle 'x' ---> legend  '   x   '
>>> linestyle '-x' ---> legend '---x---'
>>>
>>> Has this been considered before?  If not, I'll write a patch.
>>
>> I think this is just something that has been overlooked.  The legend
>> code is quite old, so don't be surprised if it looks a little crusty
>> in there, as it was one of the early features, and it has been updated
>> piecemeal with new features.  A patch would be great.
>
> The idea I had was to plot two lines on top of each other: one for the
> line-style, and one for the bullets.  Unfortunately, I can't get the
> lines to co-incide.  Could you look at the attached toy-patch and tell
> me where I am going wrong?  Note how the X is somewhat below the line.
>
> Thanks
> Stéfan
>


matplotlib_legend.patch
Description: Binary data
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel