Skip to content

Commit

Permalink
Remove data visualization functionality
Browse files Browse the repository at this point in the history
Fixes #228
  • Loading branch information
nikhilwoodruff committed Jul 13, 2023
1 parent 85d2739 commit 4cc4b7e
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 424 deletions.
263 changes: 0 additions & 263 deletions docs/charts.ipynb

This file was deleted.

34 changes: 2 additions & 32 deletions docs/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,37 +24,7 @@
"import pandas as pd\n",
"\n",
"import taxcalc as tc\n",
"import microdf as mdf\n",
"\n",
"import matplotlib as mpl\n",
"import matplotlib.pyplot as plt\n",
"import seaborn as sns"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Chart options."
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/home/mghenis/anaconda3/lib/python3.7/site-packages/microdf/style.py:24: MatplotlibDeprecationWarning: \n",
"The createFontList function was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use FontManager.addfont instead.\n",
" fm.fontManager.ttflist += fm.createFontList([\"Roboto-Regular.ttf\"])\n"
]
}
],
"source": [
"mdf.set_plot_style()"
"import microdf as mdf"
]
},
{
Expand Down Expand Up @@ -408,4 +378,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}
2 changes: 0 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ channels:
dependencies:
- codecov
- flake8
- matplotlib
- numpy
- pandas
- pip
- pytest
- seaborn
- setuptools
- pip:
- jupyter-book
27 changes: 0 additions & 27 deletions microdf/chart_utils.py

This file was deleted.

48 changes: 0 additions & 48 deletions microdf/charts.py

This file was deleted.

49 changes: 0 additions & 49 deletions microdf/style.py

This file was deleted.

3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@
license="MIT",
packages=["microdf"],
install_requires=[
"matplotlib",
"matplotlib-label-lines",
"numpy",
"pandas",
"seaborn",
],
extras_require={"taxcalc": ["taxcalc"]},
zip_safe=False,
Expand Down

0 comments on commit 4cc4b7e

Please sign in to comment.