Why have the numbers disappeared from in the $X$ Axis ?
Is there some way to keep the Frame and having the numbers on the Axis?
Plot[
{
f[10, 1, 1, 2, 0, t]
}
, {t, 0, 19}
, PlotRange -> {-5, 2}
, LabelStyle -> {FontSize -> 22, FontFamily -> "Times", Black, Bold}
, PlotStyle -> {{Darker[Blue],
Thickness[0.004]}, {Darker[Blue]}, {Darker[Blue]}, {Darker[
Blue]}, {Darker[Blue]}}
, PlotRangePadding -> 0
, LabelStyle -> {FontSize -> 13}
, AxesStyle -> Bold
, Frame -> True
, FrameLabel -> {t[sec], \[ScriptCapitalD]'[t]}
, LabelStyle -> {FontSize -> 13}
, AxesStyle -> Bold
, FrameStyle -> {{Directive[FontColor -> Darker[Red]],
Automatic}, {Directive[FontColor -> Darker[Red]], Automatic}}
]
