Skip to content
Discussion options

You must be logged in to vote

tar_visnetwork() has no argument to remove the legend, but you can do something like this:

graph <- tar_glimpse()
graph$x$legend <- NULL
print(graph)

If you're generating graphs to document your project, then static visuals from tar_mermaid() are another nice option. tar_mermaid() does support a legend argument.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@williamorim
Comment options

Answer selected by williamorim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants