Colorspec / Color 'none' allowed since 2013a ?

1 view (last 30 days)
usr0815
usr0815 on 18 Aug 2013
Hello,
in MATLAB Versions < 2013a I receive the following message for this code:
figure(1);
set(figure(1),...
'Color','none')
Warning: Setting the ColorSpec to 'none' for a figure will not be allowed in a future release.
When using the same code in 2013a the warning message disappeared and the background seems to be set to transparent, which works fine.
Was finally decided to allow the Colorspec 'none' or do I have to worry about all my previously written plot tools and routines, which might result in some error message in a future version?

Answers (0)

Categories

Find more on Graphics Object Properties 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!