[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Splitting plot/ script directory
From: |
Rik |
Subject: |
Re: Splitting plot/ script directory |
Date: |
Fri, 27 Sep 2013 12:21:12 -0700 |
On 09/27/2013 11:33 AM, Jordi GutiƩrrez Hermoso wrote:
> On Fri, 2013-09-27 at 08:28 -0700, Rik wrote:
>
>> 'ls -1 scripts/plot/*.m | wc -l' = 159 which is huge. It looks like it is
>> time to break this directory into more manageable chunks.
> That's ok, but...
>
>> plot/plotfn : [snip]
>>
>> plot/general : [snip]
> To me these two names are just two different ways of saying "etc" and
> "miscellaneous". Can we have more descriptive names?
Sure, whatever you like. We need 2-3 descriptive categories: 1) for plot
functions which produce actual plots, 2) for functions which amend or
annotate a plot such as axis, xlim, legend, etc., and maybe 3) hard core
low-level graphics commands like gcf, gcbf, allchild, etc.
--Rik