update mc-output.py with usage examples

This commit is contained in:
markus 2021-04-16 12:48:33 +02:00
parent a30770cdec
commit 061ac4dea2

View file

@ -97,3 +97,6 @@ from cara.model_scenarios import *
# colors=['tomato', '#1f77b4', 'limegreen'],
# title='Shared office scenario',
# vl_points=200)
generate_qr_csv('qR_unmasked')
generate_qr_csv('qr_masked', masked=True)