1
0
Fork 0
mirror of https://github.com/gwm17/implot.git synced 2024-10-09 15:47:26 -04:00
A fork of implot, a plugin for the DearImGui framework which provides advanced data visualization features
Go to file
2020-04-24 16:56:10 -05:00
.gitignore Initial commit 2020-04-21 07:59:38 -05:00
LICENSE Initial commit 2020-04-21 07:59:38 -05:00
README.md Create README.md 2020-04-24 16:56:10 -05:00

ImPlot

Advanced 2D Plotting for Dear ImGui

Features

Known Issues

  • 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).