%@ page language="java" contentType="text/html" %> <%-- Include common initialisation code --%> <%@ include file="/arch/common.jsp" %> <%-- The current tab --%> <% String currentTab = "Research"; %> <%-- Content of navigation pane --%> <%@ include file="nav.jsp" %> <% showCurrentLink=true; %> <%-- Current navigation location --%> <% String currentNav = "Reports and Theses"; %> <%-- Include the code for the document header --%> <%@ include file="/arch/header.jsp" %>
Paul Chown, GROVER: A Graph Plotting Program for Sun Workstations (August 1, 1990).
This report is a manual for the GROVER plotting package, which provides a facility for users of a Sun Workstation to manipulate numerical data in graphical form. The interface to GROVER is in the form of an interpreted command language, allowing interactive manipulation of two dimensional graphs generated from a variety of data formats. The interface can be operated from a standard character terminal although access to a Sun Workstation enables the effect of commands to be seen directly.
<%@ include file="hardcopy.html" %> <%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>