plot.h contains the following. Is this correct? Is there one extra array or one too few dimension sizes or do I need to study the docs more? Jerry
/* * PLcGrid2 is for passing (as arrays of pointers) 2d coordinate * transformation arrays. The grid dimensions are passed for possible bounds * checking. */ typedef struct { PLFLT **xg, **yg, **zg; PLINT nx, ny; } PLcGrid2; ------------------------------------------------------------------------- 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-general mailing list Plplot-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-general