How does one save a graph as graphml? Graph.save makes no mention of it,
and changing the file extension to graphml causes a ValueError: cannot
determine file format.

I didn't see anything elsewhere in the docs.

Elliot
On Jul 18, 2014 9:03 AM, "Tiago de Paula Peixoto" <[email protected]> wrote:

> On 07/18/2014 01:31 AM, ... wrote:
> > In the following, I noticed the data type of the property map changes.
> > Any ideas what is going on?
>
> Yes, if you use the gml format there is no way to fully preserve the
> property map types since the format does not allow it. If you want to
> perfectly preserve your properties you should use the graphml format.
>
> Best,
> Tiago
>
> --
> Tiago de Paula Peixoto <[email protected]>
>
>
> _______________________________________________
> graph-tool mailing list
> [email protected]
> http://lists.skewed.de/mailman/listinfo/graph-tool
>
>
_______________________________________________
graph-tool mailing list
[email protected]
http://lists.skewed.de/mailman/listinfo/graph-tool

Reply via email to