Configurator.user_file¶
- static Configurator.user_file()[source]¶
Return location of the default user proplotrc file. On Linux, this is either
$XDG_CONFIG_HOME/proplot/proplotrc
or~/.config/proplot/proplotrc
if the XDG directory is unset. On other operating systems, this is~/.proplot/proplotrc
. The location~/.proplotrc
or~/.proplot/proplotrc
is always returned if the file exists, regardless of the operating system. If multiple valid locations are found, a warning is raised.