Fill in a Polar Scatter Plot

조회 수: 14 (최근 30일)
Piper Rose
Piper Rose 2020년 10월 19일
답변: Star Strider 2020년 10월 20일
Is they a way to add a filled shape to a polarscatter plot?
Patch() and fill() both give me errors due to the polar axes.

답변 (1개)

Star Strider
Star Strider 2020년 10월 20일
Do everything in Cartesian coordinates, although defining the coordinates in terms of r and θ. Then, use pol2cart to create them as Cartesian coordinates, and plot them, similar to the approach in How do I remove the border of a polarplot?

카테고리

Help CenterFile Exchange에서 Polar Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by