1
0

Minor style changes

This commit is contained in:
Benoit Verret
2021-03-21 00:34:25 -04:00
parent 9609a60ab6
commit f731c38293
45 changed files with 116 additions and 119 deletions

View File

@@ -35,7 +35,7 @@ def plot_history(history):
f, axarr = plt.subplots(2, sharex=True)
plt.subplots_adjust(bottom=0.2)
plt.xticks( rotation=25 )
plt.xticks(rotation=25)
ax = plt.gca()
plt.ylabel('BTC')
plt.xlabel('Month')