Feeds
已回答
What's the difference between hleg = legend(...) and [hleg, a, b, c] = legend(...)?
As of R2017a you can specify the Interpreter by providing the name/value pair to the multiple output arg form of legend. th...
What's the difference between hleg = legend(...) and [hleg, a, b, c] = legend(...)?
As of R2017a you can specify the Interpreter by providing the name/value pair to the multiple output arg form of legend. th...
7 years 前 | 1
已回答
Problem with individual colour display in Legend for scatter plot (2014b)
Here is the workaround again with the code formatting cleaned up. C=[1:1:15]; subplot(212); hold on cm = parula(15); ...
Problem with individual colour display in Legend for scatter plot (2014b)
Here is the workaround again with the code formatting cleaned up. C=[1:1:15]; subplot(212); hold on cm = parula(15); ...
9 years 前 | 0
| 已接受
已回答
Problem with individual colour display in Legend for scatter plot (2014b)
Tim Since you know the number of unique colors you'll need, 15, you can generate an explicit list of RGB colors and pass them i...
Problem with individual colour display in Legend for scatter plot (2014b)
Tim Since you know the number of unique colors you'll need, 15, you can generate an explicit list of RGB colors and pass them i...
9 years 前 | 0