Re: [matplotlib-devel] github workflow

2011-08-31 Thread Matthew Brett
Hi, On Wed, Aug 31, 2011 at 8:37 PM, John Hunter wrote: > On Wed, Aug 31, 2011 at 10:16 PM, Matthew Brett > wrote: >> Yo, >> >> On Wed, Aug 31, 2011 at 7:54 PM, John Hunter wrote: >>> github workflow: this seems to present a different workflow than that >>> espoused in gitwash used by mpl and

Re: [matplotlib-devel] [Matplotlib-users] Matplotlib 1.0.1 Tk backend

2011-08-31 Thread Eric Firing
On 08/31/2011 05:00 PM, Trevor J Christensen wrote: > I went here: > > http://matplotlib.sourceforge.net/api/index_backend_api.html > > and didn't see tkagg listed. > > Trevor Trevor, Thank you. It is still missing from the devel branch, along with several others. I can see how this could caus

Re: [matplotlib-devel] github workflow

2011-08-31 Thread John Hunter
On Wed, Aug 31, 2011 at 10:16 PM, Matthew Brett wrote: > Yo, > > On Wed, Aug 31, 2011 at 7:54 PM, John Hunter wrote: >> github workflow: this seems to present a different workflow than that >> espoused in gitwash used by mpl and other projects >> >> http://scottchacon.com/2011/08/31/github-flow.h

Re: [matplotlib-devel] github workflow

2011-08-31 Thread Benjamin Root
On Wed, Aug 31, 2011 at 10:16 PM, Matthew Brett wrote: > Yo, > > On Wed, Aug 31, 2011 at 7:54 PM, John Hunter wrote: > > github workflow: this seems to present a different workflow than that > > espoused in gitwash used by mpl and other projects > > > > http://scottchacon.com/2011/08/31/github-fl

Re: [matplotlib-devel] github workflow

2011-08-31 Thread Matthew Brett
Yo, On Wed, Aug 31, 2011 at 7:54 PM, John Hunter wrote: > github workflow: this seems to present a different workflow than that > espoused in gitwash used by mpl and other projects > > http://scottchacon.com/2011/08/31/github-flow.html > > I like the idea of lots of feature branches off upstream/

[matplotlib-devel] github workflow

2011-08-31 Thread John Hunter
github workflow: this seems to present a different workflow than that espoused in gitwash used by mpl and other projects http://scottchacon.com/2011/08/31/github-flow.html I like the idea of lots of feature branches off upstream/master and master always being deployable (nightly builds?). What

Re: [matplotlib-devel] Issue with colored latex text on plots

2011-08-31 Thread John Hunter
On Wed, Aug 31, 2011 at 8:49 PM, John Hunter wrote: >> Note that I'm not subscribed to this list, so please CC me on replies. > > That won't work because mpl converts all tex png raster to black and > white and handles color on its own in post-processing.  The following > does work: > > import nu

Re: [matplotlib-devel] Issue with colored latex text on plots

2011-08-31 Thread John Hunter
On Sat, Aug 27, 2011 at 4:15 PM, Michael Gilbert wrote: > Hi, > > I'm trying to generate colored text on my plots, but   can only seem > to get black and white.  I've attached an example python scriptx > (test.py) that demonstrates the problem.  This produces a plot > (test.png) with black and whi

[matplotlib-devel] Issue with colored latex text on plots

2011-08-31 Thread Michael Gilbert
Hi, I'm trying to generate colored text on my plots, but can only seem to get black and white. I've attached an example python scriptx (test.py) that demonstrates the problem. This produces a plot (test.png) with black and white text even though I've explicitly told latex to use color, and in

Re: [matplotlib-devel] boilerplate.py

2011-08-31 Thread John Hunter
On Wed, Aug 31, 2011 at 7:34 PM, Benjamin Root wrote: > Hello all, > > In my continuing quest to get style cycles working, I wanted to get > errorbar() to support it as well.  Unfortunately, errorbar() has a default > kwarg 'fmt' that takes a value of '-', and *None* already has a special > meanin

[matplotlib-devel] boilerplate.py

2011-08-31 Thread Benjamin Root
Hello all, In my continuing quest to get style cycles working, I wanted to get errorbar() to support it as well. Unfortunately, errorbar() has a default kwarg 'fmt' that takes a value of '-', and *None* already has a special meaning in errorbar(). Therefore, I wanted to determine if the user wan

Re: [matplotlib-devel] Plot line style cycle?

2011-08-31 Thread Benjamin Root
On Sun, Aug 28, 2011 at 11:44 AM, Benjamin Root wrote: > > > On Friday, August 26, 2011, Benjamin Root wrote: > > Just brain-storming here... What about two rcparams: cycle.color = true > and cycle.style = false? > > > > This way, cycling for both colors and line styles could be turned on and >