How can I hide part of the markers behind the x-axis?

조회 수: 1 (최근 30일)
Rudy
Rudy 2015년 6월 16일
답변: Walter Roberson 2015년 6월 18일
Hi all,
See the attached image. I do not like it that the markers are on top of the x-axis. Is there a way to put white below the the axis on top of the markers?
Thanks for your help.
Kind regards, Rudy

답변 (2개)

Eric Lin
Eric Lin 2015년 6월 17일
I assume you are wanting to crop any part of the markers that lie below the X-axis. While there is no built in method to do this, one workaround may be to vary the circle size of the markers such that markers on the X-axis are smaller.
Alternatively, you can manually make patches to represent your data points which will give you total control over their shape.

Walter Roberson
Walter Roberson 2015년 6월 18일
set(gca, 'layer', 'top')

카테고리

Help CenterFile Exchange에서 Visual Exploration에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by