GridLines#
- class eomaps.grid.GridLines(m, d=None, auto_n=10, layer=None, bounds=None, n=100, dynamic=False)#
Base class for EOmaps grid-lines (and associated grid-labels).
Note
To add new grid-lines to a map, see
Maps.add_gridlines
.
Methods
|
Add labels to the gridlines. |
|
Remove the grid from the map. |
|
Set the number of (auto) gridlines to draw in the currently visible extent. |
|
Set the extent of the area in which gridlines are drawn. |
|
Set a fixed gridline distance (in degrees). |
|
Set the number of intermediate points to calculate for each gridline. |
|
Set/update the properties of the drawn lines (e.g. color, linewidth etc.). |
Attributes