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

Update README.md

This commit is contained in:
Evan Pezent 2020-06-08 21:00:04 -05:00 committed by GitHub
parent 67d6a8873b
commit 77753f6ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,12 +12,12 @@ ImPlot is an immediate mode plotting widget for [Dear ImGui](https://github.com/
## Features ## Features
- multiple plot types: - multiple plot types:
- line - line plots
- scatter - scatter plots
- vertical/horizontal bars - vertical/horizontal bars graphs
- vertical/horizontal error bars - vertical/horizontal error bars
- pie charts - pie charts
- heatmaps - heatmap charts
- and more likely to come - and 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)