import matplotlib
import matplotlib.pyplot as plt
from matplotlib.backends.backend_pdf import PdfPages
import numpy as np
import pandas as pd
%matplotlib inline
2、定义Font及Style
plt.style.use("seaborn-v0_8-whitegrid")
palette = plt.get_cmap('Set1')
font1 ={'family':'Times New Roman','weight':'normal','size':60,#32}
font2 ={'family':'Times New Roman','weight':'normal','size':38,#24/28}
一、安装
1、安装包安装
1.1 下载exe安装包
选择安装包:官网 或者点击下载:postgresql-12.12-1-windows-x64.exe Tip:此时若报错:There has been an error.An error occured executing the Microsoft VC runtime installer。 参…