adding plot to poster

This commit is contained in:
wendtalexander
2023-01-24 14:04:44 +01:00
parent ea98a20a68
commit 726301c593
3 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ import os
import yaml
import numpy as np
from thunderfish.dataloader import DataLoader
import matplotlib.pyplot as plt
class ConfLoader: