How does one assign a different maker to each scatter without having to call scatter multiple times?

조회 수: 2 (최근 30일)
How does one assign a different maker to each scatter without having to call scatter multiple times?
Is it possible to do this? Similar to the way lscatter works? I want to have a markers list that its index corresponds to data and marker (and color if possible).

답변 (1개)

Walter Roberson
Walter Roberson 2018년 7월 22일
Sorry, the internal objects only permit one shape for each scatter call.
To create the markers list, scatter() or plot() multiple times recording the handles, using nan as the coordinates, and legend() against the handles. The objects will not be visible on screen because of the nan coordinates, but the appropriate handles will be generated for legend purposes.

카테고리

Help CenterFile Exchange에서 Specifying Target for Graphics Output에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by