Problem with Axes Box Property

I have a figure with several subplots. I want each to have a box around it. In order to do this I use:
set(hax,'xtick',[],'ytick',[],'box','on')
However, for some reason in the figure window I only see the bottom and right axes borders, as shown below from a screen capture:
However, when I save the figure as a .jpg the axes borders (boxes) are correctly rendered, as shown below:
Any ideas as to how to get the boxes to render properly in the actual figure window?

2 件のコメント

Oliver
Oliver 2013 年 11 月 5 日
I tried switching the renderer to 'zbuffer', and the problem seems to be resolved, but I still would like to know why 'opengl' does not correctly display the axes borders.
Kelly Kearney
Kelly Kearney 2013 年 11 月 5 日
Because opengl just doesn't like to work properly in Matlab.

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeGraphics Performance についてさらに検索

製品

質問済み:

2013 年 11 月 5 日

コメント済み:

2013 年 11 月 5 日

Community Treasure Hunt

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

Start Hunting!

Translated by