Skip to content

Commit 95a530f

Browse files
authored
Update README.md
1 parent eff70ae commit 95a530f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ ImPlot is an immediate mode, GPU accelerated plotting library for [Dear ImGui](h
3636
- controls for zooming, panning, box selection, and auto-fitting data
3737
- controls for creating persistent query ranges (see demo)
3838
- several plot styling options: 10 marker types, adjustable marker sizes, line weights, outline colors, fill colors, etc.
39-
- 10 built-in and user definable colormaps
39+
- 16 built-in colormaps and support for and user-added colormaps
4040
- optional plot titles, axis labels, and grid labels
4141
- optional and configurable legends with toggle buttons to quickly show/hide plot items
42-
- default styling based on current ImGui theme, but most elements can be customized independently
42+
- default styling based on current ImGui theme, or completely custom plot styles
4343
- customizable data getters and data striding (just like ImGui:PlotLine)
4444
- accepts data as float, double, and 8, 16, 32, and 64-bit signed/unsigned integral types
4545
- and more! (see Announcements [2020](https://github.com/epezent/implot/issues/48)/[2021](https://github.com/epezent/implot/issues/168))

0 commit comments

Comments
 (0)