divider

How to remove a colorbar

How to remove a colorbar Question: I want to remove a color bar from an axes in that way that the axes will return to its default position. To make it clear, have a look at this code (or better run it): import numpy as np import matplotlib.pyplot as plt from mpl_toolkits.axes_grid1 import make_axes_locatable # …

Total answers: 1