set_position

ScaleBar.set_position(lon=None, lat=None, azim=None, update=False)

Set the position of the colorbar

Parameters
  • lon (float, optional) – The longitude of the starting-point. The default is None.

  • lat (float, optional) – The latitude of the starting point. The default is None.

  • azim (float, optional) – The azimuth-direction in which to calculate the intermediate points for the scalebar. The default is None.

  • update (bool) – Indicator if the plot should be immediately updated (True) or at the next event (False). The default is False.