BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
plot_iv Namespace Reference

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

Variable Documentation

◆ axes

plot_iv.axes

◆ bbox_inches

plot_iv.bbox_inches

◆ df

plot_iv.df = pd.read_csv('iv_results.csv', sep='\s+', engine='python')

◆ dpi

plot_iv.dpi

◆ fig

plot_iv.fig

◆ figsize

plot_iv.figsize

◆ i

plot_iv.i

◆ I_col

plot_iv.I_col = df.columns[1 + 2*i]

◆ label

plot_iv.label

◆ marker

plot_iv.marker

◆ markersize

plot_iv.markersize

◆ n_pairs

tuple plot_iv.n_pairs = (len(df.columns) - 1) // 2

◆ time

plot_iv.time = df.iloc[:, 0]

◆ V_col

plot_iv.V_col = df.columns[2 + 2*i]