Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add wrapper for imgui PlotLines widget #50

Merged
merged 1 commit into from
May 7, 2020

Commits on May 7, 2020

  1. add wrapper for imgui PlotLines widget

    This patch only wraps the PlotLines widget from imgui, but the histogram
    and other plotting widgets could be wrapped also.
    
    This also adds an example in examples/plot showing both g.PlotLines()
    and g.PlotLinesV().
    
    Future work: the imgui plotting widget is a little limited, it would be
    nice for GIU to support a more robust plotting system. This could
    perhaps be done from scratch based on a Canvas widget, possibly by
    writing a back-end for gonum/plot.
    charlesdaniels committed May 7, 2020
    Configuration menu
    Copy the full SHA
    10e22a0 View commit details
    Browse the repository at this point in the history