why the ticks on axis dispear on one side?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi fellows,
I am trying to do some pretty plots. But some how the ticks on the axis showing on both sides

but anther one only showing on one side

Do you understand why? I am using very similar codes to plot these two imgages and for both of them have set
% axis([-20,120,-20,120]);
axis square;
0 Kommentare
Antworten (1)
Walter Roberson
am 16 Aug. 2013
Bearbeitet: Walter Roberson
am 16 Aug. 2013
This is an OpenGL related bug.
Give the command
opengl software
or resize the figure window to be slightly larger.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Graphics Performance finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!