Maps.transform_lonlat_to_plot#

Maps.transform_lonlat_to_plot(lon, lat)#

Transform longitude and latitude values to plot coordinates.

Parameters:
  • lon (float or array-like) – The longitude and latitude values to transform.

  • lat (float or array-like) – The longitude and latitude values to transform.

Returns:

x, y

Return type:

The coordinates transformed to the plot-coordinate system.