Hey,
I am combining different graphs with the same legend using the grc1leg2 package.
Everything works out fine. Except I have one problem.
They keys in the legend stay the same size when I am resizing the legend
Thats the part of the code I am using to combine the 4 graphs and I attached a screenshot of the graph.
grc1leg2 "$figures/fig6_samples_emp_on_ic_us_unemp.gph" ///
"$figures/fig6_samples_rincwage_ln_on_ic_us_unemp.gph" ///
"$figures/fig6_samples_rincwageph_ln_on_ic_us_unemp.gph" ///
"$figures/fig6_samples_swoccscoresybph_ln_on_ic_us_unemp.gph ", ///
legendfrom($figures/fig6_samples_rincwage_ln_on_ic_us_unemp.gph) ///
legscale(*0.6) lmsize(medium) symxsize(3) symysize(0.01) ring(2) ///
xtob1title xtsize(vsmall) ///
iscale(0.45) imargin(medium) xsize(20) ysize(16)
I hope you can help me with this.
Thank you!
Julia
I am combining different graphs with the same legend using the grc1leg2 package.
Everything works out fine. Except I have one problem.
They keys in the legend stay the same size when I am resizing the legend
Thats the part of the code I am using to combine the 4 graphs and I attached a screenshot of the graph.
grc1leg2 "$figures/fig6_samples_emp_on_ic_us_unemp.gph" ///
"$figures/fig6_samples_rincwage_ln_on_ic_us_unemp.gph" ///
"$figures/fig6_samples_rincwageph_ln_on_ic_us_unemp.gph" ///
"$figures/fig6_samples_swoccscoresybph_ln_on_ic_us_unemp.gph ", ///
legendfrom($figures/fig6_samples_rincwage_ln_on_ic_us_unemp.gph) ///
legscale(*0.6) lmsize(medium) symxsize(3) symysize(0.01) ring(2) ///
xtob1title xtsize(vsmall) ///
iscale(0.45) imargin(medium) xsize(20) ysize(16)
I hope you can help me with this.
Thank you!
Julia
Comment