Skip to content

Commit e8e87c5

Browse files
committed
add doc for get/set_config() methods and Menu options to save/load YAML config settings
1 parent 171002f commit e8e87c5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/plotpanel.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,17 @@ this function to parse and interpret the date strings used.
466466

467467
reset the configuration to default settings.
468468

469+
.. method:: get_config()
470+
471+
get plot configuration data as a dictionary. This can be saved to
472+
a file in YAML format using the ``Options->Save Configuration`` menu.
473+
474+
.. method:: set_config()
475+
476+
set plot configuration values, using keyword arguments matching the
477+
dictionary from :meth:`get_config`. This can also be done by
478+
reading a YAML file using the ``Options->Load Configuration`` menu.
479+
469480

470481

471482

0 commit comments

Comments
 (0)