mirror of
https://github.com/vale981/fibre_walk_project_code
synced 2025-03-04 17:31:39 -05:00
5 lines
99 B
Python
5 lines
99 B
Python
import matplotlib.pyplot as plt
|
|
from plot_utils import *
|
|
|
|
f = make_figure()
|
|
save_figure(f, "test")
|