Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolai committed Feb 8, 2021
1 parent 75f0249 commit 65e1802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
# series.plot(kind='line', x='Date', y='RI-BTC', ax=ax, figsize = (20,10), color="black")
series.plot(kind='line', linestyle='dotted', x='Date', y='Base', ax=ax, figsize = (20,10), color="gray")
# plt.xlabel(f'\nResult of regularly investing in {number_of_rows} days\n\nBOX: {BOX_Change}; BTC: {BTC_Change}; EOS: {EOS_Change}; XIN: {XIN_Change}; RI-BOX: {RIBOX_Change}')
plt.xlabel(f'\nResult of regularly investing in {number_of_rows} days\n\nBOX: {BOX_Change}; BTC: {BTC_Change}; RI-BOX: {RIBOX_Change}')
plt.xlabel(f'\nResult of regularly investing in {number_of_rows} days\n\nBOX: {BOX_Change}; RI-BOX: {RIBOX_Change}')

# plt.show()
plt.savefig("box-historical-price-change.png", transparent=False)
Expand Down

0 comments on commit 65e1802

Please sign in to comment.