Charles Brauer
Results
22
issues of
Charles Brauer
**Issue:** Problem with Custom time label **ScottPlot Version:** 5.0.55 **Code Sample:** ```cs using ScottPlot; public class Program { public static void Main() { var plt = new ScottPlot.Plot(); plt.ScaleFactor =...
**Issue:** In the enclosed code, the Marker is in the wrong place. **ScottPlot Version:** 5.0.55 ```cs using ScottPlot; public class Program { public static void Main() { var plt =...