Description Usage Arguments Value Examples
This is a helper function to add a 3D regression plane to a plot
1 2 3 | Recommended that you use this function with a scatter plot
add_reg_plane(x, y, z , plot, color = 'blue')
|
x |
The x-axis variable |
y |
The y-axis variable |
z |
The z-axis variable |
plot |
The plot that you want to add a plane to |
color |
The color of the plane |
A 3D plane added to an exisiting plot
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.