**Calculations**
- Added ability to scale IC50 values into pIC50 values. This is done using the calculate_pic50() function, which utilizes the calculate_absolute_ic50() function.
**Plot_Curves**
- Turned off grid lines by default.
- Included **kwargs for matplotlib.
- For now, only (grid=True/False) arguments will work and will control the plotting of grid lines.
- Automatic grid lines may be due to the matplotlib version