X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 23 Jun 2009 01:15 PM by  anon
calling iPlot to make a plot with no axes
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
23 Jun 2009 01:15 PM
    IDL Wizards, I want to plot some data programmatically in an iplot that has no axes at all.  Can I do that from a call to iplot or do i have to manually remove the axes later? Jeff

    Deleted User



    New Member


    Posts:
    New Member


    --
    25 Jun 2009 08:28 AM
    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.
    You are not authorized to post a reply.