摘要:
图形: 0、import import numpy as np import matplotlib as mpl from matplotlib import cm from matplotlib import pyplot as plt from mpl_toolkits.mplot3d impo 阅读全文
摘要:
图形预览: 0、import import matplotlib as mpl from matplotlib import cm from matplotlib import pyplot as plt from mpl_toolkits.mplot3d import Axes3D 1、简单的连点 阅读全文
摘要:
0、创建数据 import random import numpy as np import pandas as pd from string import ascii_uppercase as U_CASES random.seed(19990702) name = sorted([''.join 阅读全文
摘要:
0、import import pandas as pd import matplotlib as mpl import matplotlib.pyplot as plt from matplotlib.colors import rgb2hex from matplotlib.patches im 阅读全文
摘要:
软件版本: 0、import import numpy as np import matplotlib as mpl import matplotlib.pyplot as plt from matplotlib import cm from matplotlib.patches import Co 阅读全文