sc_settings#

Define options for Sciris, mostly plotting options.

All options should be set using set() or directly, e.g.:

sc.options(font_size=18)

To reset default options, use:

sc.options.reset()

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

ScirisOptions

Set options for Sciris.

Functions

parse_env

Simple function to parse environment variables

help

Get help on Sciris in general, or search for a word/expression.