matplotlib_fname()
The file location is determined in the following order
$PWD/matplotlibrc
$MATPLOTLIBRC
if it is not a directory
$MATPLOTLIBRC/matplotlibrc
$MPLCONFIGDIR/matplotlibrc
On Linux,
$XDG_CONFIG_HOME/matplotlib/matplotlibrc
(if $XDG_CONFIG_HOME
is defined)
or $HOME/.config/matplotlib/matplotlibrc
(if $XDG_CONFIG_HOME
is not defined)
On other platforms, - $HOME/.matplotlib/matplotlibrc
if $HOME
is defined
Lastly, it looks in $MATPLOTLIBDATA/matplotlibrc
, which should always exist.
Get the location of the config file.
Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.
Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)
SVG is more flexible but power hungry; and does not scale well to 50 + nodes.
All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them