home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 334_02 / readme.x11 < prev    next >
Text File  |  1991-02-05  |  2KB  |  42 lines

  1. Gnuplot (patch 2) Support for X11
  2. -----------------------
  3. 24 November 1990
  4.  
  5. Installing gnuplot X11 support requires:
  6.  
  7.    o compilation of term.c with -DX11 included in TERMFLAGS
  8.  
  9.    o compilation of plot.c with -DX11
  10.  
  11.    o compilation of the outboard X11 terminal driver gnuplot_x11
  12.  
  13. makefile.x11 (a modified version of makefile.unx) provides these additional
  14. functions. The X11LIBS and X11INCLUDES parameters should be set to point to
  15. the X11 libraries and include files on your system. Comments give settings
  16. for several systems. The X11FLAGS parameter should be set to "-DMOTIF" to
  17. compile for the Motif (libXm.a) rather than Athena (libXaw.a) widget library.
  18.  
  19. The gnuplot man page describes command line options and tailorable resources 
  20. available when gnuplot terminal types x11 or X11 are used.
  21.  
  22. Sorry, as of this writing no support is available for platforms other than unix.
  23.  
  24. Differences from "xgnuplot"
  25. ---------------------------
  26. This X11 support is based on the xgnuplot wrapper/terminal driver distributed 
  27. separately from gnuplot. Differences:
  28.  
  29.    o Gnuplot silently invokes the outboard driver, rather than vice versa.
  30.      Thus resource names in .Xdefaults begin with "gnuplot" rather than
  31.      "xgnuplot".
  32.  
  33.    o When the window is resized, the currently displayed plot is automatically
  34.      rescaled and replotted.
  35.  
  36.    o Compiles under X11 R3 as well as R4 and with either the Athena or Motif 
  37.      widget libraries.
  38.  
  39. ---------------------------------
  40. Ed Kubaitis, ejk@uxh.cso.uiuc.edu
  41. Computing Services Office - University of Illinois, Urbana
  42.