objectgraphics/
mg_show_axes.pro
Demonstrates changing attributes of axis' text so they are always facing the viewer.
Routines
mg_show_axes_event, event
Handle all events.
mg_show_axes_cleanup, tlb
Cleanup resources.
mg_show_axes [, /no_switch] [, renderer=long]
Demonstrates changing attributes of axis' text so they are always facing the viewer.
Routine details
top source mg_show_axes_event
mg_show_axes_event, event
Handle all events.
Parameters
- event in required type=structure
any event generated by widget program
top source mg_show_axes_cleanup
mg_show_axes_cleanup, tlb
Cleanup resources.
Parameters
- tlb in required type=long
widget identifier of the top-level base
top source mg_show_axes
mg_show_axes [, /no_switch] [, renderer=long]
Demonstrates changing attributes of axis' text so they are always facing the viewer.
Keywords
- no_switch in optional type=boolean
set to not switch the text baseline to face the viewer
- renderer in optional type=long
set to 0 for hardware rendering, 1 for software rendering
File attributes
Modification date: | Mon Nov 29 18:34:49 2010 |
Lines: | 140 |
Docformat: | rst rst |