Skip to content

Commit 4599415

Browse files
Update doc/python/radar-chart.md
Co-authored-by: Chris Parmer <[email protected]>
1 parent 3479c68 commit 4599415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/radar-chart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jupyter:
3535

3636
A [Radar Chart](https://en.wikipedia.org/wiki/Radar_chart) (also known as a spider plot or star plot) displays multivariate data in the form of a two-dimensional chart of quantitative variables represented on axes originating from the center. The relative position and angle of the axes is typically uninformative. It is equivalent to a [parallel coordinates plot](/python/parallel-coordinates-plot/) with the axes arranged radially.
3737

38-
For a Radar Chart, use a [polar chart](/python/polar-chart/) with categorical angular variables, with `px.line_polar`, or with `go.Scatterpolar`. See more examples of [polar charts here](/python/polar-chart/).
38+
For a Radar Chart, use a [polar chart](/python/polar-chart/) with categorical angular variables, with `px.line_polar`, or with `go.Scatterpolar`. See [more examples of polar charts](/python/polar-chart/).
3939

4040
#### Radar Chart with Plotly Express
4141

0 commit comments

Comments
 (0)