Skip to content

Commit ff5b261

Browse files
committed
update implot
1 parent 577ec19 commit ff5b261

File tree

6 files changed

+578
-294
lines changed

6 files changed

+578
-294
lines changed

Diff for: 3rdparty/implot/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,14 @@ ImPlot is an immediate mode, GPU accelerated plotting library for [Dear ImGui](h
3434
- up to three independent y-axes
3535
- controls for zooming, panning, box selection, and auto-fitting data
3636
- controls for creating persistent query ranges (see demo)
37-
- remappable input controls
3837
- several plot styling options: 10 marker types, adjustable marker sizes, line weights, outline colors, fill colors, etc.
3938
- 10 built-in and user definable colormaps
4039
- optional plot titles, axis labels, and grid labels
4140
- optional and configurable legends with toggle buttons to quickly show/hide plot items
4241
- default styling based on current ImGui theme, but most elements can be customized independently
4342
- customizable data getters and data striding (just like ImGui:PlotLine)
4443
- accepts data as float, double, and 8, 16, 32, and 64-bit signed/unsigned integral types
45-
- and more! (see Announcements [2020](https://github.com/epezent/implot/issues/48)/[2021](https://github.com/epezent/implot/issues/164))
44+
- and more! (see Announcements [2020](https://github.com/epezent/implot/issues/48)/[2021](https://github.com/epezent/implot/issues/168))
4645

4746
## Usage
4847

@@ -135,7 +134,7 @@ A: Yes. Up to three y-axes can be enabled. Multiple x-axes are not supported.
135134

136135
**Q: Does ImPlot support [insert plot type]?**
137136

138-
A: Maybe. Check the demo, gallery, or Announcements ([2020](https://github.com/epezent/implot/issues/48)/[2021](https://github.com/epezent/implot/issues/164))to see if your desired plot type is shown. If not, consider submitting an issue or better yet, a PR!
137+
A: Maybe. Check the demo, gallery, or Announcements ([2020](https://github.com/epezent/implot/issues/48)/[2021](https://github.com/epezent/implot/issues/168))to see if your desired plot type is shown. If not, consider submitting an issue or better yet, a PR!
139138

140139
**Q: Does ImPlot support 3D plots?**
141140

0 commit comments

Comments
 (0)