Skip to content

Instantly share code, notes, and snippets.

View Young-Lord's full-sized avatar
❤️
Coding

LY(退网/offline) Young-Lord

❤️
Coding
View GitHub Profile
@Young-Lord
Young-Lord / main.py
Last active May 16, 2022 13:33
风暴血条模拟代码
#模拟代码 LY
import numpy as np
import matplotlib as mpl
import matplotlib.pyplot as plt
import pandas as pd
def draw(arr,arr2,qiudao=0,color='black'):#绘图
while qiudao:
arr=[arr[i+1]-arr[i] for i in range(len(arr)-1)]
arr2.pop()