Search⌘ K

Basic and Common Plots

Explore how to create interactive and basic plots in Python using Plotly and Cufflinks. This lesson guides you through setting up your environment, generating sample data, and using various plot types such as scatter, bar, and box to visualize data effectively offline.

Plotly and Cufflinks

There are a number of options for creating graphics in Python. In recent years, a lot of work has gone into developing tools to create interactive graphics. Plotly and Bokeh are commonly used tools for this purpose in Python. Of the two, Plotly is the more popular choice among programmers. It’s also easier to use.

Plotly is an interactive visualization library. ...