xoa.set_option

xoa.set_option(option, value)[source]

Set a single option using the flat format, i.e section.option

Parameters:
  • option (str) – Option name in the section.option format

  • value – Value to set

Example

In [1]: set_option('plot.cmapdiv', 'cmo.balance');