[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] str(graph) prints too much
From: |
Frederik Elwert |
Subject: |
Re: [igraph] str(graph) prints too much |
Date: |
Mon, 29 Jul 2013 19:47:57 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 |
>From my understanding, this has been a design decision: str() basically
represents the whole graph as a string. For this reason, summary() is
available, which should do what you want.
Cheers,
Frederik
Am 29.07.2013 19:42, schrieb Sam Steingold:
> It has been my understanding that one of the purposes of the str()
> function was brevity: "Ideally, only one line for each 'basic' structure
> is displayed."
> Why does str(graph) print the full list of edges?
> I think this is a bug, but I am not sure how to report it because
> https://bugs.launchpad.net/igraph/+filebug directs me to
> https://github.com/p-e-w/finalterm/issues which does not seem to be
> related to igraph.
>