File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2071,14 +2071,13 @@ The following table lists the optional parameters used to control the appearance
2071
2071
| *background_color* | str | The matplotlib name of the background color (default "black").|
2072
2072
| *contour_color* | str | The matplotlib name of the contour color if mask provided. |
2073
2073
| *contour_width* | float | Width of contour if mask provided (default 3). |
2074
- | *font_path* | str | The path of the system font to use if *set_font* is true . |
2074
+ | *font_path* | str | The path of the system font to use in place of the default font . |
2075
2075
| *height* | int | Height in pixels of the image (default 300).|
2076
2076
| *mask_path* | str | The path of the mask image to use if *use_mask* is true<br/> and an image other than the brain is needed. |
2077
2077
| *max_font_size* | float | The maximum font size to use in the image (default 15). |
2078
2078
| *min_font_size* | float | The minimum font size to use in the image (default 8).|
2079
2079
| *prefer_horizontal* | float | Fraction of horizontal words in image (default 0.75). |
2080
- | *scale_adjustment* | float | Constant to add to log10 count transformation (default 7). |
2081
- | *set_font* | bool | If true, the system font given by *font_path* is used. |
2080
+ | *scale_adjustment* | float | Constant to add to log10 count transformation (default 7). |
2082
2081
| *use_mask* | dict | If true, a mask image is used to provide a contour around the words. |
2083
2082
| *width* | int | Width in pixels of image (default 400). |
2084
2083
```
You can’t perform that action at this time.
0 commit comments