Skip to content

Commit

Permalink
Update test_new_ver.py
Browse files Browse the repository at this point in the history
commented out problematic script
  • Loading branch information
rwijtvliet authored Jul 16, 2024
1 parent c7db5df commit 1ddfff1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dev_scripts/test_new_ver.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from matplotlib import pyplot as plt
import pandas as pd
from portfolyo import Kind, dev
# from matplotlib import pyplot as plt
# import pandas as pd
# from portfolyo import Kind, dev

index = pd.date_range("2020-01-01", "2021-01-01", freq="MS", tz=None)
pfl = dev.get_pfline(index, nlevels=2, childcount=1, kind=Kind.VOLUME)
pfl.plot(children=True)
plt.show()
# index = pd.date_range("2020-01-01", "2021-01-01", freq="MS", tz=None)
# pfl = dev.get_pfline(index, nlevels=2, childcount=1, kind=Kind.VOLUME)
# pfl.plot(children=True)
# plt.show()

0 comments on commit 1ddfff1

Please sign in to comment.