How to change the default background color of a Smith Chart to white?
10 views (last 30 days)
Show older comments
Floyd Haylock
on 10 Feb 2014
Edited: Walter Roberson
on 30 Nov 2015
I have generated a plot of the smith chart using the command smithchart. However, the default background is gray. Can the gray background be changed to a white one from the command line? If so, what command should I use?
Thanks
Floyd
0 Comments
Accepted Answer
Mischa Kim
on 11 Feb 2014
Hello Floyd, yes it can. Insert
myfigure = figure('Color',[1 1 1]); % [1 1 1] corresponds to "white"
right before smithchart command.
4 Comments
More Answers (0)
See Also
Categories
Find more on Visualization and Data Export 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!