Separated visualiser use the same formula for borrow and supply.
- Clone the Repository:
git clone https://github.com/zakrad/irm-visualizer.git
cd irm-visualizer- Create a Virtual Environment and Activate (Optional):
On Windows:
python -m venv venv
venv\Scripts\activateOn macOS/Linux:
python -m venv venv
source venv/bin/activate- Install Required Libraries:
pip install matplotlib numpy mplcursors- Run the Application:
python jump_rate_app.py
python separated_rate_app.py
python double_jump_rate.py