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

📄 plot3.idlg

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 IDLG
📖 第 1 页 / 共 5 页
字号:

SCRIPT plot3_scatter_opts_hide
BEGIN
	plot3.gb_marker.hide
	plot3.tx_msymbol.hide
	plot3.cb_msymbol.hide
	plot3.tx_mcolor.hide
	plot3.cb_mcolor.hide
	plot3.cl_mcolor.hide
	plot3.tx_msize.hide
	plot3.cb_msize_wgt.hide
	plot3.cb_msize.hide
	plot3.ck_mlabel.hide
	plot3.tx_mlabel.hide
	plot3.vn_mlabel.hide
	plot3.tx_mlsize.hide
	plot3.cb_mlsize.hide
	plot3.tx_mlcolor.hide
	plot3.cb_mlcolor.hide
	plot3.cl_mlcolor.hide
	plot3.tx_mlposition.hide
	plot3.cb_mlposition.hide
	plot3.tx_orientation.hide
	plot3.cb_orientation.hide
	plot3.tx_weightvar.hide
	plot3.vn_weightvar.hide
END

SCRIPT plot3_line_opts_hide
BEGIN
	plot3.gb_line.hide
	plot3.tx_clcolor.hide
	plot3.cb_clcolor.hide
	plot3.cl_clcolor.hide
	plot3.tx_clpattern.hide
	plot3.cb_clpattern.hide
	plot3.tx_clwidth.hide
	plot3.cb_clwidth.hide
	plot3.tx_connect.hide
	plot3.cb_connect.hide
END

SCRIPT plot3_fit_range_hide
BEGIN
	plot3.ck_fitrange.hide
	plot3.ed_fitfrom.hide
	plot3.tx_fitto.hide
	plot3.ed_fitto.hide
END

SCRIPT plot3_fit_pred_hide
BEGIN
	plot3.rb_predpoints.hide
	plot3.sp_predpoints.hide
	plot3.tx_predpoints.hide
	plot3.rb_predx.hide
END

SCRIPT plot3_hide_all
BEGIN
	plot3.gb_generic.hide
	plot3.ck_mband.hide
	plot3.sp_mband.hide
	plot3.ck_mpoints.hide
	plot3.sp_mpoints.hide
	plot3.ck_mean.hide
	plot3.ck_nowieght.hide
	plot3.ck_logit.hide
	plot3.ck_noadjust.hide
	plot3.ed_bandwidth.hide
	plot3.tx_bandwidth.hide
	plot3.tx_function.hide
	plot3.cb_function.hide
	plot3.ck_kernelwidth.hide
	plot3.ed_kernelwidth.hide
	plot3.tx_kernelwidth.hide
	plot3.sp_kerneleval.hide
	plot3.tx_kerneleval.hide
	plot3.gb_fit.hide
	script plot3_fit_range_hide
	script plot3_fit_pred_hide
	plot3.tx_ci_src.hide
	plot3.cb_ci_src.hide
	plot3.tx_fitplot.hide
	plot3.cb_fitplot.hide
	plot3.tx_ciplot.hide
	plot3.cb_ciplot.hide
	plot3.tx_level.hide
	plot3.sp_level.hide
	plot3.tx_regress_opt.hide
	plot3.ed_regress_opt.hide
	plot3.tx_pred_opt.hide
	plot3.ed_pred_opt.hide
	plot3.tx_ecommand.hide
	plot3.cb_ecommand.hide
	script plot3_scatter_opts_hide
	script plot3_line_opts_hide
	plot3.tx_barbsize.hide
	plot3.cb_barbsize.hide
	plot3.ck_headlabel.hide
	plot3.tx_clwidth.hide
	plot3.cb_clwidth.hide
	plot3.tx_clpattern.hide
	plot3.cb_clpattern.hide
	plot3.gb_common.hide
	plot3.tx_blcolor.hide
	plot3.cb_blcolor.hide
	plot3.cl_blcolor.hide
	plot3.tx_blwidth.hide
	plot3.cb_blwidth.hide
	plot3.tx_blpattern.hide
	plot3.cb_blpattern.hide
	plot3.tx_bfcolor.hide
	plot3.cb_bfcolor.hide
	plot3.cl_bfcolor.hide
	plot3.tx_barwidth.hide
	plot3.en_barwidth.hide
	plot3.tx_base.hide
	plot3.en_base.hide
	plot3.tx_histtype.hide
	plot3.cb_histtype.hide
	plot3.gb_datatype.hide
	plot3.rb_continuous.hide
	plot3.rb_discrete.hide
	plot3.sp_gap.hide
	plot3.tx_gap.hide
	plot3.ed_datamin.hide
	plot3.tx_datamin.hide
	plot3.ck_num_of_bins.hide
	plot3.sp_num_of_bins.hide
	plot3.ck_width_of_bins.hide
	plot3.ed_width_of_bins.hide
END

SCRIPT plot3_do_none
BEGIN
	plot3_is_pc_type.setfalse
	script plot3_common_hide
	script plot3_x2_hide
	script plot3_y2_hide
	script plot3_hide_all
	plot3.tx_type.setlabel "Plot type: (None)"
END

SCRIPT plot3_do_line
BEGIN
	plot3_is_pc_type.setfalse
	plot3.tx_type.setlabel "Plot type: (Line)"
	script plot3_common_show
	script plot3_x2_hide
	script plot3_y2_hide
	script plot3_hide_all

	script plot3_line_setLayout_1
	script plot3_line_show
END

SCRIPT plot3_do_scatter
BEGIN
	plot3_is_pc_type.setfalse
	plot3.tx_type.setlabel "Plot type: (Scatter)"
	script plot3_common_show
	script plot3_x2_hide
	script plot3_y2_hide
	script plot3_hide_all

	script plot3_scatter_setLayout_1
	script plot3_scatter_show
	script plot3_set_scatter_weights_on
	plot3.gb_marker.setlabel "Markers"
END

SCRIPT plot3_do_connected
BEGIN
	plot3_is_pc_type.setfalse
	plot3.tx_type.setlabel "Plot type: (Connected)"
	script plot3_common_show
	script plot3_x2_hide
	script plot3_y2_hide
	script plot3_hide_all

	script plot3_line_setLayout_1
	script plot3_line_show
	script plot3_scatter_setLayout_2
	script plot3_scatter_show
	script plot3_set_scatter_weights_on
	plot3.gb_marker.setlabel "Markers"
END

SCRIPT plot3_do_area
BEGIN
	plot3_is_pc_type.setfalse
	plot3.tx_type.setlabel "Plot type: (Area)"
	script plot3_common_show
	script plot3_x2_hide
	script plot3_y2_hide
	script plot3_hide_all

	script plot3_area_opts_show
	plot3.gb_common.setlabel "Area"
END

SCRIPT plot3_do_bar
BEGIN
	plot3_is_pc_type.setfalse
	plot3.tx_type.setlabel "Plot type: (Bar)"
	script plot3_common_show
	script plot3_x2_hide
	script plot3_y2_hide
	script plot3_hide_all
	script plot3_bar_opts_show
	plot3.gb_common.setlabel "Bars"
END

SCRIPT plot3_do_spike
BEGIN
	plot3_is_pc_type.setfalse
	plot3.tx_type.setlabel "Plot type: (Spike)"
	script plot3_common_show
	script plot3_x2_hide
	script plot3_y2_hide
	script plot3_hide_all

	script plot3_spike_drop_opts_show
	plot3.gb_common.setlabel "Spikes"
END

SCRIPT plot3_do_dropline
BEGIN
	plot3_is_pc_type.setfalse
	plot3.tx_type.setlabel "Plot type: (Dropline)"
	script plot3_common_show
	script plot3_x2_hide
	script plot3_y2_hide
	script plot3_hide_all

	script plot3_scatter_setLayout_2
	script plot3_scatter_show
	script plot3_set_scatter_weights_on
	script plot3_spike_drop_opts_show
	plot3.gb_common.setlabel "Droplines"
	plot3.gb_marker.setlabel "Markers"
END

