Samueljbk / osrs_analysis

Python analysis of Runescape stats
2 stars 1 forks source link

plot defense level over time #9

Closed jerome3o closed 1 year ago

jerome3o commented 1 year ago

use your load_data function, and your get_skill_time_series functions to load in your defense experience over time, and plot it!

try using plotly (you will need to pip install it)

Samueljbk commented 1 year ago

image

Done