フィルターのクリア

Why is my plot mirrored, including the titles and numbers?

1 回表示 (過去 30 日間)
Diana Akkermans
Diana Akkermans 2021 年 9 月 30 日
回答済み: Anshika Chaurasia 2021 年 10 月 8 日
  5 件のコメント
DGM
DGM 2021 年 9 月 30 日
編集済み: DGM 2021 年 9 月 30 日
The product/release tags are R2021b (MATLAB online server), same as the other post I linked.
Sulaymon Eshkabilov
Sulaymon Eshkabilov 2021 年 9 月 30 日
Can you pl., post your code that generated this interesting plot? Wow !

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

回答 (2 件)

Anshika Chaurasia
Anshika Chaurasia 2021 年 10 月 5 日
Hi,
You can try clearing browser cookies then login again.
For the best overall experience, Chrome is the recommended browser. For supported versions of the browsers, please refer to the following document.
In case, the issue persists then share following information so that we can replicate the issue:
  • Operating System
  • Browser and it's version
  • Exact sequence of commands that you have used

Anshika Chaurasia
Anshika Chaurasia 2021 年 10 月 8 日
Hi,
The possible workaround for the issue:
fig = figure;
ax = axes(fig);
plot(ax, data);
triggerFigureView(fig)
Note: Above mentioned plotting resolves the issue for the current MATLAB Online Session. Hence, when starting a new session the issue reappears. Thus 'triggerFigureView' would need to be executed every time a new Session is started.

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by