summaryrefslogtreecommitdiff
path: root/modules/graphics/demos/matplot/matplot.dem.gateway.sce
blob: 3017a80bb22eec27afef123246793c97fffc167e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) 2014 - Scilab Enterprises - Calixte DENIZET
//
// This file is released under the 3-clause BSD license. See COPYING-BSD.

demopath = get_absolute_file_path("matplot.dem.gateway.sce");

subdemolist = [                                   ..
_("Classical Matplot")      , "classical.dem.sce"    ; ..
_("Classical Matplot1")    , "classical_1.dem.sce"       ; ..
_("Mandelbrot")    , "mandelbrot.dem.sce"       ; ..
_("Java Image")    , "java_image.dem.sce"       ];

subdemolist(:,2) = demopath + subdemolist(:,2);
clear demopath;