We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5ed90 commit b109eebCopy full SHA for b109eeb
1 file changed
eomaps/grid.py
@@ -1018,6 +1018,15 @@ def add_grid(
1018
1019
The default is: (ec="0.2", lw=0.5, zorder=100)
1020
1021
+ Other Parameters
1022
+ ----------------
1023
+ clip_on: bool, optional
1024
+ If True, clip the gridlines at the map-boundary.
1025
+ If False, clip the gridliens at the figure-boundary.
1026
+ This is useful if you want gridlines to extend beyond custom map-boundaries
1027
+ set with :py:meth:`Maps.set_frame`.
1028
+ Note: This has to be set for the grid-labels as well!
1029
+
1030
Returns
1031
-------
1032
g : GridLines
0 commit comments