From 6bc7e04fe11b7d81cd6b214c834d98b72c414fa7 Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Tue, 23 Jun 2020 21:14:36 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c30d77e..d66f441 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # ImPlot ImPlot is an immediate mode plotting widget for [Dear ImGui](https://github.com/ocornut/imgui). It aims to provide a first-class API that will make ImGui users feel right at home. ImPlot is well suited for visualizing program data in real-time and requires minimal code to integrate. Just like ImGui, it does not burden the end user with GUI state management, avoids STL containers and C++ headers, and has no external dependencies except for ImGui itself. - + - - + + - - + + ## Features