New Post: Animate Nodes in NodeXL
Hi, I have been using NodeXL Class Library ver 1.0.1.236 in c# window based application. Is there any way we can animate particular node like jumping of node or something which highlight the node from...
View ArticleNew Post: Total count of Likes/Comments
Tom: I don't know the location of your data or exactly how you want to count it, but in general, the Excel function called COUNTIF() might be useful. It counts the number of cells in a specified range...
View ArticleNew Post: Animate Nodes in NodeXL
Rajeev: NodeXL is intended for static graphs (with some simple user interactions) and doesn't support WPF's animation features. You could try a brute-force animation that uses a timer to periodically...
View ArticleNew Post: Total count of Likes/Comments
Tony, Thanks, that got me almost all the way to what I wanted. I wanted to count the number of rows in my Edges worksheet that had a Vertex 2 value equal to the Vertex value on the Vertices worksheet...
View ArticleNew Post: How to export the XY data points once I have the graph laid out?
I just stumbled upon this wonderful tool and it has helped me greatly organize my data. Once I have the chart laid out, is there an easy way to export the XY data points to Excel? I have an automated...
View ArticleNew Post: How to export the XY data points once I have the graph laid out?
Never mind....found it under the vertices tab. You guys freaking rock!!!! Who ever you are...
View ArticleNew Post: How could we extract user/list network from public discussion forum
Hi all, Is it possible to extract user/ list network from public discussion forum by Nodexl? If yes, how? Your help and advice will be appreciated.
View ArticleNew Post: How could we extract user/list network from public discussion forum
Hello! Thank you for the interest in NodeXL! Message boards do have reply networks. However, given the large number of varieties of message boards in use we have not implemented a general message board...
View ArticleNew Post: Edge Weights
Hi All, I'm wondering whether NodeXL supports edge weights in graph building? BR
View ArticleNew Post: Edge Weights
Please see https://nodexl.codeplex.com/discussions/439498 for an explanation of where NodeXL uses edge weights. -- Tony
View ArticleNew Post: Activate NodeXL Ribbon methods by VBA for Excel
Is there any way to activate the different methods in the NodeXL Ribbon by a macro (or by Visual Basic for Excel)? I am trying to automate the import of multiple network data in the NodeXL Template and...
View ArticleNew Post: Activate NodeXL Ribbon methods by VBA for Excel
The following does not directly address the question of VB Automation of NodeXL features. However, NodeXL does provide support for automation of data collection and analysis. These posts may offer some...
View ArticleNew Post: Color for Vertices?
I have selected colors for all of my vertices (in the Visual Properties section) in the color tab. I did the same with my edges. However, when I click "refresh graph," no colors appear. I tried to do...
View ArticleNew Post: Color for Vertices?
Could it be that you have also created groups for this network? If so, try NodeXL > Analysis > Groups > Group Options > Set the "What colors should be used for the groups' vertices?" to...
View ArticleNew Post: How could we extract user/list network from public discussion forum
Dear Marc, Thank you very much for your help. I really appreciate it. I would be grateful if you just explain me how can I get reply networks in message boards. Also how can I creat an edge list? Could...
View ArticleNew Post: How could we extract user/list network from public discussion forum
The details of an edge list and how to import them into NodeXL is discussed in the book, Analyzing social media networks with NodeXL. The practical issues of collecting data from the message boards you...
View ArticleNew Post: twitter rate limit and vertex relationship??
Hi, I am trying to configure some data from twitter on posts that mention, include, tweet or retweet posts with the keywords "constitution pbs". I have done a manual search on twitter and know that...
View ArticleNew Post: twitter rate limit and vertex relationship??
Hello! It could be that you have selected the "Add an edge for each: Follows relationship (slower)." That "slower" is an understatement. Which version of the application are you running? Are you logged...
View ArticleNew Post: twitter rate limit and vertex relationship??
The map of the Twitter search network query for constitution pbs is here:http://nodexlgraphgallery.org/Pages/Graph.aspx?graphID=4532
View ArticleNew Post: Activate NodeXL Ribbon methods by VBA for Excel
I tried to do that once and failed. The custom tab that NodeXL adds to the Ribbon is inaccessible from VBA, as far as I can tell. -- Tony
View Article