Setting certain edges of a graph a different color

3 ビュー (過去 30 日間)
Jose Grimaldo
Jose Grimaldo 2020 年 4 月 15 日
回答済み: dpb 2020 年 4 月 16 日
Can someone show me (if possible) to change a certain edge(s) of a graph to color white like the example graph below.

回答 (1 件)

dpb
dpb 2020 年 4 月 16 日
You mean like the following:
subplot(2,1,1)
plot(rand(10,1))
title('default -- top/bottom outlined w/ box on')
subplot(2,1,2)
plot(rand(10,1))
box off
title('no box -- top/bottom not outlined')

カテゴリ

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