Variables | |
| df = pd.read_csv('iv_results.csv', sep='\s+', engine='python') | |
| time = df.iloc[:, 0] | |
| tuple | n_pairs = (len(df.columns) - 1) // 2 |
| fig | |
| axes | |
| figsize | |
| I_col = df.columns[1 + 2*i] | |
| label | |
| i | |
| marker | |
| markersize | |
| V_col = df.columns[2 + 2*i] | |
| dpi | |
| bbox_inches | |
| plot_iv.axes |
| plot_iv.bbox_inches |
| plot_iv.df = pd.read_csv('iv_results.csv', sep='\s+', engine='python') |
| plot_iv.dpi |
| plot_iv.fig |
| plot_iv.figsize |
| plot_iv.i |
| plot_iv.I_col = df.columns[1 + 2*i] |
| plot_iv.label |
| plot_iv.marker |
| plot_iv.markersize |
| tuple plot_iv.n_pairs = (len(df.columns) - 1) // 2 |
| plot_iv.time = df.iloc[:, 0] |
| plot_iv.V_col = df.columns[2 + 2*i] |