Feature: Implementation of Per Point Custom Color for Line, Scatter and nd Contour by vincentjzy · Pull Request #665 · epezent/implot

This PR provides the function that users can add an array storing the value at each point (such as temperature, density, etc.) and assign the color to each point according to the selected colormap. The existing functionality and invoking methods are not influenced by this modification. The demo can be found in the figures below. We also made similar implementation for ImPlot3D (brenocq/implot3d#162) .

PerPointCustomColor_Lines PerPointCustomColor_Scatters PerPointCustomColor_Contour