GraphRecipes.jl icon indicating copy to clipboard operation
GraphRecipes.jl copied to clipboard

Double nodes

Open bdeonovic opened this issue 5 years ago • 0 comments

When I make plots of graphs I get double node shapes

This is the example on the readme:

image

Heres a plot I'm actually trying to make:

image

julia> versioninfo()
Julia Version 1.4.2
Commit 44fa15b150* (2020-05-23 18:35 UTC)
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: AMD Phenom(tm) II X6 1055T Processor
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-8.0.1 (ORCJIT, amdfam10)
Environment:
  JULIA_EDITOR = "C:\Program Files\Microsoft VS Code\Code.exe"
  JULIA_NUM_THREADS = 1

julia> pkgs["Plots"]
v"1.3.6"

julia> pkgs["GraphRecipes"]
v"0.5.4"

bdeonovic avatar Jun 02 '20 19:06 bdeonovic