Skip to content

RadarPlot: Add Smooth parameter#2067

Merged
swharden merged 3 commits intoScottPlot:mainfrom
theelderwand:main
Aug 25, 2022
Merged

RadarPlot: Add Smooth parameter#2067
swharden merged 3 commits intoScottPlot:mainfrom
theelderwand:main

Conversation

@theelderwand
Copy link
Contributor

Purpose:
This pull request adds a new property Smooth (default false) to RadarPlot. When enabled the radar plot will render as a closed curve instead of a polygon.

image

// You can insert code examples like this
var radar = plot.AddRadar(values);
radar.Smooth = true;
plot.Render();

@swharden swharden linked an issue Aug 25, 2022 that may be closed by this pull request
@swharden swharden changed the title Issue #2065: Add Smooth paramter for RadarPlot to draw closed curve RadarPlot: Add Smooth parameter Aug 25, 2022
@swharden
Copy link
Member

This looks fantastic @theelderwand! Thanks for your contribution 🚀

@swharden swharden enabled auto-merge August 25, 2022 21:27
@swharden swharden merged commit 5fd8246 into ScottPlot:main Aug 25, 2022
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.

Radar: smooth areas

2 participants