Re: [Matplotlib-users] pick event for images

2013-10-30 Thread Joe Kington
On Oct 30, 2013 9:43 AM, "Nils Wagner" wrote: > > Hi all, > > How can I retrieve the corresponding "color value" in percent, when I click on the image ? > You have to jump through a couple of hoops. Have a look at the _coords2index function in pick_info.py for mpldatacursor. https://github.com/j

Re: [Matplotlib-users] Reset original view button and mplot3d

2013-10-30 Thread Benjamin Root
Good point. The underlying mechanism for recording the changes to the limits assume just x and y limits, and wouldn't record the z limits. Furthermore, it certainly doesn't take into account any changes with respect to the viewing angle. I am not familiar enough with the mechanisms to figure out h

Re: [Matplotlib-users] multi colored text

2013-10-30 Thread Sterling Smith
On Oct 30, 2013, at 7:47AM, Scott Lasley wrote: > > On Oct 30, 2013, at 10:14, Neal Becker wrote: > >> I have a blue line plot and a green line plot. I'd like to add some figtext >> at >> the bottom, and I'd like the text colors to match the plot colors. So I'd >> have >> some text in bl

Re: [Matplotlib-users] multi colored text

2013-10-30 Thread Scott Lasley
On Oct 30, 2013, at 10:14, Neal Becker wrote: > I have a blue line plot and a green line plot. I'd like to add some figtext > at > the bottom, and I'd like the text colors to match the plot colors. So I'd > have > some text in blue and some in green. > > figtext only allows one color > >

[Matplotlib-users] pick event for images

2013-10-30 Thread Nils Wagner
Hi all, How can I retrieve the corresponding "color value" in percent, when I click on the image ? fig = plt.figure() ax = fig.add_subplot(111) cax = ax.imshow(col[:,::2], interpolation='nearest',extent=[0.5,20.5,0.5,2 0.5],alpha=1,picker=5) fig.canvas.mpl_connect('pick_event', onpick) def onp

Re: [Matplotlib-users] multi colored text

2013-10-30 Thread Paul Ivanov
Hi Neal, Neal Becker, on 2013-10-30 10:14, wrote: > I have a blue line plot and a green line plot. I'd like to add some figtext > at > the bottom, and I'd like the text colors to match the plot colors. So I'd > have > some text in blue and some in green. > > figtext only allows one color >

[Matplotlib-users] multi colored text

2013-10-30 Thread Neal Becker
I have a blue line plot and a green line plot. I'd like to add some figtext at the bottom, and I'd like the text colors to match the plot colors. So I'd have some text in blue and some in green. figtext only allows one color I could use 2 figtext, but then I have to manually find coordinate p

Re: [Matplotlib-users] Setting the tick label font size

2013-10-30 Thread Daniele Nicolodi
On 29/10/2013 21:39, Ryan Nelson wrote: > Daniele, > > I agree this is perhaps a little overly complicated. (However, once you > figure it out, it does give you a ton of flexibility.) The main point is not that it is overly complicated, it is that is is severely under documented... > I played ar

[Matplotlib-users] Reset original view button and mplot3d

2013-10-30 Thread Nils Wagner
Hi all, The "Reset original view" button is effectless in case of 3D plots. Nils -- Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Downl