Interactive plots: Difference between revisions

m
→‎Demo 1: Use syntax highlighter.
m (→‎Demo 1: Use syntax highlighter.)
 
Line 7: Line 7:
[[File:interactive_select2.gif]]
[[File:interactive_select2.gif]]


{{Code|imageViewer example|<pre>
{{Code|imageViewer example|<syntaxhighlight lang="octave">
clear all
clear all
graphics_toolkit qt
graphics_toolkit qt
Line 85: Line 85:
# first update
# first update
drag_fig (gcf, [])
drag_fig (gcf, [])
</pre>}}
</syntaxhighlight>}}


[[Category:Examples]]
[[Category:Examples]]