Issue: This is actually a duplicate of #3444, but the workaround proposed in that issue is not working anymore starting from 5.0.51.
ScottPlot Version: 5.0.51 and higher
Code Sample:
AvaPlot myPlot = new();
myPlot.Plot.FigureBackground.Color = Colors.Transparent;
myPlot.Plot.RenderManager.RenderActions.RemoveAt(1);
Current behavior (5.0.51):

Expected behavior (5.0.50):
