mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-06-16 23:26:43 +00:00
remove debugging output from plots.py
This commit is contained in:
parent
24deffab36
commit
33ebdabc07
@ -1,10 +1,6 @@
|
|||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
|
|
||||||
from pathlib import Path
|
|
||||||
|
|
||||||
for path in Path(".").iterdir():
|
|
||||||
print(path)
|
|
||||||
|
|
||||||
plt.style.use("ggplot")
|
plt.style.use("ggplot")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user