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
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
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
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
>
>
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
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
>
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
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
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