Question regarding Samplot output labels
Hello,
I have a problem regarding the samplot output where, seemingly, default matplotlib labels are covering the x and y axes labels for the plot. I don't see any option available to mitigate this, and my attempts to find the problem in the .py file have been unsuccessful. Any help would be appreciated! (Example image attached)
Thank you.
This appears reminiscent of https://github.com/ryanlayer/samplot/issues/189. Can you check your samplot and matplotlib versions? The requirements.txt file should enforce a version older than 3.7.
Excellent, thank you! I downgraded matplotlib to 3.6.0 and re-installed samplot via the direct pip install, as described in your link, and it seems to have fixed the issue.