Dark Mode
Prologue
Sorted by alphabetical order of the name of the packages
No Response When Plotting
Situation
When executing commands like figure
, or plot(x, y)
, the Octave becomes no response.
It seems that the graphic toolkit works improperly.
Solution
Execute graphics_toolkit
, if response is qt
, try fltk
by
graphics_toolkit('fltk')
And we can make this change permanent by adding it into ~/.octaverc
Reference
Updated at 13 Dec, 2022