Examples

matplotly supports a wide range of matplotlib plot types. Each demo notebook in the repository shows how to use the editor with a specific plot type.

Supported plot types

  • Line plotsax.plot()

  • Scatter plotsax.scatter()

  • Bar chartsax.bar() / ax.barh()

  • Histogramsax.hist()

  • Box plotsax.boxplot()

  • Violin plotsax.violinplot()

  • Error barsax.errorbar()

  • Heatmapsax.imshow() / ax.pcolormesh()

  • Fill regionsax.fill_between() / ax.fill_betweenx()

  • Marginal plots — joint + marginal distributions

See the demo_*.ipynb notebooks in the repository root for interactive walkthroughs of each type.