I'm trying to add a tick mark at the origin of a plot in mathematica, but seem to be having trouble. Any advice?
My command looks like this right now:
Plot[S[v], {v, 0, 6}, PlotRange -> All, AxesLabel -> {"Voltage", "Current"}, Ticks -> {{{6,V_th},{{0,"0"},{1,I_max}}}]
The tick marks at...