Skip to content

Commit

Permalink
Update plotting.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisTownsend committed May 17, 2018
1 parent fe5865f commit ae37c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magi/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def fc_plot(obj,title='',xTitle='Date',yTitle='',asFigure=False):
return fig
return iplot(fig, show_link=False)

def acc_plot(obj,title='',xTitle='Date',yTitle='',mode='lines+markers',tablewidth=350,asFigure=False):
def acc_plot(obj,title='',xTitle='',yTitle='',mode='lines+markers',tablewidth=350,asFigure=False):

""" plots accuracy measures
Args:
Expand Down

0 comments on commit ae37c94

Please sign in to comment.