PolymerGuy / muDIC

Digital Image Correlation in Python
MIT License
160 stars 69 forks source link

Complete the class 'show' in 'viz.py' to allow in the first place the… #30

Closed NicolasTHU closed 2 years ago

NicolasTHU commented 4 years ago

… users to keep the same scale for each frames and in the second place to keep just one colorbar on each frame

PolymerGuy commented 4 years ago

Thank you for the improvements! Now, when you pass "vmin" as an argument, the new code is used. However, I think we should consider handling cases where only vmin is passed and not vmax, cmap etc. Now, I think the code throws an error when only vmin is passed and not vmax?

NicolasTHU commented 4 years ago

This PR is similar to #30 Could you close it, please