Exporting images and data

Visplore supports multiple ways of exporting information. The most important ones are exporting images, and exporting data tables to the Clipboard, as files, or to Python/R/Matlab.


To follow the examples, please load the Solar Power demo dataset and start the 'Trends and Distributions' Cockpit, as described in the beginning of the first lesson.



Export plots as image

It is possible to export every plot in Visplore as an image. For example, let's export a Time Series plot.

Click the button "Export" in the top right area of a plot. Then, select the option "Image export".



The dialog allows to change parameters of the image export:

  1. Choose the target of the export. This can either be "Clipboard" (default) or "File".
  2. Preview of the image to be exported in the full resolution.
  3. Overview of the image, can be used to navigate in the full resolution preview.
  4. Change parameters such as the resulting image size, visibility of parts of the diagram (e.g. the color legend), or other appearance aspects (e.g. the used font).

    Note: Changes to these parameters are saved for the next time you export this plot again.

Confirm the export by clicking "OK" in the dialog.

By default, this results in the image being copied to the clipboard. The image can then be pasted into other applications, such as Microsoft Word or Excel, by using Ctrl + V.



Export data from plots (e.g. pivot tables)

Many visualizations in Visplore are essentially a data table, which can be exported. For example, pivot tables, bar charts, heatmaps, statistics overviews, correlation matrices, any many others.

Let's export a pivot table TODO HIER WARST DU Export the data of the displayed "Statistics" table to the clipboard and paste the resulting table into another application of your choice (e.g. Microsoft Excel):

Similar to the image export dialog, the data export dialog allows to change some parameters of the export:

  1. Choose the target of the export. This can either be "Clipboard" (default) or "File".
  2. Preview of the data table to be exported.
  3. Change parameters of the export such as the format (e.g. the column separators), visibility of parts of the table (e.g. the diagram title), or other appearance aspects.


Export the data table

The currently selected data subset (i.e. the data in "focus") can be exported by pressing the "export" button in the focus bar, either to the clipboard, or to a file.

Export selected data to clipboard: By pressing the button in the title bar, the data records in focus are copied to the clipboard, in one of three ways. Then they can be inserted directly into tools such as Excel.

For all three types, the order of the rows corresponds to the order of the data records loaded into the cockpit in ascending order. When you press CTRL+C, the type of clipboard export that was last selected by mouse click is always executed (during the current execution of the cockpit, is not persistent). If no export has been performed yet (e.g. immediately after cockpit start), all records in focus are exported with CTRL+C (Third option of the list).

Export selected data as CSV: Exports records in focus to a csv-file. After selecting the export format and specifying a file name, the actual values of the selected records are exported in table form. This also includes user-defined data attributes such as predictions of trained regression models. Rows of the table are only all times in the focus, columns in this case are all imported time series (that is, independent of role assignment).

Using the "export" action in the focus bar is a simple way of making the results of data labeling and data editing available for other tools.



Export plots and data to Python, R, Matlab

See the API documentations of these connectors for examples, how to retrieve Visplore data from these environments

Well done! You have mastered the basics of exporting, to get your insights out of Visplore and back into your analytics workflow :)




>> Continue with Next lesson: Filtering data




License Statement for the Photovoltaic and Weather dataset used for Screenshots:
"Contains public sector information licensed under the Open Government Licence v3.0."
Source of Dataset (in its original form): https://data.london.gov.uk/dataset/photovoltaic--pv--solar-panel-energy-generation-data
License: UK Open Government Licence OGL 3: http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
Dataset was modified (e.g. columns renamed) for easier communication of Visplore USPs.