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
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 ^ *
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
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...
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
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
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