prettyplot

バージョン 1.0.0.0 (2.14 KB) 作成者: Cris Luengo
Prettier line plots with markers.
ダウンロード: 1K
更新 2010/4/13

ライセンスの表示

PRETTYPLOT works just like PLOT, but avoids the line and markers being on top of each other. Instead, the line joins the markers without touching them.

Example
figure('position',[200,200,800,600])
hold on
set(gca,'xlim',[-3.2,3.2],'ylim',[-3,3])
x = -pi:pi/10:pi;
y = tan(sin(x)) - sin(tan(x));
h = prettyplot(x,y,'-+b',x,2*cos(x),'-xr','LineWidth',2,'MarkerSize',8);
h = [h;prettyplot(x,randn(size(x)),'-o','LineWidth',1,'MarkerSize',6,'color',[0,0.8,0])];
legend(h(1:2:end),'demo','cos','randn');

引用

Cris Luengo (2026). prettyplot (https://jp.mathworks.com/matlabcentral/fileexchange/27237-prettyplot), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R2009b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersStartup and Shutdown についてさらに検索
タグ タグを追加
バージョン 公開済み リリース ノート
1.0.0.0