⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 twoway_simple.dlg

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 DLG
字号:
/*
  twoway

*!  VERSION 2.0.1  26mar2005

*/

VERSION 9.0

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

INCLUDE plot1

INCLUDE gyaxis
INCLUDE gxaxis
INCLUDE gtitle
INCLUDE gcaption
INCLUDE glegend
INCLUDE gregion_twoway
INCLUDE gby

SCRIPT POSTINIT
BEGIN
	settitle "twoway - Twoway graphs"
	plot1.settabtitle "Plot"

// 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 globalif_output
	beginoptions
		put " " /program gyaxis_output
		put " " /program gxaxis_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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -