pmorissette / ffn

ffn - a financial function library for Python
pmorissette.github.io/ffn
MIT License
2.03k stars 300 forks source link

Return axes object from all plot methods #39

Closed brandon-rhodes closed 6 years ago

brandon-rhodes commented 6 years ago

This lets users say ax = ...plot() and then add another line to the same plot by adding a keyword argument ax=ax to the next plot call.

brandon-rhodes commented 6 years ago

Thanks! :)

JordanPlatts commented 6 years ago

Thanks for contributing!