|
From: Gregorio B. <gre...@gm...> - 2013-05-21 08:47:00
|
Thanks, I opened an issue for it: https://github.com/matplotlib/matplotlib/issues/2035 2013/5/17 Sterling Smith <sm...@fu...>: > Gregorio, > > I'm glad that helped. I have not reported it on the issue tracker, but your case certainly has more of a bug with it (where it works sometimes, but not always), so I would recommend it. > > -Sterling > > On May 17, 2013, at 2:10AM, Gregorio Bastardo wrote: > >> Hi Sterling, >> >> Thanks for the hint, using "line._legmarker" attribute solved the problem. >> >> I see the reason behind, however I still consider this as an incorrect >> behaviour, since marker toggling works in case the line is originally >> added to the legend without marker (so legend line and marker do not >> behave like separated). Is it worth reporting on the mpl issue tracker >> (or have you done it that time)? >> >> Gregorio >> >> 2013/5/16 Sterling Smith <sm...@fu...>: >>> Gregorio, >>> >>> I experienced a similar issue with trying to change the marker color. >>> >>> See below the previous response from JJ for accessing the legend marker or using a proxy artist. >>> >>> -Sterling >>> > |