Microsoft is sunsetting cross-platform support for System.Drawing.Common in .NET 6. This will be highly disruptive since ScottPlot currently uses System.Drawing extensively for rendering graphics.
This issue will track progress toward migrating to an alternative render system. This will likely be Microsoft.Maui.Graphics (which works on all platforms, not just in MAUI apps). System.Drawing will be totally removed from ScottPlot.
This change will be associated with a major version increase (ScottPlot 5.0)
Related: #1413, #1431