Skip to content

Commit 7eb7d45

Browse files
minjk-blgitbook-bot
authored andcommitted
GITBOOK-55: WordCloud
1 parent 82b89b4 commit 7eb7d45

File tree

6 files changed

+13
-26
lines changed

6 files changed

+13
-26
lines changed

docs/.gitbook/assets/image (262).png

118 KB
Loading

docs/.gitbook/assets/image (263).png

26.5 KB
Loading

docs/.gitbook/assets/image (264).png

62.5 KB
Loading

docs/.gitbook/assets/image (265).png

64.7 KB
Loading

docs/.gitbook/assets/image (266).png

52.6 KB
Loading

docs/visualization/6.-wordcloud.md

Lines changed: 13 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
# 6. WordCloud
22

3-
4-
5-
<figure><img src="../.gitbook/assets/image (77).png" alt="" width="262"><figcaption></figcaption></figure>
3+
<figure><img src="../.gitbook/assets/image (262).png" alt="" width="479"><figcaption></figcaption></figure>
64

75
1. Click on the _**WordCloud**_ in the _**Visualization**_ category.
86

7+
<figure><img src="../.gitbook/assets/image (263).png" alt="" width="563"><figcaption></figcaption></figure>
98

10-
11-
<figure><img src="../.gitbook/assets/image (78).png" alt=""><figcaption></figcaption></figure>
12-
13-
2. Click on _**Install Package**_ and _**Import Library**_ to install or load the necessary packages for code execution.
14-
3. _**Preview**_: the WordCloud that will be generated.
15-
4. _**Code View**_: Preview the _**Code**_ that will be executed.
16-
5. _**Run**_: Execute the code.
9+
2. Click _**Import Package**_, _**Import Library**_ to install or load the packages you need to run your code.
10+
3. _**Preview**_: Allows you to preview the WordCloud that will be created.
11+
4. _**Code View**_: Allows you to preview the code that will be executed.
12+
5. _**Run**_: Run the code.
1713

1814

1915

@@ -31,37 +27,28 @@
3127

3228
### Data
3329

30+
<figure><img src="../.gitbook/assets/image (264).png" alt="" width="563"><figcaption></figcaption></figure>
3431

35-
36-
<figure><img src="../.gitbook/assets/image (79).png" alt=""><figcaption></figcaption></figure>
37-
38-
1. _**Data:**_ Select the Dataframe to be used for WordCloud. Alternatively, use the Funnel icon to choose specific columns.
39-
2. Check _**Use File**_ to load a file than the one currently in memory for WordCloud.
40-
3. Set the _**Number of Words**_ to be used in the WordCloud.
41-
42-
32+
1. _**Data**_: Select the data you want to graph. Use the funnel icon to select a specific column. You can check _**Use file**_ to load a file other than the one stored in memory.
33+
2. _**Number of words**_: Set the number of words you want to use for your WordCloud.
4334

4435
***
4536

4637
### WordCloud
4738

48-
49-
50-
<figure><img src="../.gitbook/assets/image (80).png" alt=""><figcaption></figcaption></figure>
39+
<figure><img src="../.gitbook/assets/image (265).png" alt="" width="563"><figcaption></figcaption></figure>
5140

5241
1. _**Stop Words**_: Enter the words to be excluded from the WordCloud.
5342
2. _**Font Path**_: Choose a font.
54-
3. _**User Option**_: Optionally provide additional desired options.
43+
3. _**User Option**_: You can add additional code beyond the functionality provided by Visual Python.
5544

5645

5746

5847
***
5948

6049
### Plot
6150

51+
<figure><img src="../.gitbook/assets/image (266).png" alt=""><figcaption></figcaption></figure>
6252

63-
64-
<figure><img src="../.gitbook/assets/image (81).png" alt=""><figcaption></figcaption></figure>
65-
66-
1. _**Figure Size**_: Set the size of the WordCloud Image to be generated.
53+
1. _**Figure Size**_: Set the size of the WordCloud image that will be generated.
6754

0 commit comments

Comments
 (0)