Skip to content
Snippets Groups Projects

Draft: Merge version0.1 changes into dev

Closed Hock, Martin requested to merge version0.1 into dev
5 files
+ 8
8
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 2
2
@@ -11,8 +11,8 @@ the function publish.
import numpy as np
# import h5py as h5
import matplotlib.pyplot as plt
from tagplot import tagplot
from publish import publish
from plotid.tagplot import tagplot
from plotid.publish import publish
# %% Set Project ID
PROJECT_ID = "MR04_"
Loading