Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
joksas committed Mar 29, 2022
1 parent b5534f3 commit d6e347c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awarememristor/plotting/supporting_figures.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ def pf_plots():

for idx in range(V.shape[0]):
axis = axes[np.unravel_index(axis_idx, axes.shape)]
# Use range from 0.1 V.
voltage_curve = V[idx, 21:]
current_curve = I[idx, 21:]
axis.plot(
Expand Down

0 comments on commit d6e347c

Please sign in to comment.