Group Abstract Group Abstract

Message Boards Message Boards

0
|
16.6K Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Adjusting axis labels font size, but not tick marker size

Posted 7 years ago
Attachment

Attachments:
POSTED BY: Sean Morgan

Sean,

in the first plot you specified the FrameTicksStyle as

Directive[Black, 15]

In the second plot you used Automatic which inherited the style from the LabelStyle. Make one change and your plots will match:

FrameTicksStyle -> {{Directive[FontOpacity -> 0, FontSize -> 0], 
   Directive[FontOpacity -> 0, FontSize -> 0]}, {Directive[Black, 15],
    Directive[FontOpacity -> 0, FontSize -> 0]}}

Regards,

Neil

POSTED BY: Neil Singer
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard