Hi Jeff,
The easiest solution I know is to create a style_name that contains an axis visualization with the property axis = 'False'. You can name this new style_name 'hide_axes' for example.
Then you have only to code :
iplot, indgen(100), style_name='hide_axes'
Patrice.
|