brl1906/twitterbot-dgs

Remove Plotly from Project. Adds unnecessary complexity. Use matplotlib/ seaborn instead.

Closed this issue · 1 comments

  1. create virtual environment with pandas, matplotlib, tweepy, seaborn, numpy
  2. recreate charts in chart module with matplotlib
  3. test charts and recreate without plotly

resolved. removed plotly dependencies in project files, from virtual env and from requirements.txt. Also tested recreation of chart with matplotlib and added default values to the min, max values for colorscale to prevent empty sequence errors on numpy object.