PeterRochford / SkillMetrics

A Python library for calculating and displaying the skill of model predictions against observations.
GNU General Public License v3.0
201 stars 92 forks source link

Use different marker symbols in example taylor13.py #43

Open paulina-t opened 1 year ago

paulina-t commented 1 year ago

Hi,

I was wondering if it is possible to specify different marker symbols when plotting two datasets, as in example taylor13.py, and show this symbol in the legend. For instance, set markersymbol='*' for the ERA5 dataset.

Thanks!