© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
A. DanialPython for MATLAB Developmenthttps://doi.org/10.1007/978-1-4842-7223-7_12

12. Plotting

Albert Danial1  
(1)
Redondo Beach, CA, USA
 

MATLAB is well known for the ease with which one can visualize numeric data. Similar capability is available for Python, but before starting one must choose which among many excellent plotting modules to use. Standouts are

  • Altair

  • Bokeh

  • matplotlib

  • Plotly

  • Seaborn

Altair allows one to produce complex plots with relatively little code; Bokeh and Plotly excel at creating interactive, web-based plots; Seaborn is built on matplotlib and has a refined visual style and shortcut functions that create relatively complex plots, notably ...

Get Python for MATLAB Development: Extend MATLAB with 300,000+ Modules from the Python Package Index now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.