Create scatterplot
| 1 2 | draw_point(data, x, y, ..., size_point = 4, legend_title = "Legend",
  y_title_name = "", x_title_name = "", save = F, file_name = "plot")
 | 
| data | Data set | 
| x | Variable in x-axis | 
| y | Variable in y-axis | 
| ... | Variable which differ by color. | 
| size_point | Size of point in a plot. Default size: 4. | 
| legend_title | Title of the legend. Default name: "Legend". | 
| y_title_name | Title of y-axis. Defalut value: name of y variable. | 
| x_title_name | Title of x-axis. Defalut value: name of x variable. | 
| save | Do you want to save plot? Default value: FALSE. | 
| file_name | Name of file we want to see in directory. Default filename: "plot". | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.