Re: [matplotlib-devel] sampledoc: mark out prompts in ipython sessions?

2009-09-20 Thread Fernando Perez
On Thu, Sep 17, 2009 at 11:02 AM, Fernando Perez wrote: > Thanks :)  I'll take care of it later then, I'll try to fix a warning > we're seeing as well because it lacks a setup.py. > Done. I also committed the update to sampledoc, with a note in the log to eventually remove it once it's 'enough'

[matplotlib-devel] svnmerge strangeness

2009-09-20 Thread John Hunter
Some files seem to get a properties modification on them every time someone does an svn merge, eg examples/misc/multiprocess.py which is rarely changed, but frequently has its svnmerge properties change home:~/mpl> svn diff -rPREV:HEAD examples/misc/multiprocess.py Property changes on: exampl

[matplotlib-devel] empty date formatter unit tests

2009-09-20 Thread John Hunter
I spent a long time working on https://sourceforge.net/tracker/index.php?func=detail&aid=2861426&group_id=80706&atid=560720 and the associated unit test. I learned a lot and the unit tests really helped. First, I decided that if someone sets the formatter or locator to be a DateFormatter or

Re: [matplotlib-devel] empty date formatter unit tests

2009-09-20 Thread Drain, Theodore R (343P)
John, I've run into this problem quite a few times and I'd love to figure out some way to fix it. As an example, here's the kind of scenario this occurs in: I embed MPL in a few different GUI's that plot data either in real-time or via the user selecting things. There is a saved state which co

Re: [matplotlib-devel] empty date formatter unit tests

2009-09-20 Thread John Hunter
On Sun, Sep 20, 2009 at 6:50 PM, Drain, Theodore R (343P) wrote: > I've run into this problem quite a few times and I'd love to figure out some > way to fix it.  As an example, here's the kind of scenario this occurs in: > > I embed MPL in a few different GUI's that plot data either in real-time