gexf icon indicating copy to clipboard operation
gexf copied to clipboard

GEXF Format Specifications

Results 11 gexf issues
Sort by recently updated
recently updated
newest added

Related to https://github.com/graphology/graphology/issues/497 It seems to me the specs are not particularly precise regarding what the `` section should accept, but the xsd schema seems to indicate you should only...

The meta lacks a proper title

Something I forgot to mention, we've modified the array support. The 1.2 format supports something called a "liststring" which is basically an array of strings and would be able to...

enhancement

[NetworkX](https://networkx.org/) is the goto Python library for graph manipulation and already has a [GEXF import/export](https://networkx.org/documentation/stable/reference/readwrite/gexf.html). ### Definition of done - Import/Export are fully 1.3 compatible (based on what is possible...

enhancement

I understand that GEXF's design is mostly done around Gephi, nonetheless, it may be a good idea to try to keep track of other Graph XML formats providing similar support....

gexf 1.3 could change to xml 1.1. I think it should be the default, but we'll have to make sure that this doesn't interfere with xml1.0 dates e.g. when importing...

enhancement

@mbastian wrote > - Add a “timerepresentation” enum in : The value would either be “interval” or “timestamp”. Interval would the default so we’re backward compatible. This configures the way...

question

Hi, the wiki is really nice to read and use. I've just found that it was a good practice to add the ```count``` attribute on ```nodes```. It could be nice...

enhancement

No proper reference to the slice mode is contained in the primer

enhancement

This 1.3.1 proposal aims at adding to GEXF data to document graph drawing with legend and title. GEXF viewer tools (such as https://gitlab.com/ouestware/retina/) can't so far indicate what is the...