I tried to save the plot P1 by right clicking on the plot and pressing save as. I found that the PlotLegend is not saved. Please help.
P1 = Plot[{Sin[ t], Cos[ t], Tan[ t]}, {t, 0, 10},
PlotStyle -> {{Blue, Dashing[None], Thickness[0.005]}, {Red,
Dashing[Tiny], Thickness[0.005]}, {Green, Dashing[Small],
Thickness[0.005]}}, Axes -> False, Frame -> True,
PlotLegends ->
Placed[LineLegend[Automatic, {"sin", "cos", "tan for b=1"},
LegendMarkerSize -> {{20, 10}}], Top]]
Comments
Post a Comment