Closed eigenvalet closed 5 years ago
legend.position='bottomright'
'''legend(x = legend.position, ...)
Please check the pull request #77
Pull request #77 is merged. Closing this issue.
It would be convenient and an easy fix to add an argument:
legend.position='bottomright'
to chart.ME and then change the last statement in the function to:
'''legend(x = legend.position, ...)
to allow the user to move the legend. Thanks.