photo

Drew Chap


Last seen: 12 months ago Active since 2022

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
how to use the "tight" function for just one axis
As of R2021a, the best method to do this is: ax = gca() ax.XLimitMethod = 'tight' See the XLimitMethod section here: Axes app...

1 year ago | 0

Question


How can I change the default legend font independently of the default axes font?
I would like to set the default legend font properties independently of the default axes font properties. For example, in my st...

2 years ago | 1 answer | 0

1

answer