ImPlot: Interactive plotting library, ImGui style

ImPlot is a plotting library designed to work seamlessly with Dear ImGui, offering ImGui users a high-quality API. It is optimized for real-time data visualization and interactive plots, with minimal code integration required. ImPlot shares the same principles as ImGui, avoiding GUI state management and external dependencies. It supports a wide range of plot types, including line plots, scatter plots, bar graphs, and more. Users can customize axes, legends, plot styles, and even create persistent query ranges. ImPlot accepts various data types and provides options for logarithmic scaling and time formatting. However, it is not suitable for generating publication-quality plots.

https://github.com/epezent/implot

To top