Change a specific axis back panel color

3 views (last 30 days)
Kyle Wang
Kyle Wang on 13 Jun 2015
Edited: Jan on 13 Jun 2015
I understand the command set(gca, 'color', 'k') allows different color of ALL axis back panels. I would like suggestions to change the x-y axis back panel color in a 3D plot. Many thanks.

Answers (1)

Jan
Jan on 13 Jun 2015
Edited: Jan on 13 Jun 2015
You can create a patch or surface object in the wanted location and color.

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!