.. _Config: The Config File ================ Essential is to supply a config file for plotting PyFrag data so that you can tailor make the plots to your liking. The config file is a .ini file and can be copied from the default ConfigFile_. Here is the current config file used in the PyFrag Plotter package: .. literalinclude:: ../src/pyfrag_plotter/config/config.ini :language: ini The user may copy the bottom part and skip the `[DEFAULT]` section. This may look as followes: .. literalinclude:: _static/example_user_config.ini :language: ini :lines: 1-10 .. _ConfigFile: https://github.com/SiebeLeDe/pyfrag_plot/blob/main/src/pyfrag_plotter/config/config.ini