ribs.visualize¶
Miscellaneous visualization tools.
These functions are similar to matplotlib functions like scatter()
and pcolormesh()
. When called, these functions default to creating plots on the current axis. After plotting, functions like xlabel()
and title()
may be used to further modify the axis. Alternatively, if using maplotlib’s object-oriented API, pass the ax parameter to these functions.
Note
This module only works with ribs[visualize]
installed. As such, it is not imported with import ribs
, and it must be explicitly imported with import ribs.visualize
.
| Plots heatmap of a |
| Plots heatmap of a |
Plots heatmap of a | |
| Visualizes archive elites in measure space with a parallel axes plot. |