Updated Wiki: CompleteReleaseHistory
Complete NodeXL Release History1.0.1.300 (In progress) Bug fix: In some versions of Excel, the popup menu that appears when you right-click a cell in the Edges, Vertices and Groups worksheets did not...
View ArticleNew Post: Edge labelling on a directed graph
Hi Nodexl Team Is there any solution to this? Really essential to what I'm doing. Great product by the way, exactly what I needed. Dom
View ArticleUpdated Wiki: CompleteReleaseHistory
Complete NodeXL Release History1.0.1.300 (In progress) If you use third-party graph data importers, such as the Social Network Importer for NodeXL, you can no longer put them into a built-in PlugIns...
View ArticleUpdated Wiki: CompleteReleaseHistory
Complete NodeXL Release History1.0.1.300 (In progress) If you use third-party graph data importers, such as the Social Network Importer for NodeXL, you can no longer put the importer files into a...
View ArticleUpdated Wiki: CompleteReleaseHistory
Complete NodeXL Release History1.0.1.300 (In progress) If you use third-party graph data importers, such as the Social Network Importer for NodeXL, you can no longer put the importer files into a...
View ArticleUpdated Wiki: CompleteReleaseHistory
Complete NodeXL Release History1.0.1.300 (In progress) If you use third-party graph data importers, such as the Social Network Importer for NodeXL, you can no longer put the importer files into a...
View ArticleNew Post: Programitically download Twitter data into GraphML using NodeXL
Hi Tony, I tried the instructions above and was able to build and use the GraphDataProviders library. However, TryGetGraphDataAsTemporaryFile is no longer a method of...
View ArticleNew Post: Programitically download Twitter data into GraphML using NodeXL
I'm glad you got it to work. TryGetGraphDataAsTemporaryFile() is indeed implemented in the base class, GraphDataProviderBase, but it is called on the derived class,...
View ArticleNew Post: Programitically download Twitter data into GraphML using NodeXL
Ok, I got that part to work, it was a syntax error that had prevented it from working. I have run into a different issue - I see the error "Problem occurred while attempting to authorize NodeXL to use...
View ArticleNew Post: Programitically download Twitter data into GraphML using NodeXL
When trying the other option about using Twitter - I have a Twitter account and I have authorized NodeXL to use my account to import Twitter networks - I see the following error. The network couldn't...
View ArticleNew Post: How to get NodeXL start on Office 2013
I installed NodeXL on offcie 2013, Installation had no any problem. and then I tried input data for drawing SNA diagram. Simply, I inputed edge data and clicked show graph button. But I did't discover...
View ArticleNew Post: How to get NodeXL start on Office 2013
Hello: I'm betting that you didn't see my reply to your earlier "Not working refresh" post at http://nodexl.codeplex.com/workitem/24869 . Please take a look there. -- Tony
View ArticleNew Post: Programitically download Twitter data into GraphML using NodeXL
Sorry, I left out an important step in my previous instructions. The source code contains a "consumer key" and "consumer secret" that tell Twitter which application is making requests--NodeXL in our...
View ArticleNew Post: Two levels of representation?
Hi, I can't find a scenario that matches my data in the NodeXL manual. My data consists in small group discussions between researchers and teachers. A preliminary look at the data revealed that there...
View ArticleNew Post: Two levels of representation?
It sounds like you want to construct a two mode network of people and topics rather than a one mode network of people linked to people.In this case, replace Vertex2 with the name of a topic instead of...
View ArticleNew Post: Two levels of representation?
Thank you for the prompt reply Marc. That's what I wanted to do first but that does not allow me to map the person-to-person interaction. If I put user A in vertex 1 and Topic 1, 2, 3 in Vertex...
View ArticleNew Post: Programitically download Twitter data into GraphML using NodeXL
Thanks, I went ahead and added that. I am running into a different issue "The type or namespace name 'Util' does not exist in the namespace 'Smrf.NodeXL' (are you missing an assembly reference?)" I...
View ArticleNew Post: Two levels of representation?
You are describing two different networks.You *can* mix these edges, creating a multiplex as well as bimodal network.Add an additional column to the edges worksheet, call it "Relationship Type".You...
View ArticleNew Post: Programitically download Twitter data into GraphML using NodeXL
It sounds like you have a "using Smrf.NodeXL.Util;" statement in your application's source code. If so, you should remove that statement, because there is no such namespace. -- Tony
View ArticleNew Post: duplicate edges and betweenness
Hi, I have a dataset with many duplicate edges. Do the centrality measures (especially betweenness) take into account all of the duplicate edges in calculations, or do they just consider the duplicates...
View Article