Hi,
Is it possible to use PlotLables in the SoomthHistogram for the below data?
I appreciate your time.
data = {{1.2803`, 1.3201`, 1.3293`, 1.3218`, 1.3083`, 1.3173`,
1.3199`, 1.3199`, 1.3003`, 1.302`}, {1.28454896383258`,
1.31486608433709`, 1.33338430150823`, 1.32869413499298`,
1.31511881763857`, 1.31801663838946`, 1.31504818134268`,
1.31970851765029`, 1.3074323869142`, 1.29936159349021`}};
SmoothHistogram[data, PlotStyle -> {Dashed, Red},
LabelStyle -> {14, GrayLevel[0]}, ImageSize -> 700, PlotRange -> All,
PlotLegends -> {X, Y}]