Skip to content

Commit

Permalink
#1037 fix dashed line
Browse files Browse the repository at this point in the history
  • Loading branch information
rtimms committed Jun 8, 2020
1 parent 01a9e47 commit 94fb9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pybamm/plotting/quick_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,8 @@ def plot(self, t):
ax.set_ylim(y_min, y_max)
(self.time_lines[key],) = ax.plot(
[
t_in_seconds * self.time_scaling_factor,
t_in_seconds * self.time_scaling_factor,
t_in_seconds / self.time_scaling_factor,
t_in_seconds / self.time_scaling_factor,
],
[y_min, y_max],
"k--",
Expand Down

0 comments on commit 94fb9f8

Please sign in to comment.