You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add theta_labels parameter to coord_radial for full-circle theta axis labels
Partial-arc plots already show theta tick labels on the outer edge.
Full-circle charts (pac-man, coxcomb) suppress them by default.
theta_labels=True opts a full-circle plot into the same behaviour,
passing scale breaks through to Matplotlib's PolarAxes which places
and rotates them outside the circle automatically.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments