ribs.visualize¶
Visualization tools for pyribs.
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 Matplotlib’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 a |
| Plots heatmap of a |
| Plots heatmap of a |
| Visualizes archive elites in measure space with a parallel axes plot. |
Plots scatterplot of a | |
Plots heatmap of a | |
Plots a QDax MapElitesRepertoire with 3D measure space. | |
Plots a heatmap of a QDax MapElitesRepertoire. |