|
From: <pl...@pi...> - 2016-01-26 13:00:55
|
On 25/01/16 19:07, Ethan A Merritt wrote: > On Monday, 25 January, 2016 13:21:55 pl...@pi... wrote: > > > Hi, > > > > > > a minor but persistently annoying bug on gnuplot-qt ( as provided by > > > Fedora 23 ) : > > > On the qt build a right mouse click in the plot area to select a zoom > > > area is also triggering the line visibility toggle if it happens on the > > > legend part of the graph. This is very annoying since it hides the line > > > you may be trying to zoom on making it impossible to accurately choose > > > the zoom area. > > > > > > Clearly this feature should be restricted to left-mouse clicks. This is > > > the case in wxt , so I presume that it's an error. > > Good point. (Easy to fix, too :-) > > > In passing I also report that when qt terminal toggles a line the legend > > > gets a mid-grey background colour that is very ugly. Presumably someone > > > thought it could indicated a non-visible line. > > > > > > I would submit that it just makes a visual mess of the graph and is not > > > even helpful since it renders the legend pretty much visible anyway. > > Did you mean to say "invisible"? > > It looks OK to me, but I suppose tastes and computer displays vary. Yes: invisible, sorry. As I said it looks more reasonable in wxt. QT is way too dark and makes it illegible ( on my monitor ) and an ugly dark block. Colour inconsistencies between terminals is already a bit of a problem. > > > Same on wxt but legible.. Probably grey too dark on qt. > > > > > > I seem to recall that it was the line sample in the legend that got > > > turned off along with the line. This communicates the same information > > > in an aesthetically more acceptable manner, IMO. > > Yeah, but if you toggle off the line sample there is nothing to > > click on any more. How would you toggle it back on again? > > There would have to be some other clickable placeholder. No, the legend text itself is also clickable. It may make more sense if the line in the legend went 'hidden' as well ;) IIRC that's what the SVG terminal mouse action does. Peter > > Ethan > |