Skip to content

Commit

Permalink
try fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Dec 8, 2023
1 parent a109848 commit fa679d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pybamm/plotting/quick_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,8 +810,9 @@ class QuickPlotAxes:
Class to store axes for the QuickPlot
"""

_by_variable = {}
_axes = []
def __init__(self):
self._by_variable = {}
self._axes = []

def add(self, keys, axis):
"""
Expand Down

0 comments on commit fa679d1

Please sign in to comment.