1 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
2 // Copyright (C) 2018 - Samuel GOUGEON
4 // This file is hereby licensed under the terms of the GNU GPL v2.0,
5 // pursuant to article 5.3.4 of the CeCILL v.2.1.
6 // This file was originally licensed under the terms of the CeCILL v2.1,
7 // and continues to be available under such terms.
8 // For more information, see the COPYING file which you should have received
9 // along with this program.
11 demopath = get_absolute_file_path("histBarStem.dem.gateway.sce");
14 _("Stems (plot2d3)") , "plot2d3.dem.sce"
15 _("Bars (custom)") , "bars_custom.dem.sce"
16 _("Bars (grouped)") , "bar.dem.sce"
17 _("histplot") , "histplot.dem.sce"
18 _("hist3d") , "hist3d.dem.sce"
22 subdemolist(:,2) = demopath + subdemolist(:,2);