Marker points are not fully visible

2 ビュー (過去 30 日間)
ARGY B
ARGY B 2019 年 7 月 16 日
編集済み: ARGY B 2019 年 7 月 17 日
plot(x,y,'ok','MarkerSize',12,'MarkerFaceColor','k');hold on
plot(x1,y1,'LineWidth',2);
hold off
a = datenum(x1);
datetick('x');xlabel('Date');
grid on
As you can see in the picture attached the marker points are not fully visible.
Is this a problem of my laptop? or is it Matlab?
Sometimes i have to minimize and maximase 2-3 times the figure so I can make these points appear
.

回答 (1 件)

KSSV
KSSV 2019 年 7 月 16 日
plot(x,y,'ok','MarkerSize',12,'MarkerFaceColor','k');hold on
plot(x1,y1,'LineWidth',2);
hold off
a = datenum(x1);
datetick('x');xlabel('Date');
grid on

カテゴリ

Help Center および File ExchangeFunction Creation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by