view scripts/plot/draw/module.mk @ 20266:83792dd9bcc1

Use in-place operators in m-files where possible. * scripts/audio/@audioplayer/set.m, scripts/audio/@audiorecorder/set.m, scripts/audio/mu2lin.m, scripts/elfun/cosd.m, scripts/general/del2.m, scripts/general/profexplore.m, scripts/general/quadl.m, scripts/general/rat.m, scripts/general/rotdim.m, scripts/help/get_first_help_sentence.m, scripts/help/private/__strip_html_tags__.m, scripts/image/cubehelix.m, scripts/io/textread.m, scripts/linear-algebra/duplication_matrix.m, scripts/linear-algebra/housh.m, scripts/linear-algebra/krylov.m, scripts/linear-algebra/logm.m, scripts/linear-algebra/normest.m, scripts/linear-algebra/onenormest.m, scripts/optimization/fminsearch.m, scripts/optimization/lsqnonneg.m, scripts/optimization/qp.m, scripts/plot/appearance/annotation.m, scripts/plot/appearance/axis.m, scripts/plot/appearance/legend.m, scripts/plot/appearance/specular.m, scripts/plot/draw/colorbar.m, scripts/plot/draw/hist.m, scripts/plot/draw/plotmatrix.m, scripts/plot/draw/private/__stem__.m, scripts/plot/util/__actual_axis_position__.m, scripts/plot/util/__gnuplot_drawnow__.m, scripts/plot/util/findobj.m, scripts/plot/util/print.m, scripts/plot/util/private/__go_draw_axes__.m, scripts/plot/util/private/__print_parse_opts__.m, scripts/plot/util/rotate.m, scripts/polynomial/pchip.m, scripts/polynomial/polyaffine.m, scripts/polynomial/polyder.m, scripts/polynomial/private/__splinefit__.m, scripts/polynomial/residue.m, scripts/signal/arch_fit.m, scripts/signal/arch_rnd.m, scripts/signal/bartlett.m, scripts/signal/blackman.m, scripts/signal/freqz.m, scripts/signal/hamming.m, scripts/signal/hanning.m, scripts/signal/spectral_adf.m, scripts/signal/spectral_xdf.m, scripts/signal/stft.m, scripts/sparse/bicgstab.m, scripts/sparse/cgs.m, scripts/sparse/private/__sprand_impl__.m, scripts/sparse/qmr.m, scripts/sparse/sprandsym.m, scripts/sparse/svds.m, scripts/specfun/legendre.m, scripts/special-matrix/gallery.m, scripts/statistics/base/gls.m, scripts/statistics/models/logistic_regression.m, scripts/statistics/tests/kruskal_wallis_test.m, scripts/statistics/tests/manova.m, scripts/statistics/tests/wilcoxon_test.m, scripts/time/datevec.m: Use in-place operators in m-files where possible.
author Rik <rik@octave.org>
date Tue, 26 May 2015 21:07:42 -0700
parents ab1185e08273
children fa9fa6ab76f0
line wrap: on
line source

FCN_FILE_DIRS += plot/draw

plot_draw_PRIVATE_FCN_FILES = \
  plot/draw/private/__add_datasource__.m \
  plot/draw/private/__bar__.m \
  plot/draw/private/__contour__.m \
  plot/draw/private/__errcomm__.m \
  plot/draw/private/__errplot__.m \
  plot/draw/private/__ezplot__.m \
  plot/draw/private/__interp_cube__.m \
  plot/draw/private/__line__.m \
  plot/draw/private/__marching_cube__.m \
  plot/draw/private/__patch__.m \
  plot/draw/private/__pie__.m \
  plot/draw/private/__plt__.m \
  plot/draw/private/__quiver__.m \
  plot/draw/private/__scatter__.m \
  plot/draw/private/__stem__.m

plot_draw_FCN_FILES = \
  plot/draw/area.m \
  plot/draw/barh.m \
  plot/draw/bar.m \
  plot/draw/colorbar.m \
  plot/draw/comet3.m \
  plot/draw/comet.m \
  plot/draw/compass.m \
  plot/draw/contour3.m \
  plot/draw/contourc.m \
  plot/draw/contourf.m \
  plot/draw/contour.m \
  plot/draw/cylinder.m \
  plot/draw/ellipsoid.m \
  plot/draw/errorbar.m \
  plot/draw/ezcontourf.m \
  plot/draw/ezcontour.m \
  plot/draw/ezmeshc.m \
  plot/draw/ezmesh.m \
  plot/draw/ezplot3.m \
  plot/draw/ezplot.m \
  plot/draw/ezpolar.m \
  plot/draw/ezsurfc.m \
  plot/draw/ezsurf.m \
  plot/draw/feather.m \
  plot/draw/fill.m \
  plot/draw/fplot.m \
  plot/draw/hist.m \
  plot/draw/isocolors.m \
  plot/draw/isonormals.m \
  plot/draw/isosurface.m \
  plot/draw/line.m \
  plot/draw/loglogerr.m \
  plot/draw/loglog.m \
  plot/draw/meshc.m \
  plot/draw/mesh.m \
  plot/draw/meshz.m \
  plot/draw/pareto.m \
  plot/draw/patch.m \
  plot/draw/pcolor.m \
  plot/draw/peaks.m \
  plot/draw/pie3.m \
  plot/draw/pie.m \
  plot/draw/plot3.m \
  plot/draw/plot.m \
  plot/draw/plotmatrix.m \
  plot/draw/plotyy.m \
  plot/draw/polar.m \
  plot/draw/quiver3.m \
  plot/draw/quiver.m \
  plot/draw/rectangle.m \
  plot/draw/ribbon.m \
  plot/draw/rose.m \
  plot/draw/scatter3.m \
  plot/draw/scatter.m \
  plot/draw/semilogxerr.m \
  plot/draw/semilogx.m \
  plot/draw/semilogyerr.m \
  plot/draw/semilogy.m \
  plot/draw/shrinkfaces.m \
  plot/draw/slice.m \
  plot/draw/sombrero.m \
  plot/draw/sphere.m \
  plot/draw/stairs.m \
  plot/draw/stem3.m \
  plot/draw/stemleaf.m \
  plot/draw/stem.m \
  plot/draw/surface.m \
  plot/draw/surfc.m \
  plot/draw/surfl.m \
  plot/draw/surf.m \
  plot/draw/surfnorm.m \
  plot/draw/tetramesh.m \
  plot/draw/trimesh.m \
  plot/draw/triplot.m \
  plot/draw/trisurf.m \
  plot/draw/waterfall.m \
  $(plot_draw_PRIVATE_FCN_FILES)

FCN_FILES += $(plot_draw_FCN_FILES)

PKG_ADD_FILES += plot/draw/PKG_ADD

DIRSTAMP_FILES += plot/draw/$(octave_dirstamp)