2022년 11월 3일 목요일

[그래프 그리는 사이트] Plot with error bar(I)

 [그래프 그리는 사이트] Plot with error bar(I)


site : https://tinyurl.com/Plot-with-error-bar


First, let's look at the resulting plot. 
We need 4 variables to draw this plot.
먼저  결과물인 plot을 살펴보겠습니다. 
이 plot을 그리기 위해서는  4개의 변수가 필요합니다.



Assign each of the four variables.

Think deeply about how each variable is represented graphically.

4개의 변수를 각각 지정합니다. 

각 변수가 어떻게 그래프로 표현되었는지를 깊이 생각해 보시기 바랍니다. 



Now let's erase the jitter. You can use delete or backspace.

이제 jitter를 지워 볼까요? delete나 backspce를 이용하면 됩니다.



The simplest forms of bars and error bars are represented.

가장 단순한 형태인 막대와 오차막대가 표현됩니다.



Now 'Select Plot' has 'bar' selected.
'Select addition plot' has 'mean_se' selected.

Various other options are prepared in 'Select addition plot'.

지금 'Select Plot'에는 'bar'가 선택되어 있습니다.
'Select addition plot'에는 'mean_se'가 선택되어 있습니다.

그외 다양한 옵션들이 'Select addition plot'에 준비되어 있습니다.




Now 'Select Plot' has 'line' selected.
'Select addition plot' has 'mean_se' selected.

You can easily create a variety of plots with a combination of these two.


지금 'Select Plot'에는 'line'가 선택되어 있습니다.

'Select addition plot'에는 'mean_se'가 선택되어 있습니다.

당신은 이 두가지 조합으로 다양한 plots을 쉽게 만들 수 있습니다. 


Now you can use various embellishment options
after applying the principles mentioned above.

이제 당신은 위에 언급한 원리를 적용한 후에 다양한 꾸밈 옵션을 사용할 수 있습니다.


'plot download'를 통해서 plot size를 조절하세요. 
< PDF >, < SVG > < pptx >를 클릭하면 각각의 형식으로 다운로드 받을 수 있습니다.

Adjust the plot size through 'plot download'.
You can download each format by clicking < PDF >, < SVG > < pptx >.



당신의 데이터를 업로드 하려면 'want to use'를 활성화한 다음, 'Browse'를 클릭하세요.
오직 csv 파일만이 사용가능합니다.
Activate 'want to use' to upload your data, then click 'Browse'.
Only csv file is available.


If you enter 0 in 'by which you will divide?'
만일 당신이 'by which you will divide?'에 0을 입력한다면, 


You will get a simple plot with no facets.

당신은 facet이 없는 단순한 형태의 plot을 얻게 될 것입니다.



당신이 color와 facet에 같은 변수를 선택한다면

If you select the same variable for color and facet



You will get these charts, and sometimes you will need them.

당신은 이런 차트를 얻게 될 것이며, 때때로 이런 차트가 필요한 경우도 있습니다.















2022년 11월 2일 수요일

[그래프 그리는 사이트] Split Violin plot

 [그래프 그리는 사이트] Split Violin plot 

site : https://tinyurl.com/Split-Violin-plot  



 


Specify the variables corresponding to 'value', 'groups' and 'subgroups', respectively.
 'value'와 'groups'와 'subgroups'에 해당하는 변수들을 각각 지정합니다.



The violin plot is divided into 3 according to 'subgroups'.
Again, it is expressed in two colors according to 'groups'.

violin  plot은 'subgroups'에 따라 3개로 분리됩니다.
다시  'groups'에 따라 2개의 색으로 표현됩니다.


만들어진 plot을 꾸밀 수 있는 많은 옵션들이 있습니다.
여러분 스스로 직접 해 보면서 익히는 것을 권장합니다.
There are many options to decorate the created plot.
We recommend that you learn by doing it yourself.



Adjust the plot size through 'plot download'.
You can download each format by clicking < PDF >, < SVG > 

'plot download'를 통해서 plot size를 조절하세요. 
< PDF >, < SVG > 를 클릭하면 각각의 형식으로 다운로드 받을 수 있습니다.




