Re: [Matplotlib-users] How to provide colorbars for scatterplots created this way?

2012-12-20 Thread Paul Hobson
On Thu, Dec 20, 2012 at 1:05 PM, Kynn Jones wrote: > I create PNG files of scatterplots with code that, in essence, goes as in > the sketch below: > > > cmap = (matplotlib.color.LinearSegmentedColormap. > from_list('blueWhiteRed', ['blue', 'white', 'red'])) > > fig = matplotlib.figure.Fig

[Matplotlib-users] How to provide colorbars for scatterplots created this way?

2012-12-20 Thread Kynn Jones
I create PNG files of scatterplots with code that, in essence, goes as in the sketch below: cmap = (matplotlib.color.LinearSegmentedColormap. from_list('blueWhiteRed', ['blue', 'white', 'red'])) fig = matplotlib.figure.Figure(figsize=(4, 4), dpi=72) ax = fig.gca() for marker in 'o s ^ *

Re: [Matplotlib-users] "This user name is already in use"

2012-12-20 Thread Benjamin Root
My apologies, I misread your post. I was assuming that you were trying to create a github account in order to file a bug report. But again, this isn't a matplotlib issue, this is a nabble issue. Ben Root -- LogMeIn Rescu

Re: [Matplotlib-users] "This user name is already in use"

2012-12-20 Thread tmp8PG2K
Benjamin Root-2 wrote > This would be a question for github.com, not for this mailing list. We do > not control github's account creation process. Sorry, I'm confused by your mention of github. Did you mean "nabble"? I'm accessing the list through http://matplotlib.1069221.n5.nabble.com...

Re: [Matplotlib-users] "This user name is already in use"

2012-12-20 Thread Benjamin Root
This would be a question for github.com, not for this mailing list. We do not control github's account creation process. Ben Root On Thu, Dec 20, 2012 at 1:27 PM, tmp8PG2K wrote: > When I try to register, I run into the error "This user name is already in > use" (even though this username does

[Matplotlib-users] "This user name is already in use"

2012-12-20 Thread tmp8PG2K
When I try to register, I run into the error "This user name is already in use" (even though this username does not show up in the "People" listing at http://matplotlib.1069221.n5.nabble.com/template/NamlServlet.jtp?macro=app_people&node=2). If there already is a user with this name I'm sure it's

Re: [Matplotlib-users] compile numpy with UCS4

2012-12-20 Thread Michael Droettboom
When you recompile Python in a new unicode mode, you then need to recompile all extensions (such as Numpy), since an extension compiled for one mode will not work with the other. Annoying if you have a lot of extensions. However, I don't think that UCS4 mode is required for Tkinter -- it coul