Change eye diagram plot color into black on white

14 vues (au cours des 30 derniers jours)
Muhammad Afif Ramadhan
Muhammad Afif Ramadhan le 9 Août 2021
Commenté : Chunru le 9 Sep 2022
Eye diagram in MATLAB 2020b was a blue on white background, and now for some reason after I upgrade to 2021a, the plot invert its color into yellow lines on black background. Is there a way to change it back?
Below I attach pictures to illustrate the difference.
  1 commentaire
Muhammad Afif Ramadhan
Muhammad Afif Ramadhan le 11 Août 2021
After a lot of tinkering, I found the best method to change it is to access the property inspector and click on the object you want to change the color. Thanks the answer everyone.

Connectez-vous pour commenter.

Réponses (2)

Awais Saeed
Awais Saeed le 9 Août 2021
Use
set(gca,'Color','white')
to change the background color after the plot command

Chunru
Chunru le 9 Août 2021
get a handle of the object and there are color properties for you to change. You may also need to change the Children object color.
  2 commentaires
Jerry Malone
Jerry Malone le 9 Sep 2022
So how do you do that?
The default colors make eyediagram unusable. I need to change the background from black to the usual figure background color, the plot lines from yellow to blue, the axes to black, the two subplot backgrounds to the usual backround color, turn the grids on, and clean up the titles.
It's not worth my time to figure out how to do all that, when I can just write my own eyediagram code.
That's the problem with the comms tools.
Chunru
Chunru le 9 Sep 2022
Can you post your code?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by