I have a little problem that's driving me crazy. The problem will be clear from the graphic: the text of the tick labels. on the Y-Axis are crossing/overlaying.
I tried everything but I found nothing that could fix this problem. 
For anyone interested, here's the code:
Plot[{1/(5*x)}, {x, 1.8, 6}, GridLines -> {{{4, Red}, {3.5, Red}}, None}, AxesLabel -> {L, W/P}, Ticks -> {None, {{0.049, W/Subscript[P, 2]}, {0.057, W/Subscript[P, 1]}}}, TicksStyle -> Tiny, PlotRange -> {0.02, 0.12}, AxesOrigin -> {1, 0.02}, AxesStyle -> Arrowheads[0.04]] I would be really really glad if someone had a solution for this!



Ticks -> {None, {{0.049, Style[Row[{"W / ", Subscript[P, 2]}], 14]}, {0.057, Style[Row[{"W / ", Subscript[P, 1]}], 15]}}}? $\endgroup$