Skip to content

Adds LineWidth option to RadarPlot#1369

Merged
swharden merged 3 commits intoScottPlot:masterfrom
bclehmann:radar-linewidth
Oct 17, 2021
Merged

Adds LineWidth option to RadarPlot#1369
swharden merged 3 commits intoScottPlot:masterfrom
bclehmann:radar-linewidth

Conversation

@bclehmann
Copy link
Member

New Contributors:
Please review CONTRIBUTING.md

Hacktoberfest Participants:
Check-out the Hacktoberfest 2021 page

Purpose:
#1277

var radar = plt.AddRadar(values);
radar.WebColor = System.Drawing.Color.Red;
radar.LineWidth = 3;

image

@bclehmann
Copy link
Member Author

@swharden swharden self-requested a review October 17, 2021 15:08
@swharden
Copy link
Member

It also appears that radar and coxcomb charts with icons are misaligned

This may be intentional. Data points on radar plots are aligned with the axes, but data on coxcomb charts seems to be the space between the axis lines.

Radar Coxcomb
image image

Should icon alignment be customizable?

@swharden swharden linked an issue Oct 17, 2021 that may be closed by this pull request
@swharden swharden merged commit 08107ae into ScottPlot:master Oct 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow Radar Chart to specify a width for the Radar's border

2 participants