Re: [matplotlib-devel] Status of pylab example loadrec.py

2008-12-11 Thread Nils Wagner
On Wed, 10 Dec 2008 21:11:12 -0600 John Hunter [EMAIL PROTECTED] wrote: On Wed, Dec 10, 2008 at 4:26 PM, John Hunter [EMAIL PROTECTED] wrote: Is it planned to adapt the example wrt xlwt ? http://pypi.python.org/pypi/xlwt True it is no longer maintained, but it does work. We are

Re: [matplotlib-devel] Status of pylab example loadrec.py

2008-12-11 Thread Nils Wagner
On Thu, 11 Dec 2008 09:13:02 +0100 Nils Wagner [EMAIL PROTECTED] wrote: On Wed, 10 Dec 2008 21:11:12 -0600 John Hunter [EMAIL PROTECTED] wrote: On Wed, Dec 10, 2008 at 4:26 PM, John Hunter [EMAIL PROTECTED] wrote: Is it planned to adapt the example wrt xlwt ?

Re: [matplotlib-devel] requesting permission to remove traits and configobj

2008-12-11 Thread Michael Droettboom
Darren Dale wrote: We have a lot of people contributing to mpl, and approaching or just after release time we need some mechanism for stabilizing the tested feature set of the release candidate while allowing other development to proceed, and branches are the natural

Re: [matplotlib-devel] 98.4 maintenance branch

2008-12-11 Thread John Hunter
On Thu, Dec 11, 2008 at 8:25 AM, Michael Droettboom md...@stsci.edu wrote: And I'll try and get the maintenance branch right next time :-) All of the above sounds good to me. I will be traveling to my conference starting at noon, so will be in sporadic, light email contact for the next few

Re: [matplotlib-devel] rest table in matplotlib.lines.Line2D.set_marker

2008-12-11 Thread Jae-Joon Lee
John, I guess the number of = of the first column should be 10 (now 9), because of 'CARETRIGHT'. I submitted the change to the TRUNK. -JJ On Wed, Dec 10, 2008 at 9:50 PM, John Hunter jdh2...@gmail.com wrote: In response to a question on matplotlib-users, I added some additional

Re: [matplotlib-devel] Status of pylab example loadrec.py

2008-12-11 Thread Andrew Straw
Hi Nils. I think I fixed the issue causing the traceback with r6563. Can you please update and try again with text.usetex enabled? My guess is that you don't have dvipng installed, which was causing the detection check to throw a traceback rather than return a value signifying undetected. So,

Re: [matplotlib-devel] requesting permission to remove traits and configobj

2008-12-11 Thread Andrew Straw
Michael Droettboom wrote: Darren Dale wrote: Having worked with bzr and launchpad for a few months now, I wonder if we might consider such an approach in the future. I know there has been some experimentation with a git repository, is git supported on windows now? I'm not sold

[matplotlib-devel] git questions

2008-12-11 Thread Michael Droettboom
This is mostly for Andrew Straw, but thought anyone else experimenting with git may be interested. I'm going through some real newbie pains here, and I don't think what I'm doing is all that advanced. So, I've had a local git repository cloned from github (as per Andrew's instructions), made

Re: [matplotlib-devel] requesting permission to remove traits and configobj

2008-12-11 Thread Drain, Theodore R
John, One thing that would help w/ a rapid delivery/response cycle would be more comprehensive tests.They would let other developers try out various ideas and see what breaks before you release it. We’ve implemented an automated approach where we run an MPL script using Agg, save the

Re: [matplotlib-devel] git questions

2008-12-11 Thread Andrew Straw
Hi Michael, The main issue is that we can't use git normally because the main history will be kept with svn. Thus, there's going to be a lot of history rewriting going on through the rebase command. (These complications are obviously not the ideal scenario for git newbies...) Rather than answer

Re: [matplotlib-devel] requesting permission to remove traits and configobj

2008-12-11 Thread Jordan Mantha
On Thu, Dec 11, 2008 at 11:20 AM, Andrew Straw straw...@astraw.com wrote: Michael Droettboom wrote: Darren Dale wrote: Having worked with bzr and launchpad for a few months now, I wonder if we might consider such an approach in the future. I know there has been some experimentation with a

Re: [matplotlib-devel] requesting permission to remove traits and configobj

2008-12-11 Thread Andrew Straw
I have also developed some image-based unit tests to compare MPL output, and I completely agree that getting something like this into MPL is a very good idea. As Ted writes, the hard part is defining close for images. Minor changes to, for example, agg pixel alignment, cause the tests to fail when

Re: [matplotlib-devel] git questions

2008-12-11 Thread Michael Droettboom
Andrew Straw wrote: Andrew Straw wrote: I realize I may have ignored an important question. Michael Droettboom wrote: Now I feel stuck. How do I undo the merge from experimental to master? To do that, I actually delete the master branch with git branch -D master

Re: [matplotlib-devel] 98.4 maintenance branch

2008-12-11 Thread Charlie Moad
0.98.5 source and bins are posted. Please try them out. John can announce at his convenience. - Charlie On Thu, Dec 11, 2008 at 12:15 PM, John Hunter jdh2...@gmail.com wrote: On Thu, Dec 11, 2008 at 8:25 AM, Michael Droettboom md...@stsci.edu wrote: And I'll try and get the maintenance

Re: [matplotlib-devel] 98.4 maintenance branch

2008-12-11 Thread John Hunter
Michael, Will you create the branch and set up the svn merge properties? Thanks Charlie, JDH Sent from my iPhone On Dec 11, 2008, at 7:35 PM, Charlie Moad cwm...@gmail.com wrote: 0.98.5 source and bins are posted. Please try them out. John can announce at his convenience. - Charlie On

[matplotlib-devel] Loss of filled vs. stroked distinction by Collections

2008-12-11 Thread Eric Bruning
I think of artists as having visual properties that persist (e.g., filled vs. outlined, a colormap with min and max values) even as data associated with the artist is changed. In the edge case described below, this doesn't seem to hold true. I have code that animates a scatter plot by

Re: [matplotlib-devel] requesting permission to remove traits and configobj

2008-12-11 Thread Gael Varoquaux
On Thu, Dec 11, 2008 at 01:37:01PM -0800, Andrew Straw wrote: Prabhu Ramachandran has also done similar things for mayavi2 using VTK's image comparison (see compare_image_with_saved_image in https://svn.enthought.com/enthought/browser/Mayavi/trunk/integrationtests/mayavi/common.py ). Yeah,

Re: [matplotlib-devel] Status of pylab example loadrec.py

2008-12-11 Thread Nils Wagner
On Thu, 11 Dec 2008 10:33:20 -0800 Andrew Straw straw...@astraw.com wrote: Hi Nils. I think I fixed the issue causing the traceback with r6563. Can you please update and try again with text.usetex enabled? My guess is that you don't have dvipng installed, which was causing the detection