Practical solutions

Solve the problem. Keep building.

Collection of Python Plotly how-to articles

Find the answer you need

Browse practical solutions, grouped by the task you're working on.

__COUNT__ entries on this page

How to Plot Stacked Area Chart in PlotlyLearn how to plot a stacked area chart in Plotly using the stackgroup parameter of the scatter function. This article provides step-by-step methods for creating basic, customized, and annotated stacked area charts in Python. Enhance your data visualization skills and make your data storytelling more effective with these practical examples. How to Plot Bubble Chart in PlotlyOne can create a bubble chart using the scatter() function of plotly. Live Graphs Using Dash and PlotlyLearn how to create Live Graphs using Dash and Plotly in Python. How to Plot Pie Chart in PlotlyCreate a pie chart using the pie() function of plotly. How to Box Plot in PlotlyCreate a box plot using the box() function of Plotly. How to Plot Table in PlotlyCreate a table using the Table() function of Plotly's graph object. How to Plot Bar Chart in PlotlyCreate a bar chart using the bar() function of Plotly. How to Plot Sankey Diagram in PlotlyOne can create a Sankey diagram using the Sankey() function of graph object in Plotly. How to Plot Treemap in PlotlyThis article teaches you to create a treemap chart using the treemap() function of Plotly in Python. How to Plot Line Chart in PlotlyThis article teaches you to create a line chart using the line() function of Plotly in Python. How to Plot Histogram in PlotlyThis article teaches you to create a histogram using the histogram() function of Plotly in Python. How to Plot Heatmap in PlotlyThis article teaches you to create a heatmap using the imshow() and Heatmap() function of Plotly in Python. How to Plot Gantt Chart in PlotlyThis article teaches you to create a Gantt chart using the timeline() and create_gantt() function of Plotly in Python. How to Plot Choropleth Map in PlotlyThis article teaches you to create a choropleth map using the choropleth() function of Plotly in Python. How to Plot 3D Scatter Plot in PlotlyThis article teaches you to create a 3d scatter plot using the scatter_3d() function of Plotly in Python. How to Plotly Violin PlotThis article helps to create a violin plot using the violin() function of Plotly in Python. How to Plot Candlestick Charts in PlotlyLearn how to plot Candlestick Charts using Plotly library in Python. How to Create Choropleth Maps With Locationmode in PlotlyLearn how to plot Choropleth Maps using Plotly library in Python.