[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Idea: exporting SimpleHTMLReport's charts as CSV
Page 1 of 1

Idea: exporting SimpleHTMLReport's charts as CSV

Posted: 19 Jun 2018 22:42
by christmas
Concept

One of the windows that Gephi's interface offers is Statistics (it can be opened through Window > Statistics. In this window, the user is offered the option to run different analysis on the loaded dataset, such as the average density or the graph density. Running these analysis generates as a result a report containing different charts, and at the moment these reports can only be saved in HTML format. The following image depicts this feature:

Image

The purpose of this improvement is to offer the user the possibility to export the data rendered in said charts to a CSV file, which can later be processed, modified or displayed using other graphing or data manipulation softwares. More specifically, an Export to CSV button is to be added next to the options already available in the HTML Report window.

Proposal

An working implementation of the previously described feature has already been made and at the moment there is an existing pull request pending to be reviewed.

For any feedback, suggestion, correction or any kind of communication, please comment on this thread or through said pull request.

Re: Idea: exporting SimpleHTMLReport's charts as CSV

Posted: 20 Jun 2018 10:10
by eduramiba
Thanks for the pull request, this is something we already wanted to have, I will review it as soon as possible.