cartopy.mpl.gridliner.Gridliner¶
- class cartopy.mpl.gridliner.Gridliner(axes, crs, draw_labels=False, xlocator=None, ylocator=None, collection_kwargs=None, xformatter=None, yformatter=None, dms=False, x_inline=None, y_inline=None, auto_inline=True, xlim=None, ylim=None, rotate_labels=None, xlabel_style=None, ylabel_style=None, labels_bbox_style=None, xpadding=5, ypadding=5, offset_angle=25, auto_update=False, formatter_kwargs=None)[source]¶
- property bottom_label_artists¶
The bottom labels which were created at draw time
- bottom_labels¶
Whether to draw labels on the bottom of the map.
- collection_kwargs¶
A dictionary passed through to
matplotlib.collections.LineCollection
on grid line creation.
- property geo_label_artists¶
The geo spine labels which were created at draw time
- geo_labels¶
Whether to draw labels near the geographic limits of the map.
- property label_artists¶
All the labels which were created at draw time
- labels_bbox_style¶
bbox style for grid labels
- property left_label_artists¶
The left labels which were created at draw time
- left_labels¶
Whether to draw labels on the left hand side of the map.
- n_steps¶
The number of interpolation points which are used to draw the gridlines.
- property right_label_artists¶
The right labels which were created at draw time
- right_labels¶
Whether to draw labels on the right hand side of the map.
- property top_label_artists¶
The top labels which were created at draw time
- top_labels¶
Whether to draw labels on the top of the map.
- x_inline¶
Whether to draw x labels inline
- property x_inline_label_artists¶
The x-coordinate inline labels which were created at draw time
- property xlabel_artists¶
The x-coordinate labels which were created at draw time
- xlabel_style¶
A dictionary passed through to
ax.text
on x label creation for styling of the text labels.
- xline_artists¶
The x gridlines which were created at draw time.
- xlines¶
Whether to draw the x gridlines.
- xpadding¶
The padding from the map edge to the x labels in points.
- y_inline¶
Whether to draw y labels inline
- property y_inline_label_artists¶
The y-coordinate inline labels which were created at draw time
- property ylabel_artists¶
The y-coordinate labels which were created at draw time
- ylabel_style¶
A dictionary passed through to
ax.text
on y label creation for styling of the text labels.
- yline_artists¶
The y gridlines which were created at draw time.
- ylines¶
Whether to draw the y gridlines.
- ypadding¶
The padding from the map edge to the y labels in points.