From aebf4f66e95071ed73ef01ed98b712a41e52b278 Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Mon, 27 Apr 2020 17:04:02 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c711b1..ee6c715 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # 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. Like ImGui, it does not use any C++11 features, headers, or STL containers, and has no external dependencies except for ImGui itself. + + ## Features - multiple plot types: line, scatter, vertical/horizontal bars, error bars, with more likely to come @@ -46,7 +48,7 @@ Just add `implot.h`, `implot.cpp`, and optionally `implot_demo.cpp` to your sour ## Gallery - +