bqplot.pyplot.geo

bqplot.pyplot.geo(map_data, **kwargs)[source]

Draw a map in the current context figure.

Parameters:
  • map_data (string or bqplot.map (default: WorldMap)) – Name of the map or json file required for the map data.
  • options (dict (default: {})) – Options for the scales to be created. If a scale labeled ‘x’ is required for that mark, options[‘x’] contains optional keyword arguments for the constructor of the corresponding scale type.
  • axes_options (dict (default: {})) – Options for the axes to be created. If an axis labeled ‘x’ is required for that mark, axes_options[‘x’] contains optional keyword arguments for the constructor of the corresponding axis type.