Skip to content

Commit

Permalink
Update documentation of Plotter to reference **kwargs dictionary as p…
Browse files Browse the repository at this point in the history
…arameter.
  • Loading branch information
jswright-dstl committed Jun 23, 2022
1 parent 430a781 commit eb92633
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions stonesoup/plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ class Plotter:
----------
dimension: enum \'Dimension\'
Optional parameter to specify 2D or 3D plotting. Default is 2D plotting.
figsize: tuple
Optional parameter to specify the size of the figure. Default is (10, 6).
\\*\\*kwargs: dict
Additional arguments to be passed to plot function. For example, figsize (Default is
(10, 6)).
Attributes
----------
Expand Down

0 comments on commit eb92633

Please sign in to comment.