1// =============================================================================
2// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3// Copyright (C) 2008-2008 - INRIA - Jean-Baptiste Silvy
4//
5//  This file is distributed under the same license as the Scilab package.
6// =============================================================================
7
8// <-- TEST WITH GRAPHIC -->
9
10// <-- Non-regression test for bug 2171 -->
11//
12// <-- Bugzilla URL -->
13// http://bugzilla.scilab.org/show_bug.cgi?id=2171
14//
15// <-- Short Description -->
16// angled thickness 1 lines are transiently dash-dotted (X problem?)
17
18gcf().color_map = graycolormap(256);
19load(SCI + "/modules/graphics/tests/nonreg_tests/bug_1981.dat");
20Matplot(Lenna,axesflag=0,frameflag=4);
21
22fig = gcf();
23// check exported file
24xs2eps(fig.figure_id, TMPDIR + "/bug_1981.eps");
25