On Mar 12, 2015, at 3:38 PM, "Alan W. Irwin" wrote:
> Hi Jim:
>
> Here are the results of a simple test I tried with -DPLD_plmeta=ON
>
> # Build what is relevant
> make plrender
> make plmeta
> make x01c
> make ps
>
> # Test
> examples/c/x01c -dev psc -o test1.psc
> examples/c/x01c -dev plmet
> On Mar 12, 2015, at 6:08 PM, Alan W. Irwin wrote:
>
> Hi Jim:
>
> Could you clarify the purpose of the -mfi and -mfo options
> and the plreadmetafile routine?
>
-mfi sets the file name that plreadmetafile will use if one is not otherwise
specified by the caller. Nothing will happen unless
Hi Jim:
Could you clarify the purpose of the -mfi and -mfo options
and the plreadmetafile routine?
It appears the options simply set metafile input and output file names without
doing anything else contrary to their self documentation in src/plargs.c
of "Read the specified PLplot metafile" and "W
Hi Jim:
Here are the results of a simple test I tried with -DPLD_plmeta=ON
# Build what is relevant
make plrender
make plmeta
make x01c
make ps
# Test
examples/c/x01c -dev psc -o test1.psc
examples/c/x01c -dev plmeta -o test.plmeta
utils/plrender test.plmeta -dev psc -o test2.psc
There were no