view .editorconfig @ 29149:e3e887d5f631

plotyy.m: Fix error when called repeatedly (bug #53461). * scripts/plot/draw/plotyy.m: Allow first argument to be a 2-vector with both plotyy axes handles from a previous call. (__plotyy__): Reset secondary axes so that it doesn't accumulate more and more listeners. (deleteplotyy): Do not delete sister axes if called through "plotyy" (most likely via "reset"). * newplot.m: Do not delete plotyy axes when called through "plotyy".
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 06 Dec 2020 14:56:29 +0100
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab