mirror of
https://github.com/vale981/fibre_walk_project_code
synced 2025-03-04 09:21:38 -05:00
9 lines
178 B
Text
9 lines
178 B
Text
%matplotlib tk
|
|
plt.ion()
|
|
|
|
import sys
|
|
sys.path.append("../")
|
|
import matplotlib.pyplot as plt
|
|
from ringfit.data import *
|
|
from ringfit.utils import *
|
|
from ringfit.plotting import *
|