3D axes ticks get truncated when figure window is not maximized

6 Ansichten (letzte 30 Tage)
Cesium Modern
Cesium Modern am 7 Mär. 2023
Beantwortet: Voss am 7 Mär. 2023
I have a plot with axis titles that have large font-size. I would like to save the plot when the figure window snaps to the left or right (i.e. takes 50% of my screen), however, this truncates the ticks for my plot.
I prefer the 50% snapped view as it does not stretch my plot
50% snapped to the left
100% maximized figure window
How can I fix this without changing my font size (I have used the xlim([928 933]) command to ensure the axis limits are constant, the odd ticks disappear when my figure window size is reduced, I would like to see these ticks at this window size)

Antworten (1)

Voss
Voss am 7 Mär. 2023
Set the xticks manually (like you set the xlim manually):
xticks(928:933)
Maybe the yticks too:
yticks(200:100:600)

Kategorien

Mehr zu Axes Appearance finden Sie in Help Center und File Exchange

Produkte


Version

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by