Alfonso Espitia
Alfonso Espitia
Error when reverse engineering a model from an existing DB: Microsoft SQL Server 2014 12.0.6439.10 (X64) using EFCore 7 RC1 System.InvalidOperationException: Reverse engineer error: System.NullReferenceException: Object reference not set to...
This suggestion is about adding support for font styles, i believe right now, the font manager in SP5 is hard coded to look at "normal" weight fonts, but if a...
There seem to be some discrepancies in rendering between the PNG and SVG versions of plots. ScottPlot Version: 5.0.31 Code Sample: ```cs void Main() { ScottPlot.Plot plot = new(); var...
Issue: If you try to open the resulting SVG XML, it's invalid because it's missing a "g" tag somewhere, so it will not validate because of the unclosed tag. ScottPlot...
bad link to semver.org
This is to address issue #5136 This sample code shows the before and after with these updates. ```cs ScottPlot.Plot myPlot = new(); List slices = [ new PieSlice() { Value...
**Issue:** the cookbook sample of the hatching fill style doesn't seem to work with SVG, but does with PNG **ScottPlot Version:** 5.1 **Code Sample:** ```cs ScottPlot.Plot myPlot = new(); //...
**Suggestion:** I think the original intent of the MarkerShapeOverride was that the colors were already correct, just wanted to change the shape. Currently, it's defaulting them all to black like...
**Issue:** Looks like the CodeQL report isn't actually published or maybe not accessible? This link is under the Security tab of the project. https://github.com/ScottPlot/ScottPlot/security/code-scanning/tools/CodeQL/status Parent link: https://github.com/ScottPlot/ScottPlot/security