How can I save a figure to PDF with a specific page size and padding?
I have generated a matplotlib
figure that I want to save to a PDF. So far, this is straightforward.
`matplotlib` figure border and text disagree about the figure limits
I find the behavior of the following image to be surprising.
Why is this code not connecting my average values with a line despite me using the plt.plot and linestyle?
I cannot get this code to connect the average points with a line. Would appreciate any help as i currently cannot figure out what to do in this situation.