Re: [Matplotlib-users] Fwd: [matplotlib-devel] RFC: candidates for a new default colormap

2015-06-05 Thread Thomas Sprinzing
I opt for B, and adding the matlab-default as secondary. cheers THomas Thomas Sprinzing Dipl.-Ing. (FH) Labor Tiefdruck Studiengang Druck- und Medientechnologie Hochschule der Medien University of Applied Sciences Nobelstr. 10 70569 Stuttgart Telefon: +49 711 8923 2196 www.hdm

Re: [Matplotlib-users] Unicode characters in PS output

2013-02-28 Thread Thomas Sprinzing
Am 28.02.2013 um 14:31 schrieb Pierre Haessig: > Hi Thomas, > > Le 27/02/2013 20:59, Thomas Sprinzing a écrit : >> To sum it up: use the old 7-bit equivalent for the degree sign, not any >> fancydancy UTF-8 character that is commonly not included in ye olde style >&g

Re: [Matplotlib-users] Unicode characters in PS output

2013-02-27 Thread Thomas Sprinzing
I'd say it's got nearly nothing to do with matplotlib. The question is: will the font be included in the .ps and in the .pdf? If not, which is most likely, it's upon the renderer to decide what to do if the requested glyph in the requested font is present or not in the system. pdf is more likel

Re: [Matplotlib-users] CMYK

2013-02-02 Thread Thomas Sprinzing
Am 30.01.2013 um 19:38 schrieb Eric Firing: > My somewhat vague recollection is that CMYK is fundamentally > output-device dependent, As is RGB by the way. Define Red: Fire-Engine-Red? Red-as-your-spouses-lips-red? After a glass-of-red-wine-lips-red? Just in RGB, world and dog settled for the

Re: [Matplotlib-users] CMYK

2013-02-02 Thread Thomas Sprinzing
For what it's worth: Take a look at www.littlecms.com, its' python bindings: https://launchpad.net/pylittlecms and http://www.cazabon.com/pyCMS/ which seemingly has been built into PIL. I don't see the big deal in putting properly tagged RGB files into any publication, and then have the RIP dec

Re: [Matplotlib-users] mplot3d interactive shading

2013-01-21 Thread Thomas Sprinzing
done! https://github.com/matplotlib/matplotlib/issues/1692 cheers Thomas Am 21.01.2013 um 18:04 schrieb Benjamin Root: > Hi folks! > maybe you can point me in the right direction: > > I have a list of colour measurements in Lab-Space(stored in an h5 table). > Now, 3d-scatterplotting them w

[Matplotlib-users] mplot3d interactive shading

2013-01-21 Thread Thomas Sprinzing
Hi folks! maybe you can point me in the right direction: I have a list of colour measurements in Lab-Space(stored in an h5 table). Now, 3d-scatterplotting them was easy, also, assigning the corresponding rgb colour value to the spots is relatively easy. For the plot i use: p=ax.scatter3D(table