These are some of the tools I use almost every day for working with data and plotting. A lot of the code dates back to when I hardly knew what I was doing, so it's not tidy at all and often it's quite convoluted, but it gets the job done. The most useful module is probably nicePlots which provides wrappers to matplotlib.pyplot that ensure a consistent and elegant feel to the figures it makes.
In order to install:
- Download git files or clone the repo into some directory.
- Depending on your OS:
- Windows: Open Anaconda Command prompt.
- Linux: Open terminal.
- Navigate to the source directory.
- Run:
python setup.py install
. Note: if you don't have root/admin privileges, use the--user
option. - Open a new Python interpreter and test the installation:
import everydaytools