wilhelm-now

Results 3 issues of wilhelm-now

Visual Studio 2022 v17 has MSVC_VERSION 1930. See https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B#Internal_version_numbering

The function map_face2color in _trisurf.py compared face value (face) to max face value (vmax) and if equal did a quick exit by returning the last element in a list. Later...

When giving plotly.figure_factory.create_trisurf values where on triangle on the surface is very close to the maximum the function raises an IndexError. I'd expect a pretty plot instead. Reproduction: ```Python Python...