Alfonso Espitia

Results 15 comments of Alfonso Espitia

yay! glad to know this issue helped someone

if you set FillY=true, this seems to work already. double[] zeros = new double[10]; double[] data = new double[10]; double[] positions = new double[10]; for (int i = 0; i...

modifying some samples from ChatGPT, this seems to draw a shaky line. this was edited to work in LinqPad ```cs void Main() { var random = new Random(); var bitmap...

did not know you can include images lol, this is what the shaky line stuff above produces ![image](https://github.com/ScottPlot/ScottPlot/assets/105309364/8ac4d09b-75fe-4e12-8080-c072e3202d7f)

looks like horizontal legend orientation recipe is already in the cookbook https://scottplot.net/cookbook/5.0/Legend/