Clear Filters
Clear Filters

Setting a default colororder

9 views (last 30 days)
Roy Goodman
Roy Goodman on 31 Jan 2024
Commented: Roy Goodman on 31 Jan 2024
I like the new colororder gem12. I'd like to set it as my default in my startup file. However the following returns an error. What have I done wrong?
set(groot, "defaultaxescolororder",gem12)

Accepted Answer

Walter Roberson
Walter Roberson on 31 Jan 2024
C = orderedcolors("gem12");
set(groot, "defaultaxescolororder", C)

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products


Release

R2023b

Community Treasure Hunt

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

Start Hunting!