Interactive plots: Difference between revisions

m
→‎Demo 1: Use syntax highlighter.
(Created page with "This page shows some possibilities to create interactive OpenGL plots (qt or fltk toolkit) not using uicontrols. See also uicontrols where you can create buttons and slid...")
 
m (→‎Demo 1: Use syntax highlighter.)
 
(One intermediate revision by the same user not shown)
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]]