Skip to content

plot.Node does not pass through elipses to render_graph #109

@jsta

Description

@jsta

Running the following does not produce a plot with a title:

data(acme)
plot(acme, title = "Testing 123")

Pulling out the code from plot.Node does produce a plot with a title:

graph <- ToDiagrammeRGraph(acme, "climb", NULL)
DiagrammeR::render_graph(graph, output = "graph", title = "Testing 123")

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