Skip to content

Commit

Permalink
fix misleading comments
Browse files Browse the repository at this point in the history
Change-Id: Idc66ce8d3ed8f325ae16096da291c23c7c70ba8b
  • Loading branch information
Jaquier Aurélien Tristan committed Aug 13, 2024
1 parent b24c9ed commit 4763be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions currentscape/currentscape.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def create_figure(voltage, currs, c, ions):
voltage.plot(c, row, rows_tot)
row += 2

# PLOT TOTAL INWARD CURRENT IN LOG SCALE
# PLOT TOTAL OUTWARD CURRENT IN LOG SCALE
currs.plot_sum(c, row, rows_tot, True)
row += 1

Expand All @@ -108,7 +108,7 @@ def create_figure(voltage, currs, c, ions):
currs.plot_shares(c, row, rows_tot, cmap)
row += 4

# PLOT TOTAL OUTWARD CURRENT IN LOG SCALE
# PLOT TOTAL INWARD CURRENT IN LOG SCALE
currs.plot_sum(c, row, rows_tot, False)
row += 1

Expand Down

0 comments on commit 4763be7

Please sign in to comment.