Re: [Matplotlib-users] Looking for feedback on figures using matplotlib and jupyter notebook

2016-01-28 Thread Benjamin Root
In mpl, our figure objects get numbers assigned to them by default, but they can also be strings. These labels are used in the figure window title bar. Perhaps that existing data could be hijacked? Admittedly, most people use the string name to give nice short names to their figures, so maybe those

Re: [Matplotlib-users] Looking for feedback on figures using matplotlib and jupyter notebook

2016-01-28 Thread Fernando Perez
On Thu, Jan 28, 2016 at 3:23 PM, Andreas Mueller wrote: > Hi all. > > This is about a joint jupyter-notebook / matplotlib problem I've been > thinking about. > So I'm writing a book using jupyter-notebook, and all my figures are > generated using matplotlib. > > In books, there is usually a figur

[Matplotlib-users] Looking for feedback on figures using matplotlib and jupyter notebook

2016-01-28 Thread Andreas Mueller
Hi all. This is about a joint jupyter-notebook / matplotlib problem I've been thinking about. So I'm writing a book using jupyter-notebook, and all my figures are generated using matplotlib. In books, there is usually a figure caption with a running number and some description. From what I re

[Matplotlib-users] Hide overlapping tick marks in axes corner

2016-01-28 Thread Julian Irwin
Hello, I am looking for a way to hide tick marks (not the labels!) that coincide with axis lines. I think this is a problem for me because of the relative line thicknesses of my axis lines and tick marks, but I want to leave those thicknesses unchanged (I like the look of the thickness settings I

Re: [Matplotlib-users] applying an image's colormap to another image

2016-01-28 Thread Fabrice Silva
Le mercredi 27 janvier 2016, Matteo Niccoli a écrit : > Can something like this (which by the way I can't get to work): > http://stackoverflow.com/questions/3114925/pil-convert-rgb-image-to-a > -specific-8-bit-palette > > What I would like to do is this: > 1) Import an RGB image, which would have

Re: [Matplotlib-users] applying an image's colormap to another image

2016-01-28 Thread Benjamin Root
You might have better luck asking the scikit-image people, or the Pillow people. ImageMagick might also have what you are looking for. Cheers! Ben Root On Wed, Jan 27, 2016 at 11:23 PM, Matteo Niccoli wrote: > Can something like this (which by the way I can't get to work): > > http://stackover