You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realized that if add_colorbar is True, then the facet function draws one colorbar for each subplot. My initial intention was providing cbar_kwargs to reduce the whitespace between the colorbar en the right edge of the plot.
Is there any way to fix this?
The text was updated successfully, but these errors were encountered:
rvalenzuelar
changed the title
add_colorbar argument overwirt
add_colorbar argument overwritten in facetgrid.py
Aug 7, 2017
rvalenzuelar
changed the title
add_colorbar argument overwritten in facetgrid.py
cbar_kwargs for faceting plots
Aug 7, 2017
I'm using faceting and the add_colorbar=True argument along with cbar_kwargs. This triggers the following error message:
I searched the facetgrid.py module and found the following lines:
I realized that if add_colorbar is True, then the facet function draws one colorbar for each subplot. My initial intention was providing cbar_kwargs to reduce the whitespace between the colorbar en the right edge of the plot.
Is there any way to fix this?
The text was updated successfully, but these errors were encountered: