self.ax.margins(x=0) tells matplotlib not to add padding on the x-axis. (Chat)
Description
No description provided
Languages
Python
100%
self.ax.margins(x=0) tells matplotlib not to add padding on the x-axis. (Chat)