plshade has three "groups" of parameters that I am having a hard time
understanding:
1) xmin,xmax,ymin,ymax - "Define the 'grid' coordinates. The data a
[0][0] has a position of (xmin,ymin), a[nx-1][0] has a position at
(xmax,ymin) and so on."
2) defined - "User function specifying regions
On 2010-02-08 14:20-0800 Alan W. Irwin wrote:
> On 2010-01-22 08:39+0100 Arjen Markus wrote:
>
>> Hi Alan,
>>
>> I have so far been using the /* ... */ for most, if not all, my C code.
>> The reason being that it was C, not C++. As all compilers that are
>> relevant to me are indeed accepting this