why the ticks on axis dispear on one side?

1 回表示 (過去 30 日間)
xueqi
xueqi 2013 年 8 月 16 日
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;

回答 (1 件)

Walter Roberson
Walter Roberson 2013 年 8 月 16 日
編集済み: Walter Roberson 2013 年 8 月 16 日
This is an OpenGL related bug.
Give the command
opengl software
or resize the figure window to be slightly larger.

カテゴリ

Help Center および File ExchangeGrid Lines, Tick Values, and Labels についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by