cuikplot.c File Reference

Detailed Description

dot_inline_dotgraph_49.png

A utility to generate 2d plots of boxes. The output is in xfig format.

See Also
cuikplot3d.c

Definition in file cuikplot.c.

Functions

int main (int argc, char **arg)
 Main body of the cuikplot application. More...
 

Function Documentation

int main ( int  argc,
char **  arg 
)

Main body of the cuikplot application.

Use:

  • cuikplot solution_name dimx dimy plot_name

where

  • solution_name is the file with the solutions to be ploted
  • dimx, dimy are the two dimensions to be plotted (numbered from 1)
  • plot_name is the output .fig file.
Parameters
argcNumber of elements in the command line that starts the application (i.e., the cuikplot command itself and its arguments).
argStrings with the arguments.
Returns
EXIT_SUCCESS (0) if the execution worked out fine and EXIT_FAILURE if not.

Definition at line 61 of file cuikplot.c.

References ClosePlot(), CreateFileName(), DeleteBox(), DeleteFileName(), Error(), GetBoxInterval(), GetFileFullName(), InitPlot(), LowerLimit(), PLOT2D_EXT, PlotAxis(), PlotRectangle(), ReadBox(), SetOrigin(), SOL_EXT, and UpperLimit().