Category seaborn-tutorials

Introduction to Seaborn

Introduction to Seaborn In the world of analytics, the best way to gain insights is through data visualization. Data can be visualized, presented in the form of charts, making it easy to understand, explore, and grasp. Such data helps draw…

Seaborn Facet Grid

Seaborn Facet Grid A useful way to explore medium-dimensional data is to plot multiple instances of the same plot on different subsets of your dataset. This technique is often called a “trellis” or “trestles” plot, and it is related to…

Seaborn plots wide-form data

Plotting Wide-Format Data with Seaborn It’s always best to use a “long” or “tidy” dataset. But sometimes we have no choice but to use a “wide-format” dataset. The same functions can be applied to “wide-format” data in various formats, including…

Seaborn Color Palette Introduction

Introduction to Seaborn Color Palettes Seaborn’s color palettes make data visualizations more interesting. The primary purpose of creating data visualizations is to convey insights from the data. While styling influences how your audience interprets your presentation, the key message is…