right now if 0 padding is used the text of the ticks falls off the image
plt.Ticks(rulerModeX: true, displayTicksY: false);
plt.Frame(left: false, right: false, top: false);
plt.TightenLayout(padding: 0, render: true);
https://swharden.com/scottplot/cookbooks/4.0.35/#customize-axis-ruler-mode-x-only