당신의 데이터를 업로드 하려면 'want to use'를 활성화한 다음, 
'Browse'를 클릭하세요.
오직 csv 파일만이 사용가능합니다.
Activate 'want to use' to upload your data, then click 'Browse'.
Only csv file is available.














[그래프 그리는 사이트] Pyramid Chart(I)

 [그래프 그리는 사이트] Pyramid Chart(I)



site : https://tinyurl.com/Pyramid-Chart2  


The example data has 6 columns. 
Columns 1 to 4 are numbers (continuous variables). 
Column 5 is the group variable (nominal variable).

예제 데이터는 5열로 되어 있습니다. 
1열부터 4열까지는 숫자(연속변수)입니다. 
5열은 집단변수(명목변수)입니다. 



For values, specify 1 column.
Specify 5 columns for 'groups'.
Select the names of groups to be placed 
on the right and left sides of the pyramid chart, respectively.

X에는 1열을 지정합니다.
'groups'에는 5열을 지정합니다.
피라미드 차트의 오른쪽와 왼쪽에 배치될 집단의 이름을 각각 선택합니다.



You will see the jitter plot and box plot in the second tab (plot).
당신은 두번째 탭(plot)에서pyramid chart를 보게 됩니다.


만들어진 plot을 꾸밀 수 있는 많은 옵션들이 있습니다.
여러분 스스로 직접 해 보면서 익히는 것을 권장합니다.
There are many options to decorate the created plot.
We recommend that you learn by doing it yourself.


In particular, 'reverse color' changes the positions of the two colors.
특별히 'reverse color'는 두 색의 위치를 바꾸어 줍니다.





당신의 데이터를 업로드 하려면 'want to use'를 활성화한 다음, 
'Browse'를 클릭하세요.
오직 csv 파일만이 사용가능합니다.
Activate 'want to use' to upload your data, then click 'Browse'.
Only csv file is available.

'plot download'를 통해서 plot size를 조절하세요. 
< PDF >, < SVG > < pptx >를 클릭하면 
각각의 형식으로 다운로드 받을 수 있습니다.

Adjust the plot size through 'plot download'.
You can download each format by clicking < PDF >, < SVG > < pptx >.


[그래프 그리는 사이트] Beeswarm Plot & anova(Kruskal-Wallis) test

[그래프 그리는 사이트] Beeswarm Plot & anova(Kruskal-Wallis) test

site :  https://tinyurl.com/Beeswarm-Plot 



How to Use :





The example data has 5 columns. 
예제 데이터는 5열로 되어 있습니다. 



For values, specify 2 column.
Specify 2 columns for 'groups'.
Subgroup is not defined now.
값에는 2열을 지정합니다.
'groups'에는 2열을 지정합니다.
Subgroup은 현재 없습니다. 


You will see the Beeswarm plot in the second tab (plot).
당신은 두번째 탭(plot)에서 Beeswarm plot을 보게 됩니다.


만들어진 plot을 꾸밀 수 있는 많은 옵션들이 있습니다.
여러분 스스로 직접 해 보면서 익히는 것을 권장합니다.
There are many options to decorate the created plot.
We recommend that you learn by doing it yourself.



For Subgroup, specify 5 column.
'Subgroup'에는 2열을 지정합니다.



Subgroups are shown.
Subgroup이 그래프에 표현됩니다.



Adjust the plot size through 'plot download'.
You can download each format by clicking < PDF >, < SVG > 

'plot download'를 통해서 plot size를 조절하세요. 
< PDF >, < SVG > 를 클릭하면 각각의 형식으로 다운로드 받을 수 있습니다.




'Select stat result' shows the results after performing ANOVA and Kruskal-Wallis rank sum test, including summary statistics.
'Select stat result'에는 Summary Statistics를 비롯하여 ANOVA와 Kruskal-Wallis rank sum test 등을 시행한 후의 결과를 보여 줍니다. 



당신의 데이터를 업로드 하려면 'my data'를 선택하고, 'Browse'를 클릭하세요.
오직 csv 파일만이 사용가능합니다.
Select 'my data'' to upload your data, then click 'Browse'.
Only csv file is available.




2022년 11월 1일 화요일

[그래프 그리는 사이트] dot plot, jitter plot, box plot, violin plot, spaghetti plot

 [그래프 그리는 사이트] dot plot, jitter plot, box plot, violin plot, spaghetti plot 

