Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5c45c8d

Browse files
minjk-blgitbook-bot
authored andcommitted
GITBOOK-53: Seaborn
1 parentda66ab1 commit5c45c8d

File tree

8 files changed

+31
-54
lines changed

8 files changed

+31
-54
lines changed
96.9 KB
Loading
31.6 KB
Loading
93.3 KB
Loading
91.1 KB
Loading
38.6 KB
Loading
38.7 KB
Loading
37.6 KB
Loading

‎docs/visualization/4.-seaborn.md‎

Lines changed: 31 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
#4. Seaborn
22

3-
4-
5-
<figure><imgsrc="../.gitbook/assets/image (21).png"alt=""width="253"><figcaption></figcaption></figure>
3+
<figure><imgsrc="../.gitbook/assets/image (250).png"alt=""width="421"><figcaption></figcaption></figure>
64

75
1. Click on_**Seaborn**_ in the_**Visualization**_ category.
86

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

10-
11-
<figure><imgsrc="../.gitbook/assets/image (22).png"alt=""width="563"><figcaption></figcaption></figure>
12-
13-
2. You can use**Settings**_to_ set the basic style of the plots displayed. For detailed configuration, use the_**Chart Style**_ in the_**Visualization**_ category.
14-
3. You can preview the plot to be displayed. In the top right corner, you can set the number of samples used for preview.
9+
2. You can use_**Settings**_ to set the default style of the graph. For detailed configuration, use_**Chart Style**_ in the_**Visualization**_ category.
10+
3._**Chart Preview**_: You can preview the plot that will be displayed. In_**Sampling** on the_ top right, you can set the number of samples to use for the preview.
1511

1612

1713

@@ -33,85 +29,66 @@
3329

3430
###Data
3531

32+
<figure><imgsrc="../.gitbook/assets/image (252).png"alt=""width="563"><figcaption></figcaption></figure>
3633

34+
1._**Chart Type**_: Select the type of chart.
35+
2._**Data**_: Select the data you want to graph. To select a specific column, use the funnel icon. To set X and Y separately, check_**Set X and Y individually**._
36+
3._User Option_: You can add additional code beyond the functionality provided by Visual Python.
3737

38-
<figure><imgsrc="../.gitbook/assets/image (23).png"alt=""width="563"><figcaption></figcaption></figure>
39-
40-
1. Choose the style of the chart.
41-
2._**Data**_: Select the data to be represented in the plot. You can use the_**Funnel Icon**_ to choose specific columns from the DataFrame. Check_**Set X and Y individually**_ to select the data separately for each axis.
42-
3._**User Option**_: Optionally provide additional desired options.
43-
38+
**\*The manuals provided below may or may not exist depending on the type of chart.**&#x20;
4439

45-
46-
\*The manual provided below may or may not exist depending on the type of chart.
47-
48-
4._**Hue**_: Further segment the data already selected for display based on another column or data. The data will be displayed in different colors based on the new criteria.
49-
5._**Bins**_: If the data you want to represent in the graph(_**Histogram**_) is continuous, you can express it by dividing it into a certain number of intervals. It will be represented by bars divided into a specified number of intervals.
50-
6._**KDE**_(Kernel Density Estimation): To smooth the shape of the graph(_**Histogram**_), use a density plot format.
51-
7._**Stat**_: Choose the meaning of each bar in the graph(_**Histogram**_). For example, if you choose the '_**Count**_', the height of each bar represents the number of data points in that interval.
52-
8._**Orient**_: Choose the direction of the graph(_**Bar Plot**_).
53-
9._**Annot**_: Choose whether to display data values in each cell of the graph(_**Heatmap**_).
40+
4._**Hue**_: Further segment the data based on other columns or data based on the data already selected. Based on the new criteria, the data is displayed in different colors.
41+
5._**Bins**_: If the data you want to represent in a histogram is continuous, you can divide it into a certain number of_bins._ It will be displayed as bars divided by the specified intervals.
42+
6._**KDE**_: Use the Density Plot format to smooth the appearance of the Histogram_._
43+
7._**Stat**_: Select the meaning of each bar in the Histogram, for example, if you select '_**Count**',_ the height of each bar will represent the number of data points in that interval.
44+
8._**Orient**_: Choose the orientation of the graph (Bar Plot).
45+
9._**Annot**_: Choose whether you want to show data values in each cell of the graph (Heatmap).
5446

