-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[enchancement] more options for the edges' endings #1993
Comments
@kagestrife Good Idea! What kind of symbols would you like/need? |
@mojoaxel Hi and sorry for the late response, I was on vacation and could not comment ASAP. About the edges' endings, what I would like to be added is an " O ", an " X ", a " | ", a rectangular and maybe a tail " < ". Let me know if it is doable, and thank you for the help. If I come up with other ideas, I will let you know. |
@kagestrife Do you maybe have any demo chart for this kind of biological data? We would need to create an example for this and "real" data would be nice. This enhancement could be done in about 1-3 hours. If I see a nice use case for this maybe I'm willing to spend the time ;-) |
@mojoaxel It's a particular algorithm that needs this set of icons. An example of a graph like this is: https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQRB1FsCKIoUPKIhSTGNiFMR2BrITt9bxhBZB7ul3dfzx3gSUtabw Where instead of circles, X's or |'s might be needed. Also, let us know when the updated version is available. A simple short example on how to use it, would be more than helpful as well. |
@kagestrife Is this an official diagram type? Has this type maybe even a name? Where is it used? I'm asking because it would be much more interesting to provide a often used diagram type instead of implementing something just for you :-) |
@mojoaxel Yes, its an official diagram type and its called "Partial Ancestral Graphs". |
I still have problems finding a definition or something about these "Ancestral Graphs". There are no examples of the symbols you described. I could take the time to implement this new feature but I would need a specific definition what kind of symbols you want to use and what they should represent. If that is just something for one specific project, than you must find another way (e.g. drawing an the chart yourself). Sorry. |
@mojoaxel , Thanks for your answer. What we need exactly, is just a different ending point (a small circle instead of an arrow) for some of our network edges, regardless of the type of the network or the method being used. Thanks a lot for your time and regards. |
I'll try to look into this. But I can't promise to do that in the next days... |
this is actually a duplicate of #1444 , but lets keep it open until @kagestrife has what he needs. |
@kagestrife The edge ending "circel" is now implemented in the "develop" branch. Can we close this issue or do you need more edge endings? |
@mojoaxel I think for the time being we do not need anything else. Thanks for the help. |
Other than just an arrow, could we get a circle, a rectangular, etc? This may be trivial, but it's a really important feature, due to the use of different symbols in various graphical standards (i.e. in biology).
I am using the visNetwork library (R Shiny) and the mods there directed me here, to the vis repository.
The text was updated successfully, but these errors were encountered: