Tutorial by Examples

Matplotlib is a mathematical plotting library for Python that provides a variety of different plotting functionality. The matplotlib documentation can be found here, with the SO Docs being available here. Matplotlib provides two distinct methods for plotting, though they are interchangable for the...
Seaborn is a wrapper around Matplotlib that makes creating common statistical plots easy. The list of supported plots includes univariate and bivariate distribution plots, regression plots, and a number of methods for plotting categorical variables. The full list of plots Seaborn provides is in thei...
MayaVI is a 3D visualization tool for scientific data. It uses the Visualization Tool Kit or VTK under the hood. Using the power of VTK, MayaVI is capable of producing a variety of 3-Dimensional plots and figures. It is available as a separate software application and also as a library. Similar to M...
Plotly is a modern platform for plotting and data visualization. Useful for producing a variety of plots, especially for data sciences, Plotly is available as a library for Python, R, JavaScript, Julia and, MATLAB. It can also be used as a web application with these languages. Users can install plo...

Page 1 of 1