Greetings!
I use 10.0.2.0 and get the same error for the following code:
Plot[
Evaluate[{P[\[Xi]]}],
{\[Xi], 0, 3 (2 \[Pi])},
PlotRange -> All,
PlotLabel -> "P(z-C t)",
LabelStyle -> Directive[FontSize -> Medium, Black, Bold],
AxesStyle -> Black,
AxesLabel -> {"z", "A"},
ImageSize -> Large,
PlotRange -> All
]
If I remove LabelStyle option it works very fine!
What could be the issue?