Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | File Exchange
ATOMS : QuickPlot details
Login with GitLab

QuickPlot

GUI-based 2D line plotting tool for quick data browsing
(10450 downloads for this version - 41887 downloads for all versions)
Details
Version
2.0.1
A more recent valid version exists: 2.1.0
Author
Hiroaki Fukuzawa
Owner Organization
Sky Engineering Laboratory Inc.
Maintainer
Hiroaki Fukuzawa
Category
License
Creation Date
April 29, 2019
Source created on
Scilab 6.0.x
Binaries available on
Scilab 6.0.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Scilab 6.1.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Install command
--> atomsInstall("quickplot")
Description
            QuickPlot provides a GUI to quickly create 2D line plots from data stored in
files without writing a code.

Its purpose is to make browsing and comparing a lot of data stored in files,
such as simulation and experimental outputs, easy and quick.

Tcl/Tk module is required.            
Files (4)
[1.93 MB]
OS-independent binary for Scilab 6.0.x

[1.93 MB]
OS-independent binary for Scilab 6.1.x

[1.71 MB]
Source code archive

[1.14 MB]
Miscellaneous file
QuickPlot User's Manual
News (2)
Comments (3)     Leave a comment 
Comment from Yann DEBRAY -- July 7, 2019, 07:24:47 PM    
Amazing tool!
Comment from Pascal Buehler -- November 7, 2019, 04:23:28 PM    
Semicolon as Separator would also be usefull, because Excel does it per Default so. Or a 
free case, where you can Chose your own seperator.
Answer from Hiroaki Fukuzawa -- November 8, 2019, 01:51:35 AM    
Thank you for the suggestion!
Comment from Eldar Khayrullin -- May 23, 2020, 11:07:28 AM    
OS Ubuntu 20.04 LTS

***Error:
на строке    25 функции quickplot (
/home/eldar/opt/scilab-6.1.0/share/scilab/contrib/quickplot/2.0.1/macros/quickplot.sci
строка 27 )

TCL_EvalFile, а строке 109 файла
/home/eldar/opt/scilab-6.1.0/share/scilab/contrib/quickplot/2.0.1/macros/../tcl/quickplot.tcl
	bitmap
"/home/eldar/opt/scilab-6.1.0/share/scilab/contrib/quickplot/2.0.1/macros/../tcl/quickplot.ico"
not defined
    while executing
"wm iconbitmap .w $::ICON_FILE"
    (file
"/home/eldar/opt/scilab-6.1.0/share/scilab/contrib/quickplot/2.0.1/macros/../tcl/quickplot.tcl"
line 109).

***SOLVE:
File scilab-6.1.0/share/scilab/contrib/quickplot/2.0.1/tcl/quickplot.tcl
change
set ICON_FILE [file join $INSTALL_DIR "quickplot.ico"];
to
set ICON_FILE ""
Answer from Hiroaki Fukuzawa -- May 26, 2020, 12:07:03 PM    
Thank you. I'll take care of this in the next release.
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.