Hi everyone,
Very quick question:
I have produced the code below.
However, my densities are not smooth. How can I obtain smoother curves (i.e. normal ones) please?
Here is my plot:

Thank you in advance.
Michael
Very quick question:
I have produced the code below.
Code:
joy_plot kW_power_p1 if tariff_2 == 1 & tariff_2_more_15000_w == 0, scheme(white_w3d) over(product_classification_encod) lcolor(%100) fcolor(%20) alegend range(0 15) /// title("{bf}Density Plot", pos(11) size(3)) /// subtitle("Contract Types, 1{sup:st} Period (Households)", pos(11) size(2.75)) /// ytitle("Density", size(2.5) orient(horizontal)) /// ylabel(, nogrid labsize(2)) /// xtitle("Contracted Powers (in kW)", size(2.5)) /// xlabel(0(1)15, labsize(2) nogrid format(%9.0fc))
Here is my plot:
Thank you in advance.
Michael
Comment