Markus Rosenstihl
9ce80f13b5
* fitresults are stored in a better format * started gracedriver to sva data in grace file
20 lines
171 B
Python
20 lines
171 B
Python
__author__ = 'markusro'
|
|
|
|
import numpy as np
|
|
|
|
|
|
def plot( x, y, **kwds ):
|
|
pass
|
|
|
|
|
|
def xlabel( label ):
|
|
pass
|
|
|
|
|
|
def ylabel( label ):
|
|
pass
|
|
|
|
|
|
def legend( ):
|
|
pass
|