How to Make a Plotly Line Chart

An example of a multi-line line chart made with Plotly Express.

In this tutorial, I’ll show you how to create a Plotly line plot using px.line function from Plotly Express. I’ll quickly review line charts, explain the syntax of the px.line function, and finally show you some clear examples of how to create line charts with Plotly. If you need anything specific, the following links will … Read more

How to Make a Seaborn Histogram

An image of a Python histogram, plotting normally distributed data.

This tutorial will show you how to make a Seaborn histogram with the sns.histplot function. I’ll explain the syntax of sns.histplot but also show you clear, step by step examples of how to make different kinds of histograms with Seaborn. The tutorial is divided up into several different sections. You can click on one of … Read more