Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vertex.lwd cannot equal 0 in render.animation #33

Open
sbellan61 opened this issue Mar 12, 2018 · 0 comments
Open

vertex.lwd cannot equal 0 in render.animation #33

sbellan61 opened this issue Mar 12, 2018 · 0 comments

Comments

@sbellan61
Copy link

sbellan61 commented Mar 12, 2018

though it works fine in render.d3movie. See below:

test<-network.initialize(2)
add.edges.active(test,1,2,onset=0,terminus=1)
render.animation(test, vertex.lwd=0)
render.d3movie(test, vertex.lwd=0)

error is

Error in polygon(coord, border = border[i], col = col[i], lty = lty[i],  : 
  invalid value specified for graphical parameter "lwd"

Perfectly fine workaround is any really small lwd value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant