|
From: Skip M. <sk...@po...> - 2014-01-09 16:55:22
|
> > On that assumption, I tried changing the legend to be associated with the > right Y axis: > > if a legend is requested: > labels = [line.get_label() for line in lines] > if I have right axis data to plot: > right_plot.legend(lines, labels).draggable(True) > else: > left_plot.legend(lines, labels).draggable(True) > > Again, the legend displays properly, but can't be dragged. > Belay that. The above change does work around the problem. Still, would be nice if this worked no matter which Y axes were used. Skip |