Just to mark down some issues I have met when using matplotlib.pyplot for plotting. Change global font to Times New Roman import matplotlib.pyplot as plt plt.rcParams['font.family'] = 'DeJavu Serif' plt.rcParams['font.serif'] = ['Times New Roman'] Source: Matplotlib cannot find basic fonts
2022-01-23
Matplotlib matplotlib-cheatsheet
2020-08-31
Dash Dash, a member of Plotly’s open-source tools, is a Open Source Python library for creating reactive, Web-based applications. Dash is a user interface library for creating analytical web applications. Those who use Python for data analysis, data exploration, visualization, modelling, instrument control, and reporting will find immediate use for Dash.
2020-08-31
View in nbviewer: Visualization with matplotlib Simple line plots Simple scatter plots Visualizing errors Density and contour plots Histograms, binning and density Customizing plot legend Customizing colorbars Multiple subplots Text and annotation Customizing tricks Configuration and stylesheets 3D plots Seaborn
2020-08-31