site : https://tinyurl.com/dot-violin-box-plot

https://tinyurl.com/dot-violin-box
https://tinyurl.com/dot-violin-box2
https://tinyurl.com/t-test-and-plot 


How to Use :






The example data has 6 columns. 
Columns 1 to 4 are numbers (continuous variables). 
Column 5 is the group variable (nominal variable).
Column 6 is 'id'(which is for spaghetti plot only) 

예제 데이터는 5열로 되어 있습니다. 
1열부터 4열까지는 숫자(연속변수)입니다. 
5열은 집단변수(명목변수)입니다. 
6열은 id이며, spaghetti plot을 만들 때만 필요합니다.




For values, specify 1 column.
Specify 5 columns for 'groups'.

X에는 1열을 지정합니다.
'groups'에는 5열을 지정합니다.




You will see the jitter plot and box plot in the second tab (plot).
당신은 두번째 탭(plot)에서 jitter plot과 box plot을 보게 됩니다.




기본적으로(디폴트로) jitter plot와 box plot가 선택되어 있기 때문입니다.
This is because by default, jitter plot and box plot are selected.




dot plot와 violin plot를 선택한다면, 위의 것을 얻게 됩니다.
If you choose dot plot and violin plot, you get the above.



box plot와 violin plot와 spaghetti를 선택한다면, 위의 것을 얻게 됩니다.
이 때, id 열을 활용하여 점들을 연결합니다.
If you choose box plot, violin plot, spaghetti, you get the above.
In this case, connect the dots using the id column.



만들어진 plot을 꾸밀 수 있는 많은 옵션들이 있습니다.
여러분 스스로 직접 해 보면서 익히는 것을 권장합니다.
There are many options to decorate the created plot.
We recommend that you learn by doing it yourself.


'plot download'를 통해서 plot size를 조절하세요. 
< PDF >, < SVG > < pptx >를 클릭하면 각각의 형식으로 다운로드 받을 수 있습니다.

Adjust the plot size through 'plot download'.
You can download each format by clicking < PDF >, < SVG > < pptx >.



당신의 데이터를 업로드 하려면 'want to use'를 활성화한 다음, 'Browse'를 클릭하세요.
오직 csv 파일만이 사용가능합니다.
Activate 'want to use' to upload your data, then click 'Browse'.
Only csv file is available.



































[그래프 그리는 사이트] Densitogram and Histogram

[그래프 그리는 사이트] Densitogram and Histogram

site : https://tinyurl.com/densitogram-histogram      
=  https://tinyurl.com/densitogram-histogram2    
=  https://tinyurl.com/densitogram-histogram3   

How to Use :


The example data has 5 columns. 
Columns 1 to 4 are numbers (continuous variables). 
Column 5 is the group variable (nominal variable).

예제 데이터는 5열로 되어 있습니다. 
1열부터 4열까지는 숫자(연속변수)입니다. 
5열은 집단변수(명목변수)입니다. 




For X, specify 1 column.
Specify 5 columns for 'groups'.

X에는 1열을 지정합니다.
'groups'에는 5열을 지정합니다.



You will see the histogram in the second tab (plot).
당신은 두번째 탭(plot)에서 histogram을 보게 됩니다.




'Select Plot'에서 'histogram' 대신에 'densitogram'을 선택합니다.
In 'Select Plot', select 'densitogram' instead of 'histogram'.


당신은 훌륭한 'densitogram'을 보게 됩니다.
You will see a great 'densitogram'.


그래프를 꾸미기 위한 다양한 옵션들이 있습니다.
There are many options for decorating the graph.




여러분들이 직접 시행하고 그 결과물을 확인해 보세요.
Try it yourself and see the results.



'plot download'를 통해서 plot size를 조절하세요. 
< PDF >, < SVG > < pptx >를 클릭하면 각각의 형식으로 다운로드 받을 수 있습니다.

Adjust the plot size through 'plot download'.
You can download each format by clicking < PDF >, < SVG > < pptx >.



당신의 데이터를 업로드 하려면 'want to use'를 활성화한 다음, 'Browse'를 클릭하세요.
오직 csv 파일만이 사용가능합니다.
Activate 'want to use' to upload your data, then click 'Browse'.
Only csv file is available.