SCRIPT plot3_do_rarea
BEGIN
	plot3_is_pc_type.setfalse
	plot3.tx_type.setlabel "Plot type: (Range area)"
	script plot3_common_show
	script plot3_y2_show
	script plot3_set_second_y_to_left

	script plot3_x2_hide
	script plot3_hide_all

	script plot3_range_area_opts_show
	plot3.gb_common.setlabel "Range area"
END

SCRIPT plot3_do_rbar
BEGIN
	plot3_is_pc_type.setfalse
	plot3.tx_type.setlabel "Plot type: (Range bar)"
	script plot3_common_show
	script plot3_y2_show
	script plot3_set_second_y_to_left

	script plot3_x2_hide
	script plot3_hide_all

	script plot3_range_bar_opts_show
	plot3.gb_common.setlabel "Range bars"
END

SCRIPT plot3_do_rspike
BEGIN
	plot3_is_pc_type.setfalse
	plot3.tx_type.setlabel "Plot type: (Range spike)"
	script plot3_common_show
	script plot3_y2_show
	script plot3_set_second_y_to_left

	script plot3_x2_hide
	script plot3_hide_all

	script plot3_rng_spike_drop_opts_show
	plot3.gb_common.setlabel "Range spikes"
END

SCRIPT plot3_do_rspike_cap
BEGIN
	plot3_is_pc_type.setfalse
	plot3.tx_type.setlabel "Plot type: (Range spike w/cap)"
	script plot3_common_show
	script plot3_y2_show
	script plot3_set_second_y_to_left

	script plot3_x2_hide
	script plot3_hide_all

	script plot3_rng_spike_drop_opts_show
	script plot3_rng_cap_show
	plot3.gb_common.setlabel "Range spike with caps"
END

SCRIPT plot3_do_rspike_capsym
BEGIN
	plot3_is_pc_type.setfalse
	plot3.tx_type.setlabel "Plot type: (Range spike w/sym.)"
	script plot3_common_show
	script plot3_y2_show
	script plot3_set_second_y_to_left

	script plot3_x2_hide
	script plot3_hide_all

	script plot3_rng_spike_drop_opts_show
	script plot3_scatter_setLayout_2
	script plot3_scatter_show
	script plot3_set_scatter_weights_on
	plot3.gb_common.setlabel "Range spikes"
	plot3.gb_marker.setlabel "Markers"
END

SCRIPT plot3_do_rscatter
BEGIN
	plot3_is_pc_type.setfalse
	plot3.tx_type.setlabel "Plot type: (Range scatter)"
	script plot3_common_show
	script plot3_y2_show
	script plot3_set_second_y_to_left

	script plot3_x2_hide
	script plot3_hide_all

	script plot3_scatter_setLayout_3
	script plot3_scatter_show
	script plot3_set_scatter_weights_on
	script plot3_orientation_show
	plot3.gb_marker.setlabel "Range scatter (markers)"
END

SCRIPT plot3_do_rline
BEGIN
	plot3_is_pc_type.setfalse
	plot3.tx_type.setlabel "Plot type: (Range line)"
	script plot3_common_show
	script plot3_y2_show
	script plot3_set_second_y_to_left

	script plot3_x2_hide
	script plot3_hide_all

	script plot3_range_line_opts_show
	plot3.gb_common.setlabel "Range lines"
END

SCRIPT plot3_do_rconnected
BEGIN
	plot3_is_pc_type.setfalse
	plot3.tx_type.setlabel "Plot type: (Range connected)"
	script plot3_common_show
	script plot3_y2_show
	script plot3_set_second_y_to_left

	script plot3_x2_hide
	script plot3_hide_all

	script plot3_range_line_opts_show
	script plot3_scatter_setLayout_2
	script plot3_scatter_show
	script plot3_set_scatter_weights_on
	plot3.gb_common.setlabel "Range lines"
END

SCRIPT plot3_do_pcspike
BEGIN
	plot3_is_pc_type.settrue
	plot3.tx_type.setlabel "Plot type: (PC spike)"
	script plot3_common_show
	script plot3_xypaired_show

	script plot3_hide_all

	script plot3_range_line_opts_show
	plot3.gb_common.setlabel "Paired coordinate spikes"
END

SCRIPT plot3_do_pccapsym
BEGIN
	plot3_is_pc_type.settrue
	plot3.tx_type.setlabel "Plot type: (PC spike w/cap)"
	script plot3_common_show
	script plot3_xypaired_show

	script plot3_hide_all

	script plot3_range_line_opts_show
	script plot3_scatter_setLayout_2
	script plot3_scatter_show
	script plot3_set_scatter_weights_on
	plot3.gb_common.setlabel "Paired coordinate spikes"
	plot3.gb_marker.setlabel "Markers"
END

SCRIPT plot3_do_pcarrow
BEGIN
	plot3_is_pc_type.settrue
	plot3.tx_type.setlabel "Plot type: (PC arrow)"
	script plot3_common_show
	script plot3_xypaired_show

	script plot3_hide_all

	script plot3_range_line_opts_show
	script plot3_scatter_setLayout_2
	script plot3_scatter_show
	plot3.ck_headlabel.show
	plot3.tx_msymbol.hide
	plot3.cb_msymbol.hide
	plot3.gb_common.setlabel "Paired coordinate arrow shafts"
	plot3.gb_marker.setlabel "Arrow heads"
	plot3.tx_barbsize.show
	plot3.cb_barbsize.show
END

SCRIPT plot3_do_pcbarrow
BEGIN
	plot3_is_pc_type.settrue
	plot3.tx_type.setlabel "Plot type: (PC double arrow)"
	script plot3_common_show
	script plot3_xypaired_show

	script plot3_hide_all

	script plot3_range_line_opts_show
	script plot3_scatter_setLayout_2
	script plot3_scatter_show
	plot3.ck_headlabel.show
	plot3.tx_msymbol.hide
	plot3.cb_msymbol.hide
	plot3.gb_common.setlabel "Paired coordinate arrow shafts"
	plot3.gb_marker.setlabel "Arrow heads"
	plot3.tx_barbsize.show
	plot3.cb_barbsize.show
END

SCRIPT plot3_do_pcscatter
BEGIN
	plot3_is_pc_type.settrue
	plot3.tx_type.setlabel "Plot type: (PC scatter)"
	script plot3_common_show
	script plot3_xypaired_show

	script plot3_hide_all

	script plot3_scatter_setLayout_3
	script plot3_scatter_show
	script plot3_orientation_show
	plot3.gb_marker.setlabel "Markers"
END

SCRIPT plot3_do_tsline
BEGIN
	plot3_is_pc_type.setfalse
	plot3.tx_type.setlabel "Plot type: (TS line)"
	script plot3_common_show

	script plot3_x2_hide
	script plot3_y2_hide
	script plot3_hide_all
	plot3.tx_x.hide
	plot3.vn_x.hide
	plot3.ck_sort.hide
	plot3.ck_xaxis2.setposition 200 20 . .
	plot3.ck_yaxis2.setposition 200 40 . .

	script plot3_line_setLayout_1
	script plot3_line_show
	plot3.gb_common.setlabel "Lines"
END

SCRIPT plot3_do_tsrline
BEGIN
	plot3_is_pc_type.setfalse
	plot3.tx_type.setlabel "Plot type: (TS range line)"
	script plot3_common_show
	script plot3_y2_show
	plot3.ck_xaxis2.setposition 200 20 . .
	plot3.ck_yaxis2.setposition 200 40 . .

	script plot3_x2_hide
	script plot3_hide_all
	plot3.tx_x.hide
	plot3.vn_x.hide
	plot3.ck_sort.hide

	script plot3_line_setLayout_1
	script plot3_line_show
	plot3.gb_common.setlabel "Lines"
END

SCRIPT plot3_do_mband
BEGIN
	plot3_is_pc_type.setfalse
	plot3.tx_type.setlabel "Plot type: (Median-band)"
	script plot3_common_show

	script plot3_x2_hide
	script plot3_y2_hide
	script plot3_hide_all

⌨️ 快捷键说明

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