From 2e10b8dc0878b462649ba6d3c8ebd8ff7f15ce39 Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Mon, 27 Apr 2020 10:46:06 -0500 Subject: [PATCH] typos in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cefdf33..9aa7658 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ImPlot is an immediate mode plotting widget for [Dear ImGui](https://github.com/ ## Features -- mutliple plot types: line, scatter, virtical/horizontal bars, error bars, with more likey to come +- multiple plot types: line, scatter, vertical/horizontal bars, error bars, with more likely to come - mix/match multiple plot items on a single plot - configurable axes ranges and scaling (linear/log) - reversible and lockable axes @@ -45,3 +45,5 @@ Just add `implot.h`, `implot.cpp`, and optionally `implot_demo.cpp` to your sour - Zooming to a range beyond the limits of `FLT_MAX` and `FLT_MIN` causes axes labels to disappear. ## Gallery + +Coming soon ... \ No newline at end of file