pyplot

  1. Ayras

    pyplot построить график

    Windows Python (3.9) import os import glob import search_atom import matplotlib.pyplot as plt x = [] y = [] pattern = "*.extout" path = 'D:/universe/python_deoxycydtidline1/deoxycydtidine1' plt.figure() for filename in glob.glob(os.path.join(path, pattern)): f = open(filename).read()...

Форум IT Специалистов