X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 23 May 2017 11:01 AM by  David Starbuck
Changing Font Size and Type in Axis Titles
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

Josh Colwell



New Member


Posts:1
New Member


--
11 May 2017 07:35 PM
    p.title.font_size=value works fine to change the main title font size, but I don't see a way to change the size of the x axis and y axis titles. Also, what font was used prior to 8.6? I think the new one looks terrible, and it seems to be drawn differently: it's blurry and not as crisp and clear as in previous versions.

    David Starbuck



    Basic Member


    Posts:143
    Basic Member


    --
    23 May 2017 11:01 AM
    The size of the title seems to be tied to the tickfont_size. For example:
    p = plot(/test, xtitle='HELLO!', xtickfont_size=20)

    If you need more control, you can use the TEXT function to manually enter titles.

    - David
    Harris GS
    You are not authorized to post a reply.