Skip to content

Commit

Permalink
Now returns axes like other functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrey-hokanson committed May 22, 2019
1 parent cb30074 commit 57b08d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions psdr/coord.py
Expand Up @@ -28,6 +28,8 @@ def plot_score(self, ax = 'auto', domain = None):
ax.set_xticklabels(domain.names, rotation = 90)
ax.set_xlabel('parameter')
ax.set_ylabel('score')

return ax

@property
def U(self):
Expand Down

0 comments on commit 57b08d5

Please sign in to comment.