Mercurial > hg > octave-jordi
view examples/data/Makefile.am @ 20997:8281e37a5631 stable
Remove spurious tick labels occuring when setting ticks and removing tick labels.
* __go_draw_axes__.m: Consistently use "%.15g" in place of "%.15e"
Backport of a88142abca36 from default branch to stable to fix regression
documented in bug #46765.
author | Edarag <edera@gmx.fr> |
---|---|
date | Mon, 28 Dec 2015 08:35:33 -0800 |
parents | 4197fc428c7d |
children |
line wrap: on
line source
# Makefile for Octave's examples/data directory # # Copyright (C) 2012-2015 John W. Eaton # # This file is part of Octave. # # Octave is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the # Free Software Foundation; either version 3 of the License, or (at # your option) any later version. # # Octave is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, see # <http://www.gnu.org/licenses/>. include $(top_srcdir)/build-aux/common.mk DATA_FILES = \ penny.mat octdata_DATA = $(DATA_FILES) EXTRA_DIST = $(DATA_FILES)