**What can we do to make ScottPlot better?** A new plottable for Radar Graphs (AKA spider/star chart): A 7-Point Radar Graph:  A 4-Point Radar Graph:  User code being something like this: ```cs var radar = plt.PlotRadar(double[] values, string[] labels); ```