tsExtract icon indicating copy to clipboard operation
tsExtract copied to clipboard

Change viz from matplotlib to Bokeh or Plotnine

Open cydal opened this issue 4 years ago • 3 comments

Functions in eval produce plots currently implemented with matplotlib. This should be changed to a more aesthetically pleasing library.

cydal avatar Nov 25 '20 23:11 cydal

By aesthetically more pleasing, are you referring to the produced plot or to the code implementing the plots?

vks avatar Nov 27 '20 17:11 vks

By aesthetically more pleasing, are you referring to the produced plot or to the code implementing the plots?

The produced plot. I pushed some changes today with these changes. I'll be closing off this issue.

cydal avatar Nov 27 '20 17:11 cydal

Viz library was changed to plotnine. Plotnine was added to the list of requirements in both setup.py & setup.yaml. This works without issue for pypi but doesn't for conda as conda does not recognize plotnine.

Throws error during upload -

conda_build.exceptions.DependencyNeedsBuildingError: Unsatisfiable dependencies for platform osx-64: {"plotnine[version='>=0.0.6']"}

At the moment, pypi has version 0.0.9 but conda only has 0.0.8 which still uses seaborn

cydal avatar Nov 28 '20 21:11 cydal