Released: NodeXL Excel Template, version 1.0.1.238 (Apr 08, 2013)
The NodeXL Excel template displays a network graph using edge and vertex lists stored in an Excel 2007 or Excel 2010 workbook. Please help support the development of NodeXL with your donation.What's...
View ArticleUpdated Release: NodeXL Excel Template, version 1.0.1.238 (Apr 08, 2013)
The NodeXL Excel template displays a network graph using edge and vertex lists stored in an Excel 2007 or Excel 2010 workbook.Please help support the development of NodeXL with your donation.What's...
View ArticleNew Post: image get locked when assigned as node shape
Hi, We are using NodeXL library latest version for windows(c#) for a year now. It works quite good for us. But we struck somewhere when we assigned image as node shape. We actually using following code...
View ArticleNew Post: Problem using old version for research before official termination...
Hello! As Tony notes, you may have a brief window to run 234 before the 11th of June. Good luck! I agree that the followers edge is useful and the loss of this data damages many research efforts....
View ArticleNew Post: Problem using old version for research before official termination...
Just to clarify, the Twitter 1.0 API hasn't been turned off yet; it's still running but is returning bad (empty) results. When they finally do turn off the API, which is scheduled for June 11, an error...
View ArticleNew Post: Problem using old version for research before official termination...
Thanks so much for your help, guys. Do you think the problem with v. 238 constantly only providing partial networks is on my end, or do you think it's just consistently bad luck? Haha, what bad timing...
View ArticleUpdated Wiki: CompleteReleaseHistory
Complete NodeXL Release History1.0.1.244 (In progress) Bug fix: In the Twitter networks, if you checked "Expand URLs in tweets" and a malformed URL was provided by Twitter, you would get a "Partial...
View ArticleUpdated Wiki: CompleteReleaseHistory
Complete NodeXL Release History1.0.1.244 (In progress) Bug fix: In the Twitter networks, if you checked "Expand URLs in tweets" and a malformed URL was provided by Twitter, you would get a "Partial...
View ArticleNew Post: Problem using old version for research before official termination...
David: There are at least two problems that lead to the "partial network" messages you were seeing. One of them will be fixed in the next release of NodeXL. Here is the release note for that one:"Bug...
View ArticleNew Post: A technical question about edge visualization
I assume that you are using NodeXL's Autofill Columns feature and you are specifying that you want Edge Color autofilled using a particular column. I'm not clear on the rest of it, though. Please tell...
View ArticleNew Post: image get locked when assigned as node shape
Because of the way you are loading the image from the file, WPF retains a reference to the file. That prevents the file from being deleted. You don't need to create a copy of your file, so you can get...
View ArticleNew Post: image get locked when assigned as node shape
using System; using System.Windows.Media.Imaging; using System.IO; namespace ConsoleApplication1 {class Program { static void Main(string[] args) { const String FilePath = @"T:\Temp\Temp.jpg";...
View ArticleNew Post: image get locked when assigned as node shape
Note that with my suggested solution you probably won't have to call File.Delete(), because you won't be making a temporary copy of the file selected by the user. -- Tony
View ArticleNew Post: Problem using old version for research before official termination...
Tony, Thanks again. I'll be sure to post the details here when the error inevitably happens again once I return to v. 238 on the 11th. David
View ArticleNew Post: overall matrics for each group, total number of ties for a node,...
Hello! Your response to these questions are very much appreciated (previous help from the coordinators were very helpful - thank you guys!). Here are my questions (hopefully I'm not mixing up...
View ArticleNew Post: A technical question about edge visualization
Does the column contain categories ("Positive" and "Negative") or numbers (2, -4, 5)? I record pos/neg to 1/0. If A interacts with B twice, are there two edges between A and B, or just one edge? two...
View ArticleNew Post: Save image to file
Well, the tip window somes keeps stable, sometime twinkles, sometime disappears.I agree it may be due to my usage habit, moving too fast or too slow?You can check the snap. Best,ZC
View ArticleNew Post: overall matrics for each group, total number of ties for a node,...
Hello! Thank you for your interest in NodeXL. I will try to reply to each of your questions: (i) You can find Group level statistics on the Groups worksheet. This worksheet contains the same data as...
View ArticleNew Post: overall matrics for each group, total number of ties for a node,...
It is amazing that you and the rest of the core leaders take the time to answer each and every question posted (no matter how silly such questions may be, including probably few of my own!). So, for...
View ArticleNew Post: Problem using old version for research before official termination...
Okay guys, I went back to v. 238 while the older version's functionality was still down. I tried to run a search for 2500 tweets (since I need 1000 vertices and this number seems appropriate), and got...
View Article