Editing y limits for multiple axes using property inspector

84 ビュー (過去 30 日間)
Gerrit Mielke
Gerrit Mielke 2019 年 10 月 23 日
コメント済み: Gerrit Mielke 2019 年 11 月 4 日
I am generating plots with dual y-axes (using yyaxis left/right).
With
ax=gca; ax.YAxis(1).Limits=[0 10]
or .YAxis(2). I can set both y axes limits individually.
When using the property inspector I did find only values for one of the y limits (see screenshot).
Capture.PNG
Is there a way to edit both y limits using the property inspector?
Thanks.

採用された回答

Ajay Pattassery
Ajay Pattassery 2019 年 10 月 30 日
The properties of both the axes can be edited by using the property inspector.
If the right axes property needs to be edited, first click on the right axes on the figure window and then change the required property in the property explorer window.
Similarly for editing the left axes property, first click on the left axes and then edit the corresponding property.
Alternatively,
Click on Desktop > Property Editor
A new palette will open on the bottom of the figure where you can select left or right under Y-Axis and can change the required properties. (sample image attached)
  1 件のコメント
Gerrit Mielke
Gerrit Mielke 2019 年 11 月 4 日
Thank you.
Stangely enough, editing both axes using the property inspector on my system works for some figures and for some others it does not. I don't know why.
Your atlernative seems to work better for me.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeVisual Exploration についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by