I'm working on my matplotlibwidget that I've created with QtDesigner.
When i draw my testpoints into my plot, they are mostly arranged at the border or cross the axes. Which does not look very familiar to me.
So my question is, how can i tell matplotlib to add some kind of "inner padding" between plot-border and test points. So for example if my minimum value is "500" i would like to plot the left border at around 400, so there is some margin between the least point and border.
Thank you in advance!
