Skip to content

How can I control the output plot size in Juno's Plots pane? #94

Closed
@AnselmJeong

Description

@AnselmJeong

I've been using GraphPlot.jl in Juno IDE environment (add-on on ATOM).

The output from gplot() command in Juno's Plots pane is so small so that it is hard to identify node or edge labels.
Unlike ordinary output from plot() command, zoom in or zoom out options are disabled.
I cannot find any arguments in gplot() to control the overall size of the output plot. Do you know how?

g = graphfamous("karate")
gplot(g)

image

Thanks in advance…

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions