📄 mlplotdemo
字号:
#! /bin/sh# This material contains unpublished, proprietary software of# Entropic Research Laboratory, Inc. Any reproduction, distribution,# or publication of this work must be authorized in writing by Entropic# Research Laboratory, Inc., and must bear the notice:## "Copyright (c) 1986-1990 Entropic Speech, Inc.# "Copyright (c) 1990-1991 Entropic Research Laboratory, Inc.# All rights reserved"## The copyright notice above does not evidence any actual or intended# publication of this source code.## @(#)mlplotdemo 3.5 6/12/91 ESI/ERL## Written by:# Checked by:# Revised by: David Burton## Brief description: Illustrates multiline plots#if test `mach_type` = CONVEX -o `mach_type` = SONY_RISC -o `mach_type` = SONY_68K then echo This script will fail if you do not have write permission on this directory. else if test ! -w . then echo "You do not have write permission in this directory." exit 1 fifiset -xmlplot -mv -oplotv -n -X10 -l50 -y2048 -p1:500 sine1.sd sine2.sd sines.sd signal.sd xmcd plotv/page1&sleep 2mlplot -oplot -n -X10 -l50 -y2048 -p1:500 sine1.sd sine2.sd sines.sd signal.sd xmcd plot/page1&
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -