Scott W Harden
Scott W Harden
This affects signal plots after they zoom in enough to allow visualizing individual points I suspect all points are being rendered rather than just those in the view Thanks Marven...
Presently `DateTime` is supported in many generic plotting methods. Adding support for these types should allow them to be plotted easily as well...
Mimic the design from ScottPlot 4 https://scottplot.net/cookbook/4.1/category/plottable-annotation/ The Benchmark plot type is close to having the functionality needed, just that the label can't be set
### Discussed in https://github.com/ScottPlot/ScottPlot/discussions/3219 Originally posted by **prime167** January 17, 2024 Currently, ScottPlot support customize drawing style like backgroud color, font, line style https://scottplot.net/cookbook/4.1/#style https://scottplot.net/cookbook/5.0/Styling/ and V4 has some pre-define...
Presently it seems the legend key always draws lines in the center, but some shapes should draw the key as a rectangle with a border 
after #3310 and #3298, areas can be filled with gradients that are highly customizable. It would be great to have a few extra cookbook recipes (probably in Shapes.cs next to...
The `List` method for storing multiple grids is probably more than we need, and it causes a weird API like `Plot.GetDefaultGrid()` to interact with common customizations. This system should be...
suggested by @sterenas in #3273 Need a ScottPlot 5 equivalent of https://scottplot.net/cookbook/4.1/recipes/legend_orientation/
Similar to ScottPlot 4: * https://scottplot.net/cookbook/4.1/colors/ * https://scottplot.net/cookbook/4.1/colormaps/
Define a standard way to evaluate performance of various plotting operations. Consider documenting it on the website. This issue is a modern version of #2677