-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add padding to the colorbar at the bottom #126
Comments
create subplot for the brain plotting
add subplot - basically adds an Axes to the figure as part of a subplot arrangement.
|
Try adding a grid. Subplots are really hard to adjust and control if you go outside of what they’re designed to do (which is have multiple similar sized plots). |
Here’s some code on setting up a grid rather than a subplot: scona/scona/scripts/make_figures.py Line 1890 in 1e70f46
|
Hi @KirstieJane,
I tried different things to make space below the colorbar but without any positive results :(
image
Now to draw colorbar, we need create a new axes and create colobar on this axes
/home/pilot/anaconda3/lib/python3.6/site-packages/matplotlib/figure.py:1999: UserWarning: This figure includes Axes that are not compatible with tight_layout, so results might be incorrect.
warnings.warn("This figure includes Axes that are not compatible "
I might miss something obvious though...
Without adding spacing below, it does not make sense to commit, right?
The text was updated successfully, but these errors were encountered: