Plots should be removeable
I should be able to remove any plot that I created before. Currently I can see all my old plots also.
25
votes
Anonymous
shared this idea
-
Tristan Mackey commented
If your have "Render New Plots Inline" turned on, OO's hold state is session-scope, not script-scope. Whenever you need a clean plot, start with
hold off;
or uncheck "Render...Online", as Shane suggested. -
If you uncheck "Render New Plots Inline" in the menu, then plots will appear in a separate plot pane rather than in the console. You can also clear the console by entering the command "clc" (this will clear all plots as well as text).