Skip to content

Commit

Permalink
Typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
btjanaka committed Sep 7, 2023
1 parent ca1c1ff commit 0bfdf47
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ribs/visualize/_parallel_axes_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,8 @@ def parallel_axes_plot(archive,
the minimum objective value in the archive is used.
vmax (float): Maximum objective value to use in the plot. If ``None``,
the maximum objective value in the archive is used.
sort_archive (boolean): If ``True``, sorts the archive so that the
highest performing elites are plotted on top of lower performing
elites.
sort_archive (bool): If ``True``, sorts the archive so that the highest
performing elites are plotted on top of lower performing elites.
.. warning:: This may be slow for large archives.
cbar ('auto', None, matplotlib.axes.Axes): By default, this is set to
Expand Down

0 comments on commit 0bfdf47

Please sign in to comment.