如何使用绘图更改图表中的线条颜色?
10 ビュー (過去 30 日間)
古いコメントを表示
如何使用绘图更改图表中的线条颜色?
2 件のコメント
Steven Lord
2023 年 2 月 24 日
Google Translate says this question is "How to change the line color in a chart using plotly"
回答 (1 件)
Joel
2023 年 3 月 14 日
Hi,
You can specify the colour of the line by simply specifying a string in the plot syntax. This string can specify the line color, type of line and type of marker at each data point.
Type the command “help plot” on your command line or refer to the MATLAB Documentation for more information: 2-D line plot - MATLAB plot - MathWorks India
1 件のコメント
Walter Roberson
2023 年 3 月 14 日
The question is about plotly which appears to be a third party package.
参考
カテゴリ
Help Center および File Exchange で Data Exploration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!