Mercurial > hg > octave-lyh
view libgui/link-deps.mk @ 17175:0a761f218d8d
Fix contour plot axis to x-y data range, not axis ("tight").
* scripts/plot/private/__contour__.m: Remove axis ("tight"). Set axis range
before adding patches so that axis limits aren't re-calculated for each patch.
* scripts/plot/meshc.m, scripts/plot/surfc.m: Set xlimmode, ylimmode to manual.
scripts/plot/private/__ezplot__.m: Remove FIXME comment and manually setting
axis which was workaround for old behavior.
author | Rik <rik@octave.org> |
---|---|
date | Sun, 04 Aug 2013 07:02:29 -0700 |
parents | 5f031158c693 |
children |
line wrap: on
line source
include $(top_srcdir)/libinterp/link-deps.mk if AMCOND_ENABLE_DYNAMIC_LINKING LIBOCTGUI_LINK_DEPS = else LIBOCTGUI_LINK_DEPS = $(DLDFCN_LIBS) endif LIBOCTGUI_LINK_DEPS += \ @QT_LIBS@ LIBOCTGUI_LINK_OPTS = \ @QT_LDFLAGS@ if AMCOND_LINK_ALL_DEPS LIBOCTGUI_LINK_DEPS += $(LIBOCTINTERP_LINK_DEPS) LIBOCTGUI_LINK_OPTS += $(LIBOCTINTERP_LINK_OPTS) OCTAVE_GUI_LINK_DEPS = $(LIBOCTGUI_LINK_DEPS) OCTAVE_GUI_LINK_OPTS = $(LIBOCTGUI_LINK_OPTS) endif