Learn Before
Concept

Fundamentals Using Plotly Express

The plotly.express module contains functions that can create entire figures at once. It is usually imported as px and is a built-in part of the plotly library. Thus to use this module, simply use the code snippet

import plotly.express as px

0

1

Updated 2021-05-13

Tags

Data Science

Learn After