X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 22 Aug 2016 10:18 AM by  anon
How do I change the distance of xtitle to AXIS?
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
22 Aug 2016 10:18 AM
    In the PLOT function, I want to change the distance between xtitle(ytitle) to axis, but could not find any properties in AXIS and in TEXT functions, I want to know how to do that? Thanks.

    Deleted User



    Basic Member


    Posts:143
    Basic Member


    --
    22 Aug 2016 02:54 PM
    Unfortunately, I don't think there is a built in way to change the distances of the xtitle any ytitle properties. I think the workaround is to use the TEXT function to manually enter the titles. For example: IDL> p3 = plot(findgen(10)) IDL> xtitle = text(.45, .04, "X title") IDL> ytitle = text(.05, .45, "Y title", orientation=90)
    You are not authorized to post a reply.