view .dir-locals.el @ 18887:cff49c82f722

polar.m: Fix scaling of polar plot (bug #39495). * scripts/plot/draw/polar.m (resetaxis): New function * scripts/plot/draw/polar.m (__calc_rtick__): New function * scripts/plot/draw/polar.m (polar): Draw grid only, if not ishold. Set deletefcn for clearing the listeners if axis is cleared. If ishold true, update rtick only and let listeners do the grid update.
author Stefan Mahr <dac922@gmx.de>
date Wed, 02 Jul 2014 15:22:54 +0200
parents 9ff04de067ce
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)
       (eval . (when (and (buffer-file-name)
                          (string-match-p "\\.h\\'" (buffer-file-name))
                          (not (string-match-p "/gnulib/" (buffer-file-name))))
                 (c++-mode)
                 (c-set-style "gnu")))))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))