Skip to content

node colors not saving to .pdfΒ #156

@SimonEnsemble

Description

@SimonEnsemble

oddly the node colors are not saving when I save to .pdf.

after

gp = gplot(SimpleGraph(xtal.bonds), 
	       nodefillc=node_colors, 
	       nodestrokec=colorant"black", 
	       nodestrokelw=0.5)

what Pluto.jl displays:
image
after

draw(PDF("IRMOF-1_graph.pdf", 12cm, 12cm), gp)

what the .pdf looks like:
image

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