nice! any way to obtain an unstable current version? later than the current 573?
Sure this helps! 1. i suppose this does not apply in version 5.4, but only later versions (i do not see the "tooltips display parameters") 2. can I keep the feature in the static image generated (snapshot)?
possibly off topic: i would like to generate an image of my graph clickable, with info on nodes while hovering the image; I'm probably dreaming but who knows? Would we have a solution with tulip?
AppImage 573 Segmentation fault (core dumped)
HUGE thanks Patrick, so OK I remove the Tulip 5.4 coming from the Ubuntu deb official...
I've been working on this graph for some time, saved it with the same name, and now, this version of the graph crashes Tulip in versions 4.5 and 4.7.1 What went wrong? What could I do to retrieve my work ? Since I see in previous post that you realised a marvellous reparation :) Thanks Patrick n advance...
I've been working on this graph for some time, saved it with the same name, and now, this version of the graph crashes Tulip in versions 4.5 and 4.7.1 What went wrong? What could I do to retrieve my work ? Since I see in previous post that you realised a marvellous reparation :) Thanks Patrick n advance...
thnks Patrick, will investigate this...
While it works fine on my laptop, it crashes at the office; below is the error messages. What else can I provide to find the issue? Many thnks and warm hello Patrick :) (base) lhostis@loustix:~/Documents/Travail/Logiciels/Tulip$ ./Tulip-5.7.1.AppImage Perspective running in standalone mode TLP_PLATEFORM linux TLP_ARCH x86_64 TLP_COMPILER gcc TLP_VERSION 5.7.1 TLP_STACK_BEGIN #00 0x00007f67303f6c43 in llvm::APInt::countLeadingZerosSlowCase() const (+0x23) from /lib/x86_64-linux-gnu/libLLVM-15.so.1...
This is it, here comes my working solution. In my previous code there was a mistake in the naming of the property, I made a mistake in typing an 'U' instead of an 'u'. In the end, the code that works is here: ~~~ node_label = graph.getStringProperty("urbanAgglomeration") node_city_code = graph.getIntegerProperty("cityCode") sourceP = graph.getIntegerProperty("edge_source") targetP = graph.getIntegerProperty("edge_target") sourceL = graph.getStringProperty("source_label") targetL = graph.getStringProperty("target_label")...
This is it, here comes my working solution. In my previous code there was a mistake in the naming of the property, I made a mistake in typing an 'U' instead of an 'u'. In the end, the code that works is here: ~~~ node_label = graph.getStringProperty("urbanAgglomeration") node_city_code = graph.getIntegerProperty("cityCode") sourceP = graph.getIntegerProperty("edge_source") targetP = graph.getIntegerProperty("edge_target") sourceL = graph.getStringProperty("source_label") targetL = graph.getStringProperty("target_label")...
Immensely useful dear Benjamin! I made huge steps in understanding tulip graphs. I am geting so close to the desired output, but not yet there: node_label = graph.getStringProperty("UrbanAgglomeration") sourceP = graph.getIntegerProperty("edge_source") targetP = graph.getIntegerProperty("edge_target") sourceL = graph.getStringProperty("source_label") targetL = graph.getStringProperty("target_label") for e in graph.getEdges(): source, target = graph.ends(e) sourceP[e] = source.id targetP[e] = target.id...
Immensely useful dear Benjamin! I made huge steps in understanding tulip graphs. I am geting so close to the desired output, but not yet there: node_label = graph.getStringProperty("UrbanAgglomeration") sourceP = graph.getIntegerProperty("edge_source") targetP = graph.getIntegerProperty("edge_target") sourceL = graph.getStringProperty("source_label") targetL = graph.getStringProperty("target_label") for e in graph.getEdges(): source, target = graph.ends(e) sourceP[e] = source.id targetP[e] = target.id...
Immensely useful dear Benjamin! I made huge steps in understanding tulip graphs. I am geting so close to the desired output, but not yet there: node_label = graph.getStringProperty("UrbanAgglomeration") sourceP = graph.getIntegerProperty("edge_source") targetP = graph.getIntegerProperty("edge_target") sourceL = graph.getStringProperty("source_label") targetL = graph.getStringProperty("target_label") for e in graph.getEdges(): source, target = graph.ends(e) sourceP[e] = source.id targetP[e] = target.id...
Immensely useful dear Benjamin! I mage huge steps in understanding tulip graphs. I am geting so close to the desired output, but not yet there: node_label = graph.getStringProperty("UrbanAgglomeration") sourceP = graph.getIntegerProperty("edge_source") targetP = graph.getIntegerProperty("edge_target") sourceL = graph.getStringProperty("source_label") targetL = graph.getStringProperty("target_label") for e in graph.getEdges(): source, target = graph.ends(e) sourceP[e] = source.id targetP[e] = target.id...
Dear Benjamin, since nodes have labels, they also can have custom propoerties, right? My nodes have a ccustom property called UrbanAgglomeration where labels are stored and CityCode . This is where the info I am looking for resides. My question is how to complete the src and tgt fields in the spreadsheet view and then in export witht these infos?
I tested witht the command: alain@PDXP13-D61NHR2:~/Documents/Logiciels/Tulip$ QT_SCALE_FACTOR=2 Tulip-5.3.1.AppImage It sends no error, good but then launch the appImage and the result is the same, too small icons
worked with QT_SCALE_FACTOR=2 ./Tulip-5.3.1.AppImage many thanks Patrick!! Long life to Tuilp!
the problem is that now it seems to run (no errors) but has no effect. I also tried to loop on edges instead of nodes, and still the property OriNodeLabel remains empty. In addition, what could be the instruction to populate the other extremity DesNodeLabel? In addition, this instruction seems to only copy the content of the property in another column of edges, the issue is that the intial colm=umn is now empty in edges view, this is probably why nothin occurs? I attach my graph.
the problem is that now it seems to run (no errors) but has no effect. I also tried to loop on edges instead of nodes, and still the property OriNodeLabel remains empty. In addition, what could be the instruction to populate the other extremity DesNodeLabel? In addition, this instruction seems to only copy the content of the property in another column of edges, the issue is that the intial colm=umn is now empty in edges view, this is probably why nothin occurs?
the problem is that now it seems to run (no errors) but has no effect. I also tried to loop on edges instead of nodes, and still the property OriNodeLabel remains empty. In addition, what could be the instruction to populate the other extremity DesNodeLabel?
there was an error in your proposal, we are dealing with strings here, not with Integers. This works: graph.getStringProperty("UrbanAgglomeration") for n in graph.getNodes(): graph["OriNodeLabel"][n] = graph["UrbanAgglomeration"][n]
with for n in graph.getNodes(): graph["OriNodeLabel"][n] = graph["UrbanAgglomeration"][n] starting at line 55 in the predefined script, I get an error Exception: Error : Unable to get node data as no graph property has been created through that proxy.
Hi Guy and Patick so true, long time no see but still regular Tulip user :) Something is evidently wrong in my script, I am sure you will immediately detect my error: for n in graph.getNodes(): graph["OriNodeLabel"][n] = n.UrbanAgglomeration In my graph I have introduced a new property called "OriNodeLabel" and in it I want to store the existing propery called "UrbanAgglomeration" I get an error: AttributeError: 'node' object has no attribute 'UrbanAgglomeration' In addition I do not perceive the...
Hi Guy and Patick so true, long time no see but still regular Tulip user :) Something is evidently wrong in my script, I am sure you will immediately detect my error: for n in graph.getNodes(): graph["OriNodeLabel"][n] = n.UrbanAgglomeration In my graph I hae introduced a new property called "OriNodeLabel" and in it I want to store the existing propery called "UrbanAgglomeration" I get an error: AttributeError: 'node' object has no attribute 'UrbanAgglomeration' In addition I do not perceive the...
worked with QT_SCALE_FACTOR=2 ./Tulip-5.3.1.AppImage many thanks Patrick!! Long life to Tuilp!
I tested witht the command: alain@PDXP13-D61NHR2:~/Documents/Logiciels/Tulip$ QT_SCALE_FACTOR=2 Tulip-5.3.1.AppImage It sends no error, good but then launch the appImage and the result is the same, too small icons
I generated a graph in Tulip, I have custom node Id (long code + label + etc). What I want is to generate a csv table where these info would be clearly shown (and not only the internal Tulip id of nodes). Here are the coluns I want to see: id origin node, code orig node, label orig node, id dest node, code dest node, label dest node
I have a screen with high DPI (a Dell XPS 13) and Ubuntu. I want to use Tulip 5 The application window is not practicaly usable because toolbars and icons are too little to be seen How to deal with this and increase toolbars size?
Hello all, I want to produce an image with many large three d cones as nodes. They...
Dear tulipists, all is said in the title, I would like to draw nodes (cities) as...
Dear tulipists, all is said in the title, I would like to draw nodes (cities) as...
Hello summer tulipists, I want to view very detailed GPS tracks in geogrpahical view....
Dear Antoine, if I get it right, I should code the lat/lon control points of the...
effectively I see that the tulip executable file in /usr/local/bin was created the...
Dear Antoine, I have compiled and installed the trunk version, but when I type 'tulip'...
much better this way better because the 1.4 Go snapshot zip file arrived corrupted...
much this way better because the 1.4 Go snapshot zip file arrived corrupted on my...
Dear antoine, these are excellent news back form a few days in vacation!! Please...
The problem worsens I have multiplied lat and lon by the factors that apparently...
nice when it works, but more problems to come (in a new thread!)
Dear all, I have produced a tlp file with GPS data in it. It is GPS tracks of cyclists...
ah I solved my problem apparently less contact points did not solve the issue, but...
Dear Guy, I will try to get rid of control points too close one to each other, this...
Dear Guy, I will try to get rid of control points too close one to each other, this...
Dear all, I have generated a tlp file out of GPS data. Edges have a layout following...
All is said in the title, I can manage to compile and run Tulip 4.9 with the 'sudo...
Dear Benjamin, valuable suggestion, but I am not at ease with scripts in Tulip. I...
Ok Benjamin, this what I want to achieve, have edges with layout given by GPS points...
Dear Tulipists I have a dataset of GPS tracks of bikes (first lines given below)....
Dear Guy, it's a pity Tulip does not have the Dijsktra algorithm in it, I thought...
Hello tulip folks, I want to draw a network with edges size showing the enumber of...
Hello tulip folks, I want to draw a network with edges size showing thr enumber of...
Ah, last compile was ages ago, like in 2013, and only for tulip I downloaded sources...
Hello Tulip people I am following the instruction of INSTALL.linux to compile tulip...
Hello Tulipers, I found a problem in the Edge bundling algorithm. It crashes when...
Hello Tulipers, I found a problem in the Edge bundling algorithm. It crashes when...
I have been able to reproduce this crash on a tulip 4.6 compiled by myself on ubuntu...
effectively this behaviour does not happen in a tulip 4.6 compiled for ubuntu 14.04!...
needed packages for a fresh 14.04 compile, in addition to those asked in the install...
needed packages for a fresh 14.04 compile, in addition to those asked in the install...
needed packages for a fresh 14.04 compile, in addition to those asked in the install...
I am compiling Tulip in 14.04 on another machine and have to migrate to 14.04 on...
did what you suggested uploaded a Random General Graph produced in 4.6 Edge bundling...
did what you suggested uploaded a Random General Graph produced in 4.6 Edge bundling...
for debuging purposes some elements in the terminal after crash (tulip_perspective:20016):...
a work around 1 create graph using tulip 4.6 2 generate a geoview 3 store viewlayout...
a work around 1 create graph using tulip 4.6 2 generate a geoview 3 store viewlayout...
Tulip 4.6 Edge bundling problem
the exact same steps you indicate in the video crashes my Tulip where can be the...
this is solved in tulip 4.6 thanks tulip developers!
happens also in tulip 4.6 ubuntu 13.10
1 finally stopped using the script 2 asked my local unix specialist 3 simply followed...
1 finally stopped using the script 2 asked my local unix specialist 3 simply followed...
1 finally stopped using the script 2 asked my local unix specialist 3 simply followed...
1 finally stopped using the script 2 asked my local unix specialist 3 simply followed...
1 finally stopped using the script 2 asked my local unix specialist 3 simply followed...
reading again your message, it still seems ambiguous to me, possibly because English...
reading again your message, it still seems ambiguous to me, possibly because English...
reading again your message, it still seems ambiguous to me, possibly because English...
reading again your message, it still seems ambiguous to me, possibly because English...
couldn't find the compile output file, but I saw yesterday it stopped around 40%...
couldn't find the compile output file, but I saw yesterday it stopped around 40%...
couldn't find the compile output file, but I saw yesterday it stopped around 40%...
couldn't find the compile output file, but I saw yesterday it stopped around 40%...
couldn't find the compile output file, but I saw yesterday it stopped around 40%...
couldn't to find the compile output file, but I saw yesterday it stopped around 40%...
the problem remains tried to find the missing package and did not succeed even the...
the problem remains tried to find the missing package and did not succeed even the...
the problem remains tried to find the missing package and did not succeed even the...
the problem remains tried to find the missing package and did not succeed even the...
ah.... a big mistake while downloading the file from the web... now running real...
ah.... a big mistake while downloading the file from the web... now running real...
ah.... a big mistake while downloading the file from the web... now running real...
ah.... a big mistake while downloading the file from the web... now running real...
6 means line 6? this is this one <html lang="en" class=""> enigmatic to me...
if it would allow me to run tulip, that would be great so you can no more help me...
was using the classical terminal of Ubuntu now trying with zsh... exactly the same...
ok, did that and now: ./setup.sh: 6: ./setup.sh: Syntax error: newline unexpected...
ok, did that and now: ./setup.sh: 6: ./setup.sh: Syntax error: newline unexpecte...