Minor style changes
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user