I have a plot like this
As can be seen, there is no border on the right side.
My questions:
1- Why?
2- How to get it solved?
3- How to make the axes thicker (how to change the linewidth of the axes)?
4- How to make a thick border around the plot (the line indicated in red shape)?
Thanks for your help!

 採用された回答

VBBV
VBBV 2020 年 11 月 20 日
編集済み: VBBV 2020 年 11 月 20 日

1 投票

box on
ax = gca
ax.LineWidth = 6

2 件のコメント

CS
CS 2020 年 11 月 20 日
Worked. Thanks!
CS
CS 2020 年 11 月 20 日
However, if we are using the
grid on
all the grid lines would also get thicker. How can I only change the width of the border?
How can I have the grid lines as what they are and change the width of the border?

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

その他の回答 (1 件)

CS
CS 2020 年 11 月 20 日

0 投票

Also, how can I increase the marker size in the legend?
I found somthing realated to icons, but when I apply it, the legend title disappears. How can I have both legend title and enlarged legend marker size?
Thanks!

カテゴリ

質問済み:

CS
2020 年 11 月 20 日

回答済み:

CS
2020 年 11 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by