eplot icon indicating copy to clipboard operation
eplot copied to clipboard

'eplot' Not working

Open rleyvasal opened this issue 4 years ago • 1 comments

None of the code in the examples notebook eplot usage example.ipynb is working

I get errors:

trying to setup:

eplot.set_config(return_type='HTML') # default by htm

gives "module 'eplot' has no attribute 'set_config'"

df.col3.eplot()

gives"'Series' object has no attribute 'eplot'"

and

df.eplot()

gives " 'DataFrame' object has no attribute 'eplot'"

rleyvasal avatar Jan 12 '22 21:01 rleyvasal

Did you import the module by from epolot import eplot or import eplot successfully?

pjgao avatar Mar 27 '22 14:03 pjgao