答案1
使用tzplot
:
\documentclass{standalone}
\usepackage{tzplot}
\begin{document}
\begin{tikzpicture}[scale=.07,font=\scriptsize]
\tzaxes(130,50){Pop}{Bio}
\tzticks{24,120}{24,30}
\tzline[thick]"bgt"(0,30)(120,0)
\tzline[dotted](0,0)(35,35)
\tzaxesL(6,6)(60,40){$Id_1$}
\tzaxesL(12,12)(60,40){$Id_2$}
\tzaxesL(18,18)(60,40){$Id_3$}
\tzaxesL(24,24)(60,40){$Id_4$}
\tzproj*(24,24)
\end{tikzpicture}
\end{document}