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

plotplots

plots parcels of 2D data on some chosen intervals along a discontinuous or multiscaled axis
(19639 downloads for this version - 30616 downloads for all versions)
Details
Version
2.0
Author
Samuel Gougeon
Maintainer
Samuel Gougeon
Category
License
Creation Date
June 4, 2018
Source created on
Scilab 6.0.x
Binaries available on
Scilab 5.5.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
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("plotplots")
Description
            
----------------------------------------------------------
Starting with Scilab 6.1.1, plotplots() is now included in 
Scilab and is renamed cutaxes().
----------------------------------------------------------
As a consequence, this plotplots external ATOMS module is
still available for Scilab 5.5, 6.0 and 6.1.0 users,
but is no longer maintained.


plotplots() enables plotting some curves or replotting some existing axes on
some chosen intervals along the X or Y axis. Consecutive visible intervals are
drawn without loosing space in-between.
The chosen intervals along the discontinous axis may have distinct scales,
distinct linear or logarithmic modes, distinct direct or reversed modes.
Overlapping or even repeated intervals are accepted.
6 examples are illustrated in the help page.

IMPORTANT: 
The order of some input and output arguments have changed.
Please have a look at the CHANGES section here-below.

Online HELP pages
-----------------
* en_US: https://atoms.scilab.org/toolboxes/plotplots/2.0/files/plotplots_en_US.pdf
* fr_FR: https://atoms.scilab.org/toolboxes/plotplots/2.0/files/plotplots_fr_FR.pdf

CHANGES plotplots 1.0 => 2.0
============================
 UPGRADE
 * It is now possible to provide an existing axes to replot it
   in a piecewise way. There is no limitation in the axes content.
   Hence, an Axes including patches, geometrical objects, etc
   can be processed as for only curves with plotplots-1.0.

 * Errors messages are now translated for French, German, Japanese,
   Portuguese, Russian, and Spanish.

 CHANGES
 * The order of input arguments 'x'|'y' and intervals is inverted:
   plotplots(..., "x", intervals, ..) must now be used instead of
   plotplots(..., intervals, "x",..)

 * The order of output arguments hcurves and Axes is inverted:
   [Axes, hcurves] = plotplots(..) must now be used, instead of
   [hcurves, Axes] = plotplots(..)

 BUGS FIXED
 * When y was a row, an error occurred.
 * The options pair "widths","-isoscaled" did not work.
            
Files (6)
[39.46 kB]
Source code archive

[491.39 kB]
OS-independent binary for Scilab 5.5.x
plotplots for Scilab 5.5
[499.58 kB]
OS-independent binary for Scilab 6.0.x
plotplots for Scilab 6.0
[499.58 kB]
OS-independent binary for Scilab 6.1.x

[355.44 kB]
Miscellaneous file
Online help page in english
[504.87 kB]
Miscellaneous file
Online help page en français
News (0)
Comments (2)     Leave a comment 
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.