DataScience Workbook
/
08: Data Visualization
/ 2.
Introduction to scientific graphing
/ 2.2.
Plotly-Dash: interactive plotting with Python
/ 2.2.3.
Plotly graphing - interactive examples in the JupyterLab
/ Creating XY scatter plot
Introduction
SCATTER PLOT
The example uses the Plotly Express wrapper
Explore px_scatter_PCA.ipynb notebook.
- If you have not already done so, download this repository
git clone <>
- Open Jupyter lab following the instructions in Start Jupyter via Terminal.
jupyter lab
thenhttp://localhost:8888/
in the browser - Select
File
, thenOpen from path
and provide yor local path topx_scatter_PCA.ipynb
- Follow the instructions in the notebook.