Mobile Gnuplot Viewer (New) APK

Mobile Gnuplot Viewer (New)  Icon
0/5
0 Ratings
Developer
Michael Neuroth
Current Version
2.0.13
Date Published
File Size
65.3 MB
Package ID
de.mneuroth.gnuplotviewerquick
Price
$ 0.00
Downloads
639+
Category
Android Apps
Genre
Education

APK Version History

Version
2.0.13 (2013)
Architecture
arm64-v8a,armeabi-v7a,x86,x86_64
Release Date
March 19, 2021
Requirement
Android 5.0+
Version
2.0.11 (2011)
Architecture
arm64-v8a,armeabi-v7a,x86,x86_64
Release Date
March 12, 2021
Requirement
Android 5.0+
Version
2.0.9 (209)
Architecture
arm64-v8a,armeabi-v7a,x86,x86_64
Release Date
March 12, 2021
Requirement
Android 5.0+
Version
2.0.5 (205)
Architecture
arm64-v8a,armeabi-v7a,x86,x86_64
Release Date
March 12, 2021
Requirement
Android 5.0+
  • Mobile Gnuplot Viewer (New) Screenshot
  • Mobile Gnuplot Viewer (New) Screenshot
  • Mobile Gnuplot Viewer (New) Screenshot
  • Mobile Gnuplot Viewer (New) Screenshot
  • Mobile Gnuplot Viewer (New) Screenshot
  • Mobile Gnuplot Viewer (New) Screenshot
  • Mobile Gnuplot Viewer (New) Screenshot
  • Mobile Gnuplot Viewer (New) Screenshot
  • Mobile Gnuplot Viewer (New) Screenshot
  • Mobile Gnuplot Viewer (New) Screenshot
  • Mobile Gnuplot Viewer (New) Screenshot
  • Mobile Gnuplot Viewer (New) Screenshot
  • Mobile Gnuplot Viewer (New) Screenshot
  • Mobile Gnuplot Viewer (New) Screenshot
  • Mobile Gnuplot Viewer (New) Screenshot
  • Mobile Gnuplot Viewer (New) Screenshot
  • Mobile Gnuplot Viewer (New) Screenshot

About Radio FM 90s

The Mobile Gnuplot Viewer (New) is a frontend for the Gnuplot program optimized for touch devices. Gnuplot is a scientific plot program. With the Mobile Gnuplot Viewer the user can edit gnuplot scripts to generate 1d and 2d plots, execute the scripts, view and export the output of the Gnuplot program. The app can also be used as a simple text editor.

The app has an embedded gnuplot program, which is used to generate a SVG output of the gnuplot script. Current version of gnuplot is 5.2.8.

The purpose of Gnuplot is: show mathematical functions, fit theoretical functions to experimental data and calculate expressions. See Gnuplot homepage (http://www.gnuplot.info/) for more information about the Gnuplot program.
Gnuplot scripts can be created with this app and the SVG output will be shown as a plot in the app (see screenshots).

The app has four main pages:
- edit page: create, modify, save and load gnuplot scripts to generate a plot
- help page: enter help commands about gnuplot commands, help will be showed in the output page after pushing show button
- output page: show errors of script execution, help command output or fit results
- plot/graphics page: show the graphical output of the gnuplot script after pushing the run button
and some additional dialog pages:
- file selection page: for loading, saving and deleting script files
- settings page: for modification of parameters for the application
- about page: show information about the application

Features of the free mobile gnuplot viewer are:
- create, modify, save, load and delete gnuplot scripts (text files) in an input page
- execute the gnuplot script and show the output as SVG graphic in an output page
- allow execution of help commands and show output in a text output page
- syntax highlighting for gnuplot script input
- copy/cut/paste via clipboard
- sharing text, text-files and images
- export of plot as bitmap files (supported formats: png)
- export of the text output window (to save output of fit to data)

To support the further development of the app you can purchase support levels inside the application. Any support level enables the usage of some more features:
- nice support icon is visible in the title bar of the application
- sharing of PDF/PNG is enabled
- enable replace, previous and next menu items (and toolbar buttons)
- usage of latest gnuplot beta version is enabled (not yet implemented)

The typical workflow for gnuplot running on a desktop operating system is different from the typical workflow on a mobile device.
Gnuplot uses a shell window to enter interactively text commands and an output window to show the grapical output simultaneously. On a mobile device like a smartphone or tablet computer this workflow is not suitable, because the user has only a small screen it is difficult to have more than one input/output area on the screen. To use the excellent gnuplot program on a mobile device I have written this app.
The typical workflow using this app is: enter a script to generate the gnuplot graph in a text field on an input page and execute the script by pressing the run button.
The gnuplot graph will than be shown in an other graph output page. The user can switch back and forward between the input and graph output page via buttons.

Disclaimer:
The app is carefully created and tested but the app should not be assumed as error free.
Use this app at your own risk.
The author of this app is not responsible for the behaviour of the gnuplot program.
See menuitem Gnuplot/Copyright for more informations about using gnuplot.

What's New in this version

- Bugfix: rectangular output area now also for save as and share possible

- Show current page in toolbar

- Improvements for access to SD memory/storage

- Bugfixes