fix small bug in plot_results() (#864)

Remove the comma behind the last input argument
This commit is contained in:
Hao-Chih, Lin
2019-04-02 00:48:35 +02:00
committed by pzhokhov
parent 096f4d9cf0
commit 282c9cc91f

View File

@@ -248,7 +248,7 @@ def plot_results(
figsize=None, figsize=None,
legend_outside=False, legend_outside=False,
resample=0, resample=0,
smooth_step=1.0, smooth_step=1.0
): ):
''' '''
Plot multiple Results objects Plot multiple Results objects