alphalens icon indicating copy to clipboard operation
alphalens copied to clipboard

Add option return_fig and show

Open xgdgsc opened this issue 6 years ago • 3 comments

option for create* functions are return_tf which stands for return table (in dict) and figure (in list), added return_fig in plot* functions to return fig or tables, added show to allow suppress showing the plot in this mode. The create* functions should be pretty usable. The plot* functions are not fully tested by myself.

https://github.com/quantopian/alphalens/issues/342

xgdgsc avatar Aug 27 '19 05:08 xgdgsc

@xgdgsc Thanks, seems like tests are failing.

twiecki avatar Aug 30 '19 08:08 twiecki

I see log like:

The command "conda create -q -n testenv --yes python=$TRAVIS_PYTHON_VERSION ipython flake8 numpy scipy nose matplotlib pandas=$PANDAS_VERSION statsmodels seaborn" failed and exited with 1 during .

don' t know how to fix that.

xgdgsc avatar Aug 30 '19 09:08 xgdgsc

Oh yeah, that's unrelated to your changes.

On Fri, Aug 30, 2019 at 11:37 AM xgdgsc [email protected] wrote:

I see log like:

The command "conda create -q -n testenv --yes python=$TRAVIS_PYTHON_VERSION ipython flake8 numpy scipy nose matplotlib pandas=$PANDAS_VERSION statsmodels seaborn" failed and exited with 1 during .

don' t know how to fix that.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/quantopian/alphalens/pull/346?email_source=notifications&email_token=AAFETGERCBKAE27CLFDFE6TQHDS4RA5CNFSM4IP5XKNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5REW4A#issuecomment-526535536, or mute the thread https://github.com/notifications/unsubscribe-auth/AAFETGHXCLAKPKJSLT6XEC3QHDS4RANCNFSM4IP5XKNA .

twiecki avatar Aug 30 '19 11:08 twiecki