X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 31 Aug 2005 02:37 AM by  anon
multiple plots
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
31 Aug 2005 02:37 AM
    In a !p.multi={0,2,2] plot I need to rotate one of the panels by 90 degrees.Any idea how to do that? Maren

    Deleted User



    New Member


    Posts:
    New Member


    --
    31 Aug 2005 02:37 AM
    The simplest way is to swap x and y in your plot statement and define the x or y-axis range backwards. Rotate Clockwise: plot, y, x, yrange=[xmax, xmin] Anti-Clockwise: plot, y, x, xrange=[ymax,ymin] If you want to change which axis is labeled look up the AXIS command
    You are not authorized to post a reply.