📄️ Basic plotting
matplotlib is a python graphical package to perform simple and advanced visual
📄️ Subplot
The following way we can incorporate multiple panels in a figure:
📄️ Two y-axes
Sometimes we need to plot two dependent variables that have very different
📄️ Histogram
histogram-plot
📄️ Contour plot
📄️ Image plot
Here we will read some two dimensional array data from web url.
📄️ Function plot
📄️ Inset zoom
📄️ Interactive plots
Please try the interactive slider in a jupyter notebook, and see how the figure
📄️ 3D spherical plots
Plotting spherical harmonics in 3D wireframe:
📄️ 3D volume plots
Visualizing 3D slices:
📄️ Geo-plots
Geo-maps are very helpful in visualizing geographical data. In order to create
📄️ Customizing matplotlib
You can customize every aspect of Matplotlib according to your needs and likes.
📄️ Custom colormap
Matplotlib includes wonderful colormaps. Moreover, it is possible to create any