From 95a530f05c267513d044b5ae41bce14883f8a407 Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Fri, 19 Mar 2021 23:17:34 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 847da61..1cdd7db 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,10 @@ ImPlot is an immediate mode, GPU accelerated plotting library for [Dear ImGui](h - controls for zooming, panning, box selection, and auto-fitting data - controls for creating persistent query ranges (see demo) - several plot styling options: 10 marker types, adjustable marker sizes, line weights, outline colors, fill colors, etc. -- 10 built-in and user definable colormaps +- 16 built-in colormaps and support for and user-added colormaps - optional plot titles, axis labels, and grid labels - optional and configurable legends with toggle buttons to quickly show/hide plot items -- default styling based on current ImGui theme, but most elements can be customized independently +- default styling based on current ImGui theme, or completely custom plot styles - customizable data getters and data striding (just like ImGui:PlotLine) - accepts data as float, double, and 8, 16, 32, and 64-bit signed/unsigned integral types - and more! (see Announcements [2020](https://github.com/epezent/implot/issues/48)/[2021](https://github.com/epezent/implot/issues/168))