フィルターのクリア

gscatter: connecting groups by lines through this function

12 ビュー (過去 30 日間)
Jake Warner
Jake Warner 2018 年 2 月 21 日
コメント済み: Aseman 2021 年 8 月 9 日
Good day friendly people. I am using the gscatter function to plot my data, but (perhaps) I wish to connect them using lines that are the same color as their markers. My example plot is shown here:
Can I connect them using the gscatter function?
Please note, I understand that I could loop through a regular plot function and do it that way, but I am wondering if there is a more simple and elegant solution.
Thanks for any help you send my way!
Cheers, Jake

回答 (1 件)

Kelly Kearney
Kelly Kearney 2018 年 2 月 21 日
The gscatter function already plots the data as line objects... you just need to add a visible line style:
h = gscatter(...)
set(h, 'linestyle', '-');
  2 件のコメント
Jake Warner
Jake Warner 2018 年 2 月 21 日
Absolutely perfect, thank you.
Aseman
Aseman 2021 年 8 月 9 日
Thank you. Perfect

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

カテゴリ

Help Center および File ExchangeSpecifying Target for Graphics Output についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by