Skip to content

Commit 0206613

Browse files
authored
Merge pull request #359 from VisLab/develop
Removed the set_font parameters from the word cloud visualizatoin
2 parents fa7ba68 + 5448613 commit 0206613

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/source/FileRemodelingTools.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2071,14 +2071,13 @@ The following table lists the optional parameters used to control the appearance
20712071
| *background_color* | str | The matplotlib name of the background color (default "black").|
20722072
| *contour_color* | str | The matplotlib name of the contour color if mask provided. |
20732073
| *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. |
20752075
| *height* | int | Height in pixels of the image (default 300).|
20762076
| *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. |
20772077
| *max_font_size* | float | The maximum font size to use in the image (default 15). |
20782078
| *min_font_size* | float | The minimum font size to use in the image (default 8).|
20792079
| *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). |
20822081
| *use_mask* | dict | If true, a mask image is used to provide a contour around the words. |
20832082
| *width* | int | Width in pixels of image (default 400). |
20842083
```

0 commit comments

Comments
 (0)