Closed lebedov closed 7 years ago
Small fix for the very useful add_colorbar() function in matplotlib-colorbar.ipynb; the aspect parameter should be cast to a float so 1/aspect doesn't evaluate to 0.
add_colorbar()
aspect
1/aspect
Thanks for reporting this! I've created #3, can you please check if this works for you?
Yes. Thanks!
Small fix for the very useful
add_colorbar()
function in matplotlib-colorbar.ipynb; theaspect
parameter should be cast to a float so1/aspect
doesn't evaluate to 0.