I'v made [ImPlot library binding](https://github.com/dinau/nim_implot) for Nim.
[ImPlot](https://github.com/epezent/implot) is an immediate mode, GPU accelerated plotting library for [Dear ImGui](https://github.com/ocornut/imgui) . Running examples: nimble install https://github.com/dinau/nim_implot git clone --recursive https://github.com/dinau/nim_implot cd nim_implot nimble test Run Some of examples: [examples/LinePlots.nim](https://github.com/dinau/nim_implot/blob/main/examples/LinePlots.nim) [examples/LogScale.nim](https://github.com/dinau/nim_implot/blob/main/examples/LogScale.nim)
