Skip to content

Fix: Use white instead of nans

Mikhail Karnevskiy requested to merge fix/colors_3dplots into master

@ahmedk

In this 3D plotting color map is initiated by empty array. This may bring to a crash of plotting. Following initialization fixes the problem.

Merge request reports