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

wiered edge identification #27

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 0 comments
Open

wiered edge identification #27

GoogleCodeExporter opened this issue Mar 16, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

I'm using rggobi (version: 2.1.8-4)with R (version: 2.6.2). Using ggobi to
draw edges between nodes and identify them, I saw some weird behavior:

In R, I call ggobi by the following command:
Mtmp <- matrix(runif(120), ncol=2)
rownames(Mtmp) <- paste("V", 1:nrow(Mtmp), sep="")
Etmp <- matrix(c(4,52,39,53,41,54,41,55,41,2), byrow=TRUE, ncol=2)
g <- ggobi(Mtmp)
edges(g$Mtmp) <- Etmp

Now, in ggobi, I make edges display using Ctrl-L and turn on Identify
(Ctrl-I). If I put my mouse cursor over the node "V4", an unrelated edge is
highlighted. 

Did I something wrong? I will appreciate your help.

Thanks,
Jong 

Original issue reported on code.google.com by yya...@gmail.com on 9 Apr 2008 at 2:58

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

No branches or pull requests

1 participant