About 89 results
Open links in new tab
  1. Trying to use ImPlot to plot some graphs, failing hard. - Reddit

    Sep 28, 2021 · Probably the fastest way to do that is to use something like my ImFrame library, which is designed to get Dear ImGui and ImPlot up and running inside an app with minimal fuss and bother. …

  2. How do I specify the bar colors in ImPlot::DrawBarGroups?

    Oct 8, 2022 · An important thing for future readers. Since there is (or I haven't found) any other post here or on GitHub on how to add custom colors for LinePlot. And I spent almost the whole day trying …

  3. Newest 'implot' Questions - Stack Overflow

    Feb 23, 2023 · Tilted, vertical text for ticks on X axes for my plots When setting up labels for ticks on my X axes: ImPlot::SetupAxisTicks (ImAxis_X1, positions, COUNTC, labels); I would like those to be …

  4. How do I properly draw an ImPlots plot into a imgui-node-editor node?

    Feb 19, 2025 · I'm working on a project that uses nodes and plots. I chose to use ImGui alongside ImPlots and imgui-node-editor. https://github.com/ocornut/imgui (Docking branch ...

  5. ImPlot: Advanced 2D Plotting for Dear ImGui : r/cpp - Reddit

    May 9, 2020 · 275K subscribers in the cpp community. Discussions, articles and news about the C++ programming language or programming in C++.

  6. ImPlot, missing SetNextPlotLimits? : r/cpp_questions - Reddit

    Apr 21, 2023 · ImPlot is a addon to ImGui so if you do not already have an ImGui application you won't be able to use it.

  7. How to label ticks in imgui when limits are not clearly specified?

    Oct 17, 2023 · ImPlot::SetupAxisLimits(ImAxis_X1,mPassedTime - mPlotInfo.X_SECOND, mPassedTime, ImGuiCond_Always); ImPlot::SetupAxisTicks(ImAxis_X1, mXTimeTicks, …

  8. Seaborn lmplot with equation and R2 text - Stack Overflow

    Mar 26, 2022 · It can't be done automatically with lmplot because it's undefined what that value should correspond to when there are multiple regression fits (i.e. using a hue, row or col variable. But this is …

  9. ImGui & ImPlot custom drawing and rendering capabilities.

    Oct 5, 2023 · ImGui & ImPlot custom drawing and rendering capabilities. Greetings everyone, I am primarily a C# developer and today I am confronted with a difficult decision. Here's the situation: I am …

  10. Tilted, vertical text for ticks on X axes for my plots

    Feb 23, 2023 · When setting up labels for ticks on my X axes: ImPlot::SetupAxisTicks(ImAxis_X1, positions, COUNTC, labels); I would like those to be rendered vertically, or rotated with a specific …