# # Copyright (C) 1999-2004 Liz Potterton, Peter Briggs # # This code is distributed under the terms and conditions of the # CCP4 Program Suite Licence Agreement as a CCP4 Library. # A copy of the CCP4 licence can be obtained by writing to the # CCP4 Secretary, Daresbury Laboratory, Warrington WA4 4AD, UK. # #CCP4i_cvs_Id $Id$ #CCP4I VERSION CCP4Interface 0.10 #CCP4I SCRIPT DEF blt_graph #CCP4I DATE 25/03/98 16:05:30 #CCP4I USER lizp set typedef(_colour_mode) { menu {colour monochrome } { color monochrome } } set typedef(_orientation) { menu {landscape portrait } { 1 0 } } set typedef(_symbol) { menu { none circle square diamond plus cross splus scross triangle } } set typedef(_colour) { menu { blue cyan green yellow brown orange salmon red pink magenta purple bisque grey white black } } set typedef(_symbolfill) { menu { fill open } { defcolor {} } } set typedef(_linepattern) { menu { solid \ dots \ "short dash" \ "medium dash" \ "long dash" \ "dash-dot" \ "dash-dot-dot" \ "long-short-dot-short" } { {} { 2 2 } { 4 4 } { 8 8 } { 12 2 } { 12 2 1 2 } { 8 2 1 2 1 2 } { 8 2 4 2 2 2 4 2 } } } set typedef(_fontname) { menu { Courier Helvetica Times } } set typedef(_fontstyle) { menu { Normal Bold Italic BoldItalic } } set typedef(_fontsize) { menu { 8 10 12 14 18 24 } }