You can also toggle between light and dark theme by pressing "Esc".
Plotly
×
Get Started Line Graphs Bar Graphs Histograms Scatter Plots

Pie Charts

Get started with Plotly   Importing Modules

Get Started

Line Graphs

Bar Graphs

Histograms

Scatter Plots

Pie Charts

Violin Plots

Box Plots

Get started with Plotly

Written By Ved Panse Last Modified: 18 May 2022

In this documentation, we will be covering the basics of plotly. Plotly is a Python library used for visualizing big datasets. We will be exploring nearly all the graphic representations available by plotly.

Let's get started!

Importing modules

We will start by importing plotly.

import plotly.express as px
Line Graph→