I have a CSV file like this containing 8 currency indices.
How can I plot these indices in one figure? If possible, can I have buttons to add currencies one by one?
Lets go through your requirements step-by-step:
import matplotlib.pyplot as plt
.
plt.plot()