settings#

Define options for Covasim, mostly plotting and Numba options. All options should be set using set() or directly, e.g.:

cv.options(font_size=18)

To reset default options, use:

cv.options('default')

Note: “options” is used to refer to the choices available (e.g., DPI), while “settings” is used to refer to the choices made (e.g., DPI=150).

Classes

Options

Set options for Covasim.