bugfix: update sets after graph selection;

check for config on start
color cycles added;
This commit is contained in:
dominik
2022-04-16 20:41:26 +02:00
parent 4a18965580
commit dc906972e9
19 changed files with 749 additions and 201 deletions

View File

@ -4,6 +4,11 @@ import sys
import pathlib
sys.path.append(str(pathlib.Path().cwd().parent))
from nmreval.configs import check_for_config
# does a directory for config stuff exist? create it if not
check_for_config()
# pyqtgraph warns on Mac if QApplication is created when it is imported
# import pyqtgraph