去掉scatter的坐标轴(未成功版)
import matplotlib.pyplot as plt
from random import choice
class RandomWalk():def __init__(self,num_points 5000):self.num_points num_pointsself.x_values [0]self.y_values [0]def fill_walk(self):while l…
创建项目
1、npm create vitelatest 下一步,选vue 下一步,选typescript 成功; 2、进入项目,npm install 手动安装vue和vite相关的依赖包; 3、npm run dev 运行项目
常见问题
1、dev run dev 运行项目时,…