Re: [Plplot-devel] Cookbook for implementing the remaining Ada examples

2007-07-17 Thread Alan W. Irwin
On 2007-07-17 04:15-0700 Jerry wrote: > On Jul 4, 2007, at 6:54 PM, Alan W. Irwin wrote: >> One thing revealed by this example (2) is our Ada bindings were much too >> conservative about the allowed range of plcol0 indices. I changed >> that from >> 0..15 to the much more reasonable 0..255. Examp

Re: [Plplot-devel] Cookbook for implementing the remaining Ada examples

2007-07-17 Thread Jerry
Here is a little list that should help with the state of the Ada examples. I expect to do most of them but if anyone wants to jump in don't be shy 8^). Jerry Example 01Done Example 02Done Example 03 Example 04Done Example 05 Example 06 Example 07 Example 08 Example 09 Example 10

Re: [Plplot-devel] Cookbook for implementing the remaining Ada examples

2007-07-17 Thread Jerry
On Jul 4, 2007, at 6:54 PM, Alan W. Irwin wrote: > On 2007-07-04 09:12-0700 Alan W. Irwin wrote: > >> If you want to help with this effort of implementing the >> traditional Ada >> examples, please let the list know exactly which ones you are >> working on so >> there is no duplication of eff

Re: [Plplot-devel] Cookbook for implementing the remaining Ada examples

2007-07-14 Thread Alan W. Irwin
On 2007-07-13 20:58-0700 Jerry wrote: > Here is a little list that should help with the state of the Ada > examples. I expect to do most of them but if anyone wants to jump in > don't be shy 8^). > > Jerry > > > > Example 01Done > Example 02Alan > Example 04Jerry > Example 10Done >

Re: [Plplot-devel] Cookbook for implementing the remaining Ada examples

2007-07-13 Thread Jerry
Here is a little list that should help with the state of the Ada examples. I expect to do most of them but if anyone wants to jump in don't be shy 8^). Jerry Example 01Done Example 02Alan Example 03 Example 04Jerry Example 05 Example 06 Example 07 Example 08 Example 09 Example 1

Re: [Plplot-devel] Cookbook for implementing the remaining Ada examples

2007-07-04 Thread Alan W. Irwin
On 2007-07-04 09:12-0700 Alan W. Irwin wrote: > If you want to help with this effort of implementing the traditional Ada > examples, please let the list know exactly which ones you are working on so > there is no duplication of effort. > > For example, I am currently working on x02a.adb. Which is

[Plplot-devel] Cookbook for implementing the remaining Ada examples

2007-07-04 Thread Alan W. Irwin
examples/ada/x??a.adb are Ada examples which use the traditional Ada binding which means they are reasonably close to what the examples look like in other languages. For example, the Ada PLplot function calls including the redacted argument list should almost always be identical with the python or