Re: [Plplot-devel] [PATCH] Move plgdev call to after plinit in example 14

2010-02-06 Thread David MacMahon
On Feb 5, 2010, at 17:51 , Hazen Babcock wrote: > Thank you David for this patch and for your previous patch of > plargs, as of v10793 they have both been incorporated. Thanks, Hazen, and sorry I forgot to send the patch as an attachment. FWIW, I have since learned that users of git can run "

Re: [Plplot-devel] [PATCH] Move plgdev call to after plinit in example 14

2010-02-05 Thread Hazen Babcock
David MacMahon wrote: > Changes examples/*/x14*.* to call plgdev and print the driver name after > calling plinit. Calling plgdev after plparseopts but before plinit will > only get a device name if one is specified on the command line via the > -dev option. If the device is not specified via -d

[Plplot-devel] [PATCH] Move plgdev call to after plinit in example 14

2010-02-05 Thread David MacMahon
Changes examples/*/x14*.* to call plgdev and print the driver name after calling plinit. Calling plgdev after plparseopts but before plinit will only get a device name if one is specified on the command line via the -dev option. If the device is not specified via -dev, calling plgdev before plini