Scroll SciView Plot list?
Hi, I kind of like SciView plots but they can't be scrolled well. There are two options 1) scrolling directly scrolls only a few frames (selected frame is forced to remain visible thus cant scroll further unless I click on another) or 2) after clicking on small arrow at bottom I can scroll freely but I am restricted to mouse only which is slow.
Possible solution is to add some hotkeys like up/down and pgup/pgdn and also delete would be nice (and delete all which is also suggested in other post).
Please sign in to leave a comment.
First I want to say this: SciView is the killer feature of PyCharm! But it has this one flaw that makes it frustrating to use. Like Martin I often need to produce series of many plots and then view them in order to see how they change. The plot list does not work well for this once you have more than a few plots. The feature I care about most is that when a plot in the list is selected and has focus I want to be able to use up/down keys to select the previous/next plot in the thumbnail list and have the selected plot display in the plot view.
(And thank you for implementing "close all plots")
Ah! I just realized that there is a way to do what is requested above: on Mac it's SHIFT+CMD+[ and SHIFT+CMD+] .
I think one reason I didn't find the feature is that the labels on the context menu say "Select Next Tab" and "Select Previous Tab", which was unclear to me since the thumbnail images do not look like "tabs". Perhaps the menu labels could be renamed "Select Next Plot" and "Select Previous Plot" to make the feature easier to understand.