Skip to content

Commit

Permalink
#662, #470, #654, #661, #609: Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
annoviko committed Nov 29, 2020
1 parent 53f53be commit 8abc518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyclustering/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ def draw_dynamics(t, dyn, x_title=None, y_title=None, x_lim=None, y_lim=None, x_
@param[in] x_labels (bool): If `True` then it shows X-labels.
@param[in] y_labels (bool): If `True` then it shows Y-labels.
@param[in] separate (list): Lists of oscillators that should be displayed on separate plots. If `None` then all oscillators are going to be displayed on the same plot. By default is `None`.
@param[in] axes (ax): If specified then the axis will be used for drawing and plot will not be shown.
@param[in] axis (ax): If specified then the axis will be used for drawing and plot will not be shown.
@return (figure, Axis) Figure and axis where dynamic of each oscillator is presented. Figure is `None` if `axis`
value that is not `None` is provided to the fuction.
Expand Down

0 comments on commit 8abc518

Please sign in to comment.