he colorbar ticks. The *ticklocation* must match *orientation*. For example, a horizontal colorbar can only have ticks at the top or the bottom. If 'auto', the ticks will be the same as *location*, so a colorbar to the left will have ticks to the left. If *location* is None, the ticks will be at the bottom for a horizontal colorbar and at the right for a vertical. drawedges : bool Whether to draw lines at color boundaries. filled : bool %(_colormap_kw_doc)s location : None or {'left', 'right', 'top', 'bottom'} Set the *orientation* and *ticklocation* of the colorbar using a single argument. Colorbars on the left and right are vertical, colorbars at the top and bottom are horizontal. The *ticklocation* is the same as *location*, so if *location* is 'top', the ticks are on the top. *orientation* and/or *ticklocation* can be provided as well and overrides the value set by *location*, but there will be an error for incompatible combinations. .. versionadded:: 3.7 é2