Skip to content

Is there a good implot-style source (D3, etc) to template adding additional charts - treemaps, pyramid plots, network graphs, etc? #230

@dgm3333

Description

@dgm3333

I'm converting a program from a pure win32 app to imgui, and wondering what the best way to add additional plot types?
eg is implot is templated from some other library which might include these graphs (D3, etc) so I could copy them and ease the process?
[EDIT: I figured out the pyramid plot is created with a horizontal bar plot with shift set to 0 - so have already replicated that]

I'd be happy to share my original cpp code to draw these plots but it's horrible as it's some years old and some of the views are hardcoded and they will need a rewrite to be library friendly

image
image
image
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions