Gallery (Under Construction)
Below is a collection of data visualizations. Each final image below links to the markdown output of a Jupyter notebook with the code required to make that image as well as exploration of other adjustable parameters for that type of plot. Each notebook is designed to explore mainly the parameters that are specific to that type of plot in the corresponding library in order to avoid repetition (e.g. adjusting labels or titles is usually the same for all types of plots within a library), and at the very end extra modifications are made to make the final result look nice.
Table of contents
- Seaborn
- Scatter/Line plot
- Bar plot
- Strip plot
- Count plot
- Box plot
- Violin plot
- Joint plot
- Heat map - Plotly
- Line plot - Bokeh
- Glyphs
- Annular Wedge
- Annulus
- Arc
- Asterisk
- Bezier
- Circle
- Circle Cross
- Circle X
- Cross
- Diamond
- Diamond Cross
- Ellipse
- Hbar
- Image
- Image RGBA
- Image URL
- Inverted Triangle
- Line
- Oval
- Patch
- Patches
- Quad
- Quadratic
- Ray
- Segment
- Square
- Square Cross
- Square X
- Text
- Triangle
- Vbar
- Wedge
- X
Seaborn
Plotly
Bokeh
Glyphs
Glyphs are the fundamental building block of plots in Bokeh
.