We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171002f commit e8e87c5Copy full SHA for e8e87c5
doc/plotpanel.rst
@@ -466,6 +466,17 @@ this function to parse and interpret the date strings used.
466
467
reset the configuration to default settings.
468
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
480
481
482
0 commit comments