标签:mat contex atp tla 模块 grid numpy and pyplot
import pandas as pd #导入pandas模块 import numpy as np #导入numpy模块 import matplotlib.pyplot as plt # matplotlib.pyplot是一些命令行风格函数的集合,使matplotlib以类似于MATLAB的方式工作。 import seaborn as sns #导入seaborn模块,seaborn用来画图 sns.set(context="notebook", style="whitegrid", palette="deep")
标签:mat contex atp tla 模块 grid numpy and pyplot
原文地址:https://www.cnblogs.com/summer-csai-learner/p/13081540.html