view .dir-locals.el @ 32100:10daf5ce7f28

Set "tight" axes limits by default for pcolor() plot (bug #64244) * NEWS.9.md: Announce change in Matlab Compatibility section. * pcolor.m: Set axes properties "[xyz]limitmethod" to "tight" so that plot just encompasses the given data.
author Rik <rik@octave.org>
date Tue, 30 May 2023 17:04:52 -0700
parents df203b20cfc6
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))