google-research / mixmatch

Apache License 2.0
1.13k stars 163 forks source link

The plots in the paper #19

Closed yassouali closed 4 years ago

yassouali commented 4 years ago

Hi, first of all thank you for this great work, and for providing the implementation.

I really liked the plots in the paper, and was wandering what package / setting was used to make them.

Please feel free to close this issue if this is not the right place to ask such questions.

Thanks.

david-berthelot commented 4 years ago

We used matplotlib primitives plot for the lines and fill_between for the intervals (using alpha to make it transparent).