histogram_98.dlg

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

DLG
44
字号
/*
  histogram

*!  VERSION 1.1.0  10mar2005

*/

VERSION 9.0

INCLUDE graph_header
INCLUDE header

HELP hlp1, view("help histogram")
RESET res1

INCLUDE ghistogram
INCLUDE ifin
INCLUDE weights_f
INCLUDE gdensity
INCLUDE addplot
INCLUDE gr_twoway_98
INCLUDE gby_98

SCRIPT POSTINIT
BEGIN
	script ghistogram_createAsHistogram
	script gdensity_allow_kDensity
END

PROGRAM command
BEGIN
	put "histogram "
	put /program ghistogram_main_output
	INCLUDE _ifin_pr
	INCLUDE _weights_pr
	beginoptions
		put " " /program ghistogram_options_output
		put " " /program gdensity_output
		put " " /program addplot_output
		put " " /program gr_twoway_output
		put " " /program gby_output
	endoptions
END

⌨️ 快捷键说明

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