Agora  1.2.0
Agora project
plot_csv Namespace Reference

Variables

int max_rows = 0
 
list rows = []
 
list row = []
 
 arr = np.array(rows)
 
 n_rows
 
 n_cols
 
list leg = []
 
int cdf_ydata = 1. * np.arange(n_rows) / (n_rows - 1)
 
 cdf_xdata = np.sort(arr[:,i])
 

Variable Documentation

◆ arr

plot_csv.arr = np.array(rows)

◆ cdf_xdata

plot_csv.cdf_xdata = np.sort(arr[:,i])

◆ cdf_ydata

int plot_csv.cdf_ydata = 1. * np.arange(n_rows) / (n_rows - 1)

◆ leg

list plot_csv.leg = []

◆ max_rows

plot_csv.max_rows = 0

◆ n_cols

plot_csv.n_cols

◆ n_rows

plot_csv.n_rows

◆ row

list plot_csv.row = []

◆ rows

list plot_csv.rows = []