DataScience Workbook / 08. Data Visualization / 2. Introduction to Scientific Graphing / 2.2 Plotly-Dash – Data Processing & 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.

  1. If you have not already done so, download this repository
    git clone <>
  2. Open Jupyter lab following the instructions in Start Jupyter via Terminal.
    jupyter lab then http://localhost:8888/ in the browser
  3. Select File, then Open from path and provide yor local path to px_scatter_PCA.ipynb
  4. Follow the instructions in the notebook.

Further Reading


Homepage Section Index Previous Next top of page