This module (named pyplot) now contains two subroutine: subroutine plt_init() Add these in Python script: import numpy as np import matplotlib.pyplot as plt No Parameters No Returns subroutine plt_add ...
with open('Z:\\Testbeds\\JOST\\Alignment\\data\\date_for_python.txt', 'r') as pf: Date_ = np.loadtxt(pf) Date=str(int(Date_[0]))+'-'+str(int(Date_[1]))+'-'+str(int ...