[matplotlib-devel] Question about Collections and ScalarMappables

2011-06-22 Thread Benjamin Root
Hello all, I am trying to track down an odd bug I found in mplot3d and I need some help in understanding some core parts of matplotlib. The issue is that when one colors scatterpoints in mplot3d with a colormap, then the points looses the colors after any sort of interaction. I traced the proble

Re: [matplotlib-devel] EPS export broken in HEAD?

2011-06-22 Thread Fernando Perez
Hi Mike, On Tue, Jun 21, 2011 at 6:07 AM, Michael Droettboom wrote: > Can you move away your ~/.matplotlib/fontList.cache file (to force a > regeneration) and see if that resolves the problem?  If so, I'd like to > see the original broken fontList.cache file to see if I can get to the > bottom of

[matplotlib-devel] FYI: SVG with option "svgfont" enabled hangs inkscape

2011-06-22 Thread Dieter Weber
Hi, it's not directly a problem with matplotlib, but I just wanted to let you know that SVGs generated with matplotlib.rcParams['svg.fonttype'] = 'svgfont' hang inkscape . Greetings, Dieter --