5547

5648

5749
***
5850

5951
###Axes
6052

53+
<figure><imgsrc="../.gitbook/assets/image (253).png"alt=""width="563"><figcaption></figcaption></figure>
6154

62-
63-
<figure><imgsrc="../.gitbook/assets/image (15).png"alt=""width="563"><figcaption></figcaption></figure>
64-
65-
1._**Limit**_: Defines the range of data to be represented on the X and Y axes.
66-
2._**Ticks:**_ Sets the ticks on the X and Y axes.
67-
68-
&#x20; (a) Specifies the positions where ticks will be displayed in the following format:
69-
70-
&#x20;\[0, 1, 2, 3] -> Four ticks will be drawn.
71-
72-
&#x20; (b) Sets the labels (Characters or Numbers) to be displayed as ticks in the following format:
73-
74-
&#x20;\['a', 'b', 'c', 'd'] -> The specified values will be displayed in order as ticks.
75-
76-
3._**Rotate**_: Rotates the ticks by the specified angle. Useful when text overlaps.
55+
1._**X Limit, Y Limit**_: Define the range of data to be displayed on the X and Y axis.
56+
2._**X ticks, Y ticks**_: Set the scale for the X and Y axes.
57+
1. Specify where the tick marks should appear in the following format\[0, 1, 2, 3] -> the scale is drawn at the four locations you specify.
58+
2. Set the label (letter or number) to be displayed as a scale in the following format\['a', 'b', 'c', 'd'] -> The specified values will be displayed in order on each scale.
59+
3._**Rotation**_: Rotates the scale by the specified angle. This is useful if you have overlapping text.
7760

7861

7962

8063
***
8164

8265
###Info
8366

67+
<figure><imgsrc="../.gitbook/assets/image (254).png"alt=""width="563"><figcaption></figcaption></figure>
8468

85-
86-
<figure><imgsrc="../.gitbook/assets/image (16).png"alt=""><figcaption></figcaption></figure>
87-
88-
1._**Title**_: Sets the title of the plot. The name is placed at the top center of the plot.
89-
2._**Labels**_: Sets the names of the X and Y axes.
90-
3._**Legend**_: Sets the position to display the legend.
69+
1._**Title**_: Set a title for the graph. The name is placed at the top center of the graph.
70+
2._**Labels**_: Set the names for the X-axis and Y-axis.
71+
3._**Legend**_: Set where to display the legend.
9172

9273

9374

9475
***
9576

9677
###Style
9778

79+
<figure><imgsrc="../.gitbook/assets/image (255).png"alt=""width="563"><figcaption></figcaption></figure>
9880

99-
100-
<figure><imgsrc="../.gitbook/assets/image (17).png"alt=""><figcaption></figcaption></figure>
101-
102-
1._**Color**_: Enable the use of color and allow you to choose the color of the graph.
103-
2._**Grid**_: Select whether to use a grid. Color can also be assigned.
104-
3._**Marker**_: Choose the style of the marker.
81+
1._**Color**_: You can check_**Use Color**_ to enable the use of color and select a color for the graph.
82+
2._**Grid**_: Select whether to use a grid. You can also assign a color.
83+
3._**Marker**_: Select a style for the marker.
10584

10685

10786

10887
***
10988

11089
###Code
11190

91+
<figure><imgsrc="../.gitbook/assets/image (256).png"alt=""width="563"><figcaption></figcaption></figure>
11292

113-
114-
<figure><imgsrc="../.gitbook/assets/image (18).png"alt=""><figcaption></figcaption></figure>
115-
116-
1. Additional code beyond the functionalities provided by Visual Python can be added.
93+
1. You can add additional code beyond what Visual Python provides.
11794

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp