twoway_overlay_98.dlg

来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· DLG 代码 · 共 56 行

DLG
56
字号
/*
  twoway_overlay_98

*!  VERSION 2.0.1  26mar2005

*/

VERSION 9.0

INCLUDE graph_header
INCLUDE header
HELP hlp1, view("help graph_twoway")
RESET res1

INCLUDE plot1
INCLUDE plot2

INCLUDE gyaxis_98
INCLUDE gxaxis_98
INCLUDE graxis_98
INCLUDE gtitle_98
INCLUDE gcaption_98
INCLUDE glegend_98
INCLUDE gregion_twoway_98
INCLUDE gby_98

SCRIPT POSTINIT
BEGIN
	settitle "twoway - Twoway graphs"

// Global system lists used in plot tabs and elsewhere
// These are expected to be the last items in this list.
	_dc_symbolsizes.Arrpush "weight"
	_dv_symbolsizes.Arrpush "weight"
END

PROGRAM command
BEGIN
	put "twoway "
	put " " /program plot1_output
	put " " /program plot2_output
	put /program globalif_output
	beginoptions
		put " " /program gyaxis_output
		put " " /program gxaxis_output
		put " " /program graxis_output
		put " " /program gtitle_output
		put " " /program gcaption_output
		put " " /program glegend_output
		put " " /program gregion_output
		put " " /program gby_output
	endoptions
END


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?