1
0
Fork 0
mirror of https://github.com/gwm17/implot.git synced 2024-10-09 15:47:26 -04:00

typos in README

This commit is contained in:
Evan Pezent 2020-04-27 10:46:06 -05:00
parent b4e4f1a53c
commit 2e10b8dc08

View File

@ -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 ...