New Post: Mysterious extra box by every vertex
Thanks, Tony. I had a cursory look at it and I'll recompile it with the changes over the weekend. I'm keen to nail the original problem as well so I'll grab a look at that while I'm at it. Cheers, and...
View ArticleNew Post: Mysterious extra box by every vertex
Marcus: If you figure out the root cause of the problem and what needs to be modified in NodeXL to fix it, please let me know! Thanks, Tony
View ArticleNew Post: Mysterious extra box by every vertex
If I change it to: if (drawBackground) { DrawLabelBackground(drawingContext, graphDrawingContext, formattedText, formattedTextColor, m_btBackgroundAlpha, new Point(dLabelBoundsLeft, dLabelBoundsTop));...
View ArticleNew Post: Mysterious extra box by every vertex
The following appears to fix the issue ('works on my machine'). I've tried it with various VertexLabelPosition settings and it's adjusted itself to the border correctly when necessary.// Don't let the...
View ArticleNew Post: Filter vertices based on edge filter
I am very new with the tool, I am loving it so far, but I can't figure out how to do what I thought would be a fairly simple task. I have filtered vertices based on Supervisor, a column in the vertices...
View ArticleNew Post: Filter vertices based on edge filter
Hello! Thanks for the interest in NodeXL. I may need more information to address your question. Which version are you using? A recent update (v.236) changed the way NodeXL handles a vertex that no...
View ArticleNew Post: Filter vertices based on edge filter
Hi Marc, Thanks for the quick response. I was running v.229 so I applied the upgrade. I am not sure if v.236 helped me. The .v236 update works via an Edge property. I am filtering on a Vertex property,...
View ArticleNew Post: Filter vertices based on edge filter
In order to filter edges by a property, we will need to add that property to the Edges worksheet. That could be done with your existing workbook (I think) by using a VLOOKUP. We could add a column to...
View ArticleNew Post: Filter vertices based on edge filter
Hi Marc, It WORKED! Thanks. I ended up adding 2 columns in the Edge workbook, Supervisor_in and Supervisor_out then used the VLOOKUP to populate them. Thanks for your help! Melissa
View ArticleNew Post: Importing raw data to NodeXL
Hello, I have a similar problem. My program is generating a list of edges in the network which I would like to analyse using NodeXL automatically. But my code is in Java. Is there a way I can give my...
View ArticleNew Post: Importing raw data to NodeXL
Please clarify what you mean by "analyse using NodeXL automatically." I understand that you have a Java program that creates an edge list. If you could add a button to your program that would do...
View ArticleNew Post: How to specify the time period for data collection from Twitter...
Hi Marc,I have one additional question regarding the data collected through NodeXL. I am wondering if I can combine data which were collected from different dates. For example, I collected data on...
View ArticleNew Post: How to specify the time period for data collection from Twitter...
Hello! NodeXL does not have an automated merge function because not all networks can be concatenated sensibly. You may find this thread to be useful, it covers a similar task:...
View ArticleNew Post: question about importing from "Twitter Search Network"
Hi, I downloaded Twitter data with a search word, but the edge list displays self-loops for re-tweets and mentions. Follower relationships look ok. For example, LaLa_Loves tweeted "RT @nytimes:...
View ArticleNew Post: question about importing from "Twitter Search Network"
Hazel: NodeXL will create an edge with a "Relationship" of "Mentions" only if the tweeter mentioned someone else in the network. Similarly, it will create an edge with a "Relationship" of "Replies-to"...
View ArticleNew Post: Importing raw data to NodeXL
Hi Tony Sorry if I'm being unclear. I have a Java code which generates a .csv file containing an edge list. I have manually imported this file into NodeXL using the Import from open workbook option and...
View ArticleNew Post: DrawGraph on Vertexdoubleclick event
Hi My objective is to draw a graph and on double clicking on any vertex should draw another graph. The code for vertex double click event is private void...
View ArticleNew Post: Importing raw data to NodeXL
Thanks, now I understand what you want to do. I don't know if there is a way to access the Excel object model from Java. When I did a search for "Excel API Java," all I came up with was something...
View Article