Plots look odd until data is plotted
var plt = new ScottPlot.Plot(400, 300);
plt.Title("empty plot");
plt.SaveFig("test.png");

This is jarring for user controls because as soon as you cick/drag, grid lines and tick labels appear.
Interestingly, just setting the axis solves this.
