X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 13 Jun 2011 01:17 PM by  anon
Suppress x-y Axes in IDL 8.1 (new plotting method)
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
13 Jun 2011 01:17 PM
    Anyone know how to suppress the plotting of the x-y axes in IDL 8.1? p = plot(xarray,yarray,xrange=[0.,100.],yrange=[0.,100.])

    Deleted User



    New Member


    Posts:10
    New Member


    --
    14 Jun 2011 01:28 PM
    Set the AXIS_STYLE to 0 p = PLOT(/test, AXIS_STYLE=0) FYI A request for a graphics function property to control the xyz location of an individual axis, without requiring the separate use of the AXIS function has be logged with ITT support.
    You are not authorized to post a reply.