plotly 6.3.1


pip install plotly

  Latest version

Released: Oct 02, 2025


Meta
Author: Chris P
Maintainer: Martha Cryan, Emily Kellison-Linn
Requires Python: >=3.8

Classifiers

Development Status
  • 5 - Production/Stable

Programming Language
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13

Topic
  • Scientific/Engineering :: Visualization

License
  • OSI Approved :: MIT License

plotly.py

Latest Release
User forum
PyPI Downloads
License

Quickstart

pip install plotly

import plotly.express as px
fig = px.bar(x=["a", "b", "c"], y=[1, 3, 2])
fig.show()

See the Python documentation for more examples.

Overview

plotly.py is an interactive, open-source, and browser-based graphing library for Python :sparkles:

Built on top of plotly.js, plotly.py is a high-level, declarative charting library. plotly.js ships with over 30 chart types, including scientific charts, 3D graphs, statistical charts, SVG maps, financial charts, and more.

plotly.py is MIT Licensed. Plotly graphs can be viewed in Jupyter notebooks, other Python notebook software such as marimo, as standalone HTML files, or integrated into Dash applications.

Contact us for consulting, dashboard development, application integration, and feature additions.



Installation

plotly.py may be installed using pip

pip install plotly

or conda.

conda install -c conda-forge plotly

Jupyter Widget Support

For use as a Jupyter widget, install jupyter and anywidget packages using pip:

pip install jupyter anywidget

or conda:

conda install jupyter anywidget

Static Image Export

plotly.py supports static image export, using either the kaleido package (recommended, supported as of plotly version 4.9) or the orca command line utility (legacy as of plotly version 4.9).

Kaleido

The kaleido package has no dependencies and can be installed using pip

pip install -U kaleido

or conda

conda install -c conda-forge python-kaleido

Extended Geo Support

Some plotly.py features rely on fairly large geographic shape files. The county choropleth figure factory is one such example. These shape files are distributed as a separate plotly-geo package. This package can be installed using pip...

pip install plotly-geo==1.0.0

or conda

conda install -c plotly plotly-geo=1.0.0

plotly-geo can be found on Github at https://github.com/plotly/plotly-geo.

Copyright and Licenses

Code and documentation copyright 2019 Plotly, Inc.

Code released under the MIT license.

Docs released under the Creative Commons license.

6.3.1 Oct 02, 2025
6.3.0 Aug 12, 2025
6.2.0 Jun 26, 2025
6.1.2 May 27, 2025
6.1.1 May 20, 2025
6.1.0 May 15, 2025
6.1.0rc0 May 02, 2025
6.1.0b0 Mar 31, 2025
6.0.1 Mar 17, 2025
6.0.0 Jan 28, 2025
6.0.0rc0 Nov 27, 2024
5.24.1 Sep 12, 2024
5.24.0 Aug 29, 2024
5.23.0 Jul 23, 2024
5.22.0 May 01, 2024
5.21.0 Apr 17, 2024
5.20.0 Mar 13, 2024
5.19.0 Feb 15, 2024
5.18.0 Oct 25, 2023
5.17.0 Sep 15, 2023
5.16.1 Aug 16, 2023
5.16.0 Aug 11, 2023
5.15.0 Jun 08, 2023
5.14.1 Apr 05, 2023
5.14.0 Mar 29, 2023
5.13.1 Feb 24, 2023
5.13.0 Jan 23, 2023
5.12.0 Jan 13, 2023
5.11.0 Oct 27, 2022
5.10.0 Aug 11, 2022
5.9.0 Jun 24, 2022
5.8.2 Jun 10, 2022
5.8.1 Jun 08, 2022
5.8.0 May 11, 2022
5.7.0 Apr 05, 2022
5.6.0 Feb 09, 2022
5.5.0 Dec 21, 2021
5.4.0 Nov 15, 2021
5.3.1 Sep 01, 2021
5.3.0 Aug 30, 2021
5.2.2 Aug 23, 2021
5.2.1 Aug 14, 2021
5.2.0 Aug 13, 2021
5.1.0 Jun 28, 2021
5.0.0 Jun 21, 2021
5.0.0rc2 Jun 07, 2021
5.0.0rc1 May 31, 2021
4.14.3 Jan 12, 2021
4.14.2 Jan 11, 2021
4.14.1 Dec 09, 2020
4.14.0 Dec 07, 2020
4.13.0 Nov 23, 2020
4.12.0 Oct 23, 2020
4.11.0 Oct 01, 2020
4.10.0 Sep 10, 2020
4.9.0 Jul 16, 2020
4.9.0rc1 Jul 15, 2020
4.8.2 Jun 26, 2020
4.8.1 May 29, 2020
4.8.0 May 26, 2020
4.7.1 May 08, 2020
4.7.0 May 06, 2020
4.6.0 Apr 01, 2020
4.5.4 Mar 11, 2020
4.5.3 Mar 06, 2020
4.5.2 Feb 25, 2020
4.5.1 Feb 19, 2020
4.5.0 Jan 22, 2020
4.5.0rc1 Jan 22, 2020
4.4.1 Dec 10, 2019
4.4.0 Dec 10, 2019
4.3.0 Nov 12, 2019
4.2.1 Oct 18, 2019
4.2.0 Oct 16, 2019
4.1.1 Sep 03, 2019
4.1.0 Aug 07, 2019
4.1.0rc3 Aug 06, 2019
4.1.0rc2 Aug 06, 2019
4.1.0rc1 Aug 04, 2019
4.0.0 Jul 16, 2019
4.0.0rc1 Jul 09, 2019
4.0.0a10 Jul 08, 2019
4.0.0a9 Jul 04, 2019
4.0.0a8 Jul 01, 2019
4.0.0a7 Jul 01, 2019
4.0.0a6 Jul 01, 2019
4.0.0a5 Jul 01, 2019
4.0.0a4 Jun 20, 2019
4.0.0a3 Jun 18, 2019
4.0.0a2 Jun 15, 2019
4.0.0a1 Jun 15, 2019
3.10.0 May 31, 2019
3.10.0rc1 May 29, 2019
3.9.0 May 06, 2019
3.9.0rc1 May 06, 2019
3.8.1 Apr 19, 2019
3.8.0 Apr 15, 2019
3.8.0rc1 Apr 12, 2019
3.7.1 Mar 19, 2019
3.7.0 Mar 08, 2019
3.7.0rc1 Mar 07, 2019
3.6.1 Feb 08, 2019
3.6.0 Feb 01, 2019
3.6.0rc1 Jan 26, 2019
3.5.0 Jan 04, 2019
3.5.0rc1 Jan 03, 2019
3.4.2 Nov 23, 2018
3.4.1 Nov 09, 2018
3.4.1rc1 Nov 07, 2018
3.4.0 Nov 02, 2018
3.4.0rc1 Nov 02, 2018
3.3.0 Sep 28, 2018
3.3.0rc1 Sep 26, 2018
3.2.1 Sep 14, 2018
3.2.1rc1 Sep 10, 2018
3.2.0 Sep 05, 2018
3.2.0rc1 Sep 04, 2018
3.2.0a2 Aug 26, 2018
3.2.0a1 Aug 26, 2018
3.1.1 Aug 10, 2018
3.1.1rc1 Aug 07, 2018
3.1.0 Jul 21, 2018
3.1.0rc1 Jul 20, 2018
3.0.2 Jul 17, 2018
3.0.0 Jul 05, 2018
3.0.0rc11 Jul 04, 2018
3.0.0rc10 Jun 27, 2018
3.0.0rc9 Jun 13, 2018
3.0.0rc8 Jun 13, 2018
3.0.0rc7 Jun 13, 2018
3.0.0rc6 Jun 13, 2018
3.0.0rc5 Jun 12, 2018
3.0.0rc4 Jun 12, 2018
3.0.0rc3 Jun 12, 2018
3.0.0rc2 Jun 12, 2018
3.0.0rc1 Mar 05, 2018
2.7.0 May 23, 2018
2.6.0 May 09, 2018
2.5.1 Mar 26, 2018
2.5.0 Mar 12, 2018
2.4.1 Feb 21, 2018
2.4.0 Feb 16, 2018
2.3.0 Jan 26, 2018
2.2.3 Dec 05, 2017
2.2.2 Nov 23, 2017
2.2.1 Oct 26, 2017
2.2.0 Oct 26, 2017
2.1.0 Oct 11, 2017
2.0.16 Oct 06, 2017
2.0.15 Aug 23, 2017
2.0.14 Aug 09, 2017
2.0.13 Aug 04, 2017
2.0.12 Jul 01, 2017
2.0.11 Jun 21, 2017
2.0.10 Jun 12, 2017
2.0.9 May 31, 2017
2.0.8 Apr 26, 2017
2.0.7 Apr 07, 2017
2.0.6 Mar 20, 2017
2.0.5 Mar 07, 2017
2.0.2 Feb 20, 2017
2.0.1 Feb 07, 2017
2.0.0 Jan 25, 2017
1.13.0 Jan 12, 2017
1.12.12 Dec 07, 2016
1.12.11 Dec 01, 2016
1.12.10 Nov 28, 2016
1.12.9 Aug 23, 2016
1.12.8 Aug 19, 2016
1.12.7 Aug 17, 2016
1.12.6 Aug 10, 2016
1.12.5 Aug 03, 2016
1.12.4 Jul 14, 2016
1.12.3 Jul 09, 2016
1.12.2 Jun 20, 2016
1.12.1 Jun 14, 2016
1.12.0 Jun 06, 2016
1.11.0 May 27, 2016
1.10.0 May 20, 2016
1.9.13 May 19, 2016
1.9.12 May 17, 2016
1.9.11 May 16, 2016
1.9.10 Apr 27, 2016
1.9.9 Apr 16, 2016
1.9.8 Apr 14, 2016
1.9.7 Apr 04, 2016
1.9.6 Feb 19, 2016
1.9.5 Jan 17, 2016
1.9.4 Jan 11, 2016
1.9.3 Dec 08, 2015
1.9.2 Dec 01, 2015
1.9.1 Nov 27, 2015
1.9.0 Nov 17, 2015
1.8.12 Nov 02, 2015
1.8.11 Oct 28, 2015
1.8.8 Oct 20, 2015
1.8.6 Oct 01, 2015
1.8.5 Sep 29, 2015
1.8.4 Sep 17, 2015
1.8.3 Aug 14, 2015
1.8.2 Aug 12, 2015
1.8.1 Aug 10, 2015
1.8.0 Jul 31, 2015
1.7.9 Jul 29, 2015
1.7.7 Jul 20, 2015
1.7.6 Jul 10, 2015
1.7.5 Jul 08, 2015
1.7.4 Jul 06, 2015
1.7.3 Jul 06, 2015
1.7.2 Jul 03, 2015
1.7.1 Jul 03, 2015
1.7.0 Jul 03, 2015
1.6.19 Jul 01, 2015
1.6.17 May 11, 2015
1.6.16 Apr 20, 2015
1.6.15 Apr 09, 2015
1.6.14 Mar 27, 2015
1.6.13 Mar 18, 2015
1.6.12 Mar 13, 2015
1.6.11 Mar 11, 2015
1.6.10 Mar 05, 2015
1.6.9 Feb 27, 2015
1.6.8 Feb 21, 2015
1.6.7 Feb 20, 2015
1.6.6 Jan 27, 2015
1.6.4 Jan 22, 2015
1.5.0 Jan 13, 2015
1.4.14 Dec 23, 2014
1.4.13 Dec 22, 2014
1.4.12 Dec 17, 2014
1.4.11 Dec 12, 2014
1.4.10 Dec 12, 2014
1.4.9 Dec 11, 2014
1.4.7 Nov 19, 2014
1.4.5 Nov 17, 2014
1.4.4 Nov 15, 2014
1.4.3 Nov 14, 2014
1.4.2 Nov 11, 2014
1.4.1 Nov 09, 2014
1.4.0 Nov 07, 2014
1.3.2 Nov 04, 2014
1.3.1 Oct 23, 2014
1.3.0 Oct 15, 2014
1.2.9 Sep 24, 2014
1.2.8 Sep 18, 2014
1.2.7 Aug 25, 2014
1.2.6 Jul 24, 2014
1.2.4 Jul 22, 2014
1.2.3 Jul 21, 2014
1.2.2 Jul 20, 2014
1.2.1 Jul 19, 2014
1.2.0 Jul 18, 2014
1.1.4 Jul 08, 2014
1.1.3 Jul 07, 2014
1.1.2 Jul 04, 2014
1.1.1 Jul 02, 2014
1.1.0 Jun 30, 2014
1.0.34 Jun 26, 2014
1.0.33 Jun 23, 2014
1.0.32 Jun 22, 2014
1.0.31 Jun 21, 2014
1.0.30 Jun 18, 2014
1.0.29 Jun 18, 2014
1.0.28 Jun 18, 2014
1.0.27 Jun 17, 2014
1.0.26 Jun 05, 2014
1.0.25 Jun 04, 2014
1.0.24 Jun 04, 2014
1.0.23 Jun 04, 2014
1.0.22 May 29, 2014
1.0.21 May 29, 2014
1.0.20 May 29, 2014
1.0.19 May 22, 2014
1.0.18 May 21, 2014
1.0.17 May 21, 2014
1.0.16 May 21, 2014
1.0.15 May 21, 2014
1.0.14 May 15, 2014
1.0.13 May 15, 2014
1.0.12 May 15, 2014
1.0.11 May 15, 2014
1.0.10 May 15, 2014
1.0.9 May 13, 2014
1.0.8 May 13, 2014
1.0.7 May 09, 2014
1.0.6 May 09, 2014
1.0.5 May 09, 2014
1.0.4 May 09, 2014
1.0.3 May 08, 2014
1.0.2 May 07, 2014
1.0.1 May 04, 2014
1.0.0 May 03, 2014
0.5.13 Mar 16, 2014
0.5.12 Mar 16, 2014
0.5.11 Mar 08, 2014
0.5.10 Mar 06, 2014
0.5.9 Feb 22, 2014
0.5.8 Feb 19, 2014
0.5.7 Dec 25, 2013
0.5.6 Dec 06, 2013
0.5.5 Dec 06, 2013
0.5.4 Nov 30, 2013
0.5.3 Nov 30, 2013
0.5.2 Nov 30, 2013
0.5.1 Nov 11, 2013
0.5 Oct 16, 2013
0.4 Jun 29, 2013
0.3 Jun 29, 2013
0.2 Jun 12, 2013

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
narwhals (>=1.15.1)
packaging