redundancer

Results 6 issues of redundancer

```c# private static void Main(string[] args){ var number = MyMethod1(); // How to use number in method 2? } int? MyMethod1(){ return 1; } void MyMethod2(Option aNumber){ // Do Something....

### Scrollable legend It should be possible to have a scrollable legend. When so many points are added that the height of the legend is exceeded, the legend should become...

## Environment ``` System: OS: Linux 6.2 Ubuntu 22.04.3 LTS 22.04.3 LTS (Jammy Jellyfish) CPU: (12) x64 AMD Ryzen 5 1600 Six-Core Processor Memory: 20.61 GB / 31.29 GB Shell:...

**Question:** (Ask your question here) **ScottPlot Version:** (What NuGet package are you using?) 5.0 **Code Sample:** See http://scottplot.net/faq/repro/ for tips about creating reproducible code samples ```cs ScottPlot.Plot myPlot = new();...

**Question:** (Ask your question here) How can I use superscript letters in legend text? I would like to use a superscript minus. **ScottPlot Version:** (What NuGet package are you using?)...

**Question:** (Ask your question here) There seem to exist only four predefined line patterns (Solid, Dashed, DenselyDashed, Dotted) which is not enough for my use case. Is there any plan...