摘要:
折线图的1. # -*- coding: utf-8 -*- import pandas as pd #用于生成满足绘图要求的数据格式 import numpy as np #用于展示横坐标 from matplotlib import pyplot as plt #用于绘制折线图 populati 阅读全文
posted @ 2022-06-16 18:29
小染``
阅读(140)
评论(0)
推荐(0)
import socket import threading people_name = '' people_send = '' #101.34.212.195 def client_send(sock): global people_name global people_send while Tr 阅读全文