From 75441ef918d1a58df597991d751688b5c3081cff Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Tue, 2 Jun 2020 22:26:45 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3d8d836..3aae865 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ ImPlot is an immediate mode plotting widget for [Dear ImGui](https://github.com/ - vertical/horizontal bars - error bars - pie charts + - heatmaps - and more likely to come - mix/match multiple plot items on a single plot - configurable axes ranges and scaling (linear/log) @@ -29,6 +30,7 @@ ImPlot is an immediate mode plotting widget for [Dear ImGui](https://github.com/ - optional legend with toggle buttons to quickly show/hide items - size-aware grid with smart labels that are always power-of-ten multiples of 1, 2, and 5 - default styling based on current ImGui theme, but most elements can be customized independently +- several built-in colormaps - mouse cursor location display and optional crosshairs cursor - customizable data getters and data striding (just like ImGui:PlotLine) - relatively good performance for high density plots