Doxygen Source Code Documentation
ppak_pwritf.c File Reference
#include "coxplot.h"
Go to the source code of this file.
Functions | |
void | plotpak_pwritf (float x, float y, char *ch, int isiz, int ior, int icent) |
Function Documentation
|
Definition at line 6 of file ppak_pwritf.c. References pwritf_(). Referenced by ISQ_plot_label(), ISQ_show_image(), make_plot(), plot_image_surface(), PLOT_scatterellipse(), plot_strip_init(), plot_ts_init(), plot_ts_mem(), PLUTO_scatterplot(), and SPLASH_imseq_getim().
00007 { 00008 real xx=x , yy=y ; 00009 integer nch=strlen(ch) , iisiz=isiz , iior=ior , iicent=icent ; 00010 ftnlen ch_len = nch ; 00011 pwritf_( &xx , &yy , ch , &nch , &iisiz , &iior , &iicent , ch_len ) ; 00012 } |