mirror of
https://github.com/gwm17/implot.git
synced 2024-11-23 02:38:53 -05:00
typos in README
This commit is contained in:
parent
b4e4f1a53c
commit
2e10b8dc08
|
@ -3,7 +3,7 @@ ImPlot is an immediate mode plotting widget for [Dear ImGui](https://github.com/
|
||||||
|
|
||||||
## Features
|
## 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
|
- mix/match multiple plot items on a single plot
|
||||||
- configurable axes ranges and scaling (linear/log)
|
- configurable axes ranges and scaling (linear/log)
|
||||||
- reversible and lockable axes
|
- 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.
|
- Zooming to a range beyond the limits of `FLT_MAX` and `FLT_MIN` causes axes labels to disappear.
|
||||||
|
|
||||||
## Gallery
|
## Gallery
|
||||||
|
|
||||||
|
Coming soon ...
|
Loading…
Reference in New Issue
Block a user