braverock / blotter

blotter provides transaction infrastructure for defining transactions, portfolios and accounts for trading systems and simulation. Provides portfolio support for multi-asset class and multi-currency portfolios. Actively maintained and developed.
114 stars 50 forks source link

Add argument to move the legend in chart.ME #66

Closed eigenvalet closed 5 years ago

eigenvalet commented 6 years ago

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.

anshul96go commented 5 years ago

Please check the pull request #77

braverock commented 5 years ago

Pull request #77 is merged. Closing this issue.