Select Git revision
ResourceStructuralData.cs
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
example.py 449 B
# -*- coding: utf-8 -*-
"""
Created on Tue Jul 20 12:22:33 2021
example workflow for integrating plotIDs
@author: Richter
"""
#%% Module einbinden
import sys
import numpy as np
from numpy import random
import h5py as h5
#%% Pfade hinzufügen
sys.path.append("fcn_core")
sys.path.append("fcn_help")
#%% Project ID
ProjectID= "MR01"
#%% Daten erzeugen
x = np.linspace(0,10,100)
y= random.rand(100) + 2
#%% figure erstellen