paul-florentin-charles / bcn-rainfall-models

A project aiming at delevering tools for visualisation and analysis of Barcelona rainfall data. Data is retrieved from there: https://opendata-ajuntament.barcelona.cat/data/en/dataset/precipitacio-hist-bcn.
MIT License
0 stars 0 forks source link

Make a generic plot function #11

Closed paul-florentin-charles closed 1 year ago

paul-florentin-charles commented 1 year ago

Code a generic plot function that would take a label for the X values and an array of labels for all the Y values to plot. Optional parameters to decide the kind of plot (curve, scatter, histo, etc.) , colors and more are to be added as well.