From eb4aaf3994979a176e7ba61e931bb08388274166 Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Fri, 29 May 2020 13:04:16 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 054505a..09e5446 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ ImPlot is an immediate mode plotting widget for [Dear ImGui](https://github.com/ - 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 +- support for single and double precision data ## Usage