mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-08-02 03:21:36 +00:00
remove debugging output from plots.py
This commit is contained in:
@@ -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")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user