Commented Unassigned: Groups repositioning [24493]
Hello,I am trying to visualize a company value chain with NodeXL. It works well thus far. At the moment, I am trying to reposition the vertex groups I created. Each group is automatically assigned a...
View ArticleNew Post: NodeXL does not install correctly
Hi Tony, I tried installing again and this time it installed some Visual Studio stuff, which it hadn't in my other attempts, and is now working fine. I'm sorry for bugging you. Peter
View ArticleNew Post: NodeXL does not install correctly
I'm glad it's working, Peter. Thanks for letting me know. -- Tony
View ArticleCommented Unassigned: youtube data doesn't import completely [24491]
I've been using the "import from youtube video network" feature to create lists of all of the videos posted by a particular organization. I put in their youtube username, and a list of their videos...
View ArticleNew Post: Problem with duplicate vertices
Hi. First of all, great work! I´ve been using the Excel template for a while and I love it. Now, however, I´m trying to work the functionality into a Windows forms application (vb.net) and have...
View ArticleCommented Unassigned: youtube data doesn't import completely [24491]
I've been using the "import from youtube video network" feature to create lists of all of the videos posted by a particular organization. I put in their youtube username, and a list of their videos...
View ArticleNew Post: Problem with duplicate vertices
Never mind, I solved it. For anyone with the same issue:Dim Dictionary As New Dictionary(Of String, IVertex) If oVertices.Contains(ENID1) Then For Each kvp As KeyValuePair(Of String, IVertex) In...
View ArticleNew Post: Problem with duplicate vertices
Two vertices are two vertices. Their identities cannot change (hence the read-only nature of their ID properties) and they cannot be merged. You populate a NodeXL graph by adding unique vertices to the...
View ArticleNew Post: Problem with duplicate vertices
Our posts crossed paths. Your approach is somewhat similar to what I suggested, but you are not using the Dictionary correctly. By iterating through it you are defeating its purpose, which it to...
View ArticleNew Post: Creating Groups?
Dear Tony,Can I "create groups" from my closed network data? Please let me explain. First, I have asked my mothers with children 0-5years in Epau community (closed network) to nominate who they would...
View ArticleCreated Unassigned: Name/ID Search Keeps Loading Endlessly [24507]
When I type in a facebook account name in the Name/ID field it keeps showing the spinning loading symbol instead of displaying the possible account names. My internet connection is fine so that's not...
View ArticleCommented Unassigned: youtube data doesn't import completely [24491]
I've been using the "import from youtube video network" feature to create lists of all of the videos posted by a particular organization. I put in their youtube username, and a list of their videos...
View ArticleNew Post: Creating Groups?
Networks in NodeXL operate at two levels: vertices and groups (of vertices). You can (and should) encode each different relationship between entities as an "edge" in the Edges worksheet. Each edge can...
View ArticleNew Post: Problem with duplicate vertices
Hi Tony, thanks for your reply. The posted code is not what I will use, I will rewrite it for efficiency once I move it to its proper module. But thanks for your advice on using the dictionary, I am...
View ArticleCommented Unassigned: Name/ID Search Keeps Loading Endlessly [24507]
When I type in a facebook account name in the Name/ID field it keeps showing the spinning loading symbol instead of displaying the possible account names. My internet connection is fine so that's not...
View ArticleCommented Unassigned: youtube data doesn't import completely [24491]
I've been using the "import from youtube video network" feature to create lists of all of the videos posted by a particular organization. I put in their youtube username, and a list of their videos...
View ArticleNew Post: I am a beginner--am trying to enter manual twitter hashtag and it...
Hello, Sherrie: I assume that you typed information into NodeXL's Edges worksheet, clicked the Show Graph (or Refresh Graph) button, and nothing appeared in the graph pane on the right side of the...
View ArticleNew Post: I am a beginner--am trying to enter manual twitter hashtag and it...
Hi TonyThank you for contacting me! Show Graph and Refresh Graph don't work.I entered the data underneath the edges that were calculated from the follower/follow data.Do I need to erase that and only...
View ArticleNew Post: I am a beginner--am trying to enter manual twitter hashtag and it...
Ah...by A3 you mean row 3 in column A and row 3 in column b. I will try erasing the earlier stuff and have only the twitter stuff in those columns and see if that works.
View ArticleNew Post: I am a beginner--am trying to enter manual twitter hashtag and it...
Sherrie: A3 and B3 are examples of how you refer to individual cells in an Excel worksheet. "A3" means the cell in row 3 of column A, for example. But you can ignore that for now, because I...
View Article