1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-14 11:07:48 +01:00

ImPlot

omar 2020-04-28 14:56:58 +02:00
parent ddac413e90
commit d9989c31d2

@ -63,7 +63,7 @@ Thank you to every past and present [[Sponsors]] for making this project possibl
### Plotting, Graph
- imgui-plot (@soulthreads): https://github.com/soulthreads/imgui-plot and [#2747](https://github.com/ocornut/imgui/issues/2747)
- ImPlot (@epezent): [#3173](https://github.com/ocornut/imgui/issues/3173), was [#3067](https://github.com/ocornut/imgui/issues/3067)
- ImPlot (@epezent): https://github.com/epezent/implot and [#3173](https://github.com/ocornut/imgui/issues/3173), [#3067](https://github.com/ocornut/imgui/issues/3067)
- Plotting widget for imgui (@mkalte666): https://github.com/mkalte666/imguiplot
- Flame graph widget: https://github.com/ocornut/imgui/issues/2859
- Plot var helper: [[plot_var_example]]