Make axis background transparent

98 vues (au cours des 30 derniers jours)
Catalytic
Catalytic le 12 Août 2020
Modifié(e) : Catalytic le 30 Oct 2020
Is there an alpha parameter that sets the transparency of a plot's background axis color? I would like to be able to export a plot to Powerpoint and then overlay it semi-transparently onto other Powerpoint objects.

Réponse acceptée

J. Alex Lee
J. Alex Lee le 12 Août 2020
Modifié(e) : J. Alex Lee le 12 Août 2020
For traditional axes, you can set the "Color" property to "none"
ax = axes("Color","none")
  1 commentaire
Catalytic
Catalytic le 12 Août 2020
Modifié(e) : Catalytic le 30 Oct 2020
Thanks!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB Report Generator dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by