Skip to content

Commit 46e98d7

Browse files
authored
Remove documentation on clip for fill in text
1 parent 9b8e837 commit 46e98d7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pygmt/base_plotting.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -890,10 +890,7 @@ def text(
890890
case 'C' to get a convex rectangle.
891891
fill : str
892892
Sets the shade or color used for filling the text box [Default is
893-
no fill]. Alternatively, use fill='c' to plot the text and then use
894-
the text dimensions (and *clearance*) to build clip paths and turn
895-
clipping on. This clipping can then be turned off later with clip
896-
-C. To not plot the text but activate clipping, use fill='C'
893+
no fill].
897894
instead.
898895
pen : str
899896
Sets the pen used to draw a rectangle around the text string

0 commit comments

Comments
 (0)