Skip to content

Commit

Permalink
Fix example script.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkluft committed Apr 19, 2018
1 parent 3921c4d commit cfe0070
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/combine_timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@
lex.plots.timeseries(df, v)
ax.set_ylabel(lex.plots.get_label('G', label='Radianz [{unit}]'))

# fig.savefig('plots/radiation_extended.svg')
plt.show()
fig.savefig('plots/radiation_extended.svg')

0 comments on commit cfe0070

Please sign in to comment.