- Learning Jupyter 5
- Dan Toomey
- 99字
- 2025-04-04 16:20:21
R 3D graphics in Jupyter
One of the packages available for 3D graphics is persp. The persp package draws perspective plots over a 2D space.
We can enter a basic persp command in a new Notebook just by using the following command:
example(persp)
So, we will have something like this in a Notebook:

Once we run the step (Cell | Run All), we will see the display that's shown in the following screenshot. The first part is the script involved in generating the graphic (this is part of the example code):

Then, we will see the following graphic display:
