Skip to content

Commit

Permalink
Merge pull request #43 from BlueBrain/fix-comments
Browse files Browse the repository at this point in the history
fix misleading comments
  • Loading branch information
AurelienJaquier authored Aug 13, 2024
2 parents b24c9ed + 4763be7 commit 7078caa
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 7078caa

Please sign in to comment.