Main Content

Polar Plots

Plots in polar coordinates

Create line plots, histograms, and scatter plots in polar coordinates. Modify aspects of the polar axes, such as the range of angle values or whether to display angles in radians or degrees.

Functions

expand all

polarplotPlot line in polar coordinates
polarscatterScatter chart in polar coordinates
polarbubblechartPolar bubble chart (Since R2020b)
polarhistogramHistogram chart in polar coordinates
compassArrows emanating from origin
ezpolarEasy-to-use polar coordinate plotter
rlimSet or query r-axis limits for polar axes
thetalimSet or query theta-axis limits for polar axes
rticksSet or query r-axis tick values
thetaticksSet or query theta-axis tick values
rticklabelsSet or query r-axis tick labels
thetaticklabelsSet or query theta-axis tick labels
rtickformatSpecify r-axis tick label format
thetatickformatSpecify theta-axis tick label format
rtickangleRotate r-axis tick labels
polaraxesCreate polar axes

Properties

PolarAxes PropertiesPolar axes appearance and behavior

Topics