Make axis background transparent

조회 수: 106 (최근 30일)
Catalytic
Catalytic 2020년 8월 12일
편집: Catalytic 2020년 10월 30일
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.

채택된 답변

J. Alex Lee
J. Alex Lee 2020년 8월 12일
편집: J. Alex Lee 2020년 8월 12일
For traditional axes, you can set the "Color" property to "none"
ax = axes("Color","none")
  댓글 수: 1
Catalytic
Catalytic 2020년 8월 12일
편집: Catalytic 2020년 10월 30일
Thanks!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by