1. 在PyCharm中显示图像
python
import matplotlib
matplotlib.use('TkAgg') # Set backend in Matplotlib;
# A backend is a program for producing the image object, and generally
# showing image
2. 数据统计示意图:seaborn
Seaborn是基于matplotlib进行高级封装的可视化库,其示例如下
