Data: daily spread (highest price - lowest price at a given day) of Bitcoin, Ethereum and Ripple. The spread values are an absolute amount in US$.
Bitcoin is worth much more than the other two and Ethereum is worth much more than Ripple, so when I plot the daily spreads I get this:
BTC: blue, ETH: orange, XRP: green.
How do I plot each currency's volatility without taking in consideration their price? I just want to compare which one i more volatile and how the volatility changes over time.
Code in Python/matplotlib.pyplot