Hi Jerry,

> 
>   * a README document (including a cookbook as suggested by Werner)  
> which assumes little knowledge of Ada or PLplot.
[...]
> 
> The code (Ada and bash) and README can be downloaded as a zip file.
> 
> The stuff is here:
> http://homepage.mac.com/oscarruitt/plplotinada/plplot_ada.html

Thanks, for the all the stuff - I already installed gnat (mingw, 
windows) and will try soon the bindings.
> 
> I notice that when Example 1 runs on my Mac, whether in C or Ada, the  
> symbols in the upper two plots are drawn as squares rather than  
> circles. This indicates to me that the appropriate symbols are  
> missing because the Mac sometimes draws a square-like character to  
> indicate a missing character. I haven't investigated this so I'll be  
> interested to hear if anyone knows what might be going on.

This is because the font is used to draw symbols, an the symbols used 
for plotting are not included in the font you use. If you turn off 
freetype support (normally with the option -drvopt text=0) the standard 
hershey fonts are used and you should see the correct symbols. In Linux 
freefont is used http://savannah.nongnu.org/projects/freefont/ which has 
a symbol here. So if the symbol is correctly drawn with the option 
explained above than it's not a plplot problem, rather a font problem.

Thanks, and I'll keep you informed about my success with Ada on Windows.

-Werner

-- 
Dipl. Ing. Werner Smekal
Institut fuer Allgemeine Physik
Technische Universitaet Wien
Wiedner Hauptstr 8-10
A-1040 Wien
Austria

email: [EMAIL PROTECTED]
web:   http://www.iap.tuwien.ac.at/~smekal
phone: +43-(0)1-58801-13463 (office)
        +43-(0)1-58801-13469 (laboratory)
fax:   +43-(0)1-58801-13499

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to