plotyyy: third plot as bar

Hey to everyone,
is it possible for the plotyyy-function to have the third plot as a bar? I don't know how to solve the problem.
I would be pleased if somebody can give me an idea.

回答 (1 件)

Joseph Cheng
Joseph Cheng 2016 年 2 月 9 日

1 投票

quickest and easiest way would be to edit the plotyy line of the graph to be
[ax,hlines(1),hlines(2)] = plotyy(x1,y1,x2,y2,'bar','plot'); %≈line 45 (?)
and the first xy entry will be the the bar chart.

2 件のコメント

Tino K.
Tino K. 2016 年 2 月 9 日
Hey Joseph,
yep. But this "only" plotyy I want to change this one into the plotyyy-function.
Joseph Cheng
Joseph Cheng 2016 年 2 月 9 日
編集済み: Joseph Cheng 2016 年 2 月 9 日
look at my comment. you'd have to change the plotyyy() function code around line 45. maybe change and resave the function as barplotplot().

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

カテゴリ

ヘルプ センター および File ExchangeTwo y-axis についてさらに検索

質問済み:

2016 年 2 月 9 日

編集済み:

2016 年 2 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by