Skip to content

Commit

Permalink
minor modification
Browse files Browse the repository at this point in the history
  • Loading branch information
sspola committed Mar 23, 2022
1 parent 8158f57 commit d97a493
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simpful/simpful.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def draw(self, ax, TGT=None, highlight=None):
ax.axvline(x=TGT, ymin=0.0, ymax=1.0, color="red", linestyle="--", linewidth=2.0)
ax.set_xlabel(self._concept)
ax.set_ylabel("Membership degree")
ax.set_ylim(bottom=-0.05)
if highlight is None: ax.legend(loc="best")
return ax

Expand Down

0 comments on commit d97a493

Please sign in to comment.