No categories assigned

Fancy Plots using Plotly

Revision as of 06:31, 18 February 2022 by Kaustubh (talk | contribs) (Fancy Plotly plots page created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


  • This is a collection of simple plots using the plotly library.
  • It consists of elegant color schemes and easy to ready adjustable fonts.
  • The reason for using plotly is that it allows for HTML plots that can be scaled and zoomed after plotting.

Installation

We need the plotly-express library.

Conda

conda install -c plotly plotly_express==0.4.0


conda install -c plotly plotly_express==0.4.0

Pip

pip install plotly_express==0.4.0

Line Plots


Scatter Plots