switching between black/white and color
3 views (last 30 days)
Show older comments
Mohsen
on 17 Jul 2019
Answered: Walter Roberson
on 18 Jul 2019
Is there a simple switch that can convert the output plot between black/white and color?
A file containing many plot commands results in a single plot. I can modify each plot command to make it b/w but is there a wholesale simple way of converting all plots to b/w?
0 Comments
Accepted Answer
Walter Roberson
on 18 Jul 2019
No.
However, you could probably adapt the freezeColors File Exchange contribution so that instead of replacing mapped and pseudocolor graphics with the corresponding rgb graphics, that it did rgb2gray and repmat that along the third dimension to get a gray rgb color.
0 Comments
More Answers (0)
See Also
Categories
Find more on Bar Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!