Re-plot convex hull

2025 July 3

Starting from CrySPY version 1.4.1, the cryspy-Eplot command is installed. In EA-vc, a convex hull plot is automatically generated and saved at the end of each generation’s calculation. If you wish to adjust the plotting parameters afterward, you can re-plot the graph using the cryspy-Eplot command.

Usage

Modify the following parameters directly in the [EA] section of cryspy.in, and then run cryspy-Eplot.

  • cgen
  • show_max
  • label_stable
  • vmax
  • bottom_margin
  • fig_format

cgen specifies the maximum generation number included in the plot. The default is None, meaning up to the latest generation. In EA-vc, the convex hull is computed at the end of each generation, So specifying an unfinished generation with cgen may result in an error.

The output image file will be overwritten at ./data/convex_hull/conv_hull_gen_{cgen}.{fig_format}.

For details on other parameters, refer to CrySPY > Tutorial > EA-vc > Analysis and visualization.