이중 축: yticks 크기 조정

이중 축: yticks 크기 조정

y ticks이중 축 플롯이 있을 때 문제를 해결하는 데 문제가 있습니다 . 두 번째 플롯의 틱은 첫 번째 그리드와 일치하지 않습니다. 두 플롯에 대해 하나의 그리드만 작동하도록 하기 위해 두 번째 플롯의 크기를 다시 조정할 수 있습니까?

이것이 두 번째 axis환경에서 내 코드가 보이는 모습입니다.

\begin{axis}[
  scale only axis, % The height and width argument only apply to the actual axis
  height=6cm,
  width=12cm,
  yticklabel style={/pgf/number format/fixed,/pgf/number format/precision=0, /pgf/number format/fixed zerofill=true},
  scaled y ticks=true,
  axis y line*=right,
  axis x line=none,
  ylabel=Antenna Impedance ($\Omega$),
  ylabel near ticks
  ]
\end{axis}

이중 축 - 고정되지 않은 tikz 축

감사합니다!

관련 정보