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

11 lines
427 B
Markdown
Raw Normal View History

2020-04-24 17:56:10 -04:00
# ImPlot
Advanced 2D Plotting for Dear ImGui
# Features
2020-04-25 09:47:54 -04:00
# Known Issues (Fix Me!)
2020-04-24 17:56:10 -04:00
- Mouse scroll zooming on a plot that is in scrollable ImGui region will both zoom and scroll the window since there is no built in scroll capture for ImGui. The current workaround is to CTRL+Scroll the plot (this disables window scrolling).
2020-04-25 09:47:54 -04:00
- Zooming to a range beyond the limits of `FLT_MAX` and `FLT_MIN` causes axes labels to disappear.