alandefreitas / matplotplusplus

Matplot++: A C++ Graphics Library for Data Visualization 📊🗾
https://alandefreitas.github.io/matplotplusplus/
MIT License
4.24k stars 325 forks source link

Fix float conversion warnings. #129

Closed avocadoboi closed 3 years ago

avocadoboi commented 3 years ago

I only added a couple of static_casts and f literal suffixes to avoid conversion warnings. You should add more warning flags.

alandefreitas commented 3 years ago

Looks good. Thanks! :D

alandefreitas commented 3 years ago

The pedantic flags are here. Feel free to add more warning flags.