Skip to content

Commit

Permalink
renamed plotter to plotbuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
CDonnerer committed Jan 1, 2022
1 parent 0897899 commit e88fb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shellplot/figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def draw(self):
"""
self.__init_figure_elements()
self._plot_builder.fill_figure(self)
self._plot_builder.create(self)

return draw(
canvas=self.canvas,
Expand Down

0 comments on commit e88fb76

Please sign in to comment.