Open achimnol opened 7 years ago
According to matplotlib/matplotlib#1852, the current workaround to achieve the same effect is to use fig.set_tight_layout(True)
instead of fig.tight_layout()
in the user-side.
I think we need to write some documentation for in-kernel programming and "sorna" helper package.