I am plotting this contour map Mathematica (Version 13.0.1):
ContourPlot[Log[x] + Log[y], {x, 0, 8}, {y, 0, 6}, AxesLabel -> Automatic, ContourShading -> False, Contours -> {1, 2, 2 Log[3], 3}, ContourStyle -> {{Thick, Blue}}, ContourLabels -> (Text[Style[#3, 14, Blue], {#1, #2}] &), Frame -> False, Axes -> True, GridLines -> None, Ticks -> {{3}, {3}},TicksStyle -> Directive[14]]
The result is pasted below. Clearly, Mathematica mixes up the labels of the last two contour lines. The problem vanishes if I use the numerical value of 2*Log[3], so I am guessing the Log function creates problems here. What could it be? How could I work around it?
Thanks!


13.0.1. $\endgroup$