Multiple plots in R with both primary and secondary axes on all 4 sides with custom axis label

前端 未结 1 2013
星月不相逢
星月不相逢 2021-01-16 13:03

According to the comments from others, this post has been separated into smaller questions from the previous version of this OP.

In the graph below, will you help m

相关标签:
1条回答
  • 2021-01-16 13:43

    The reason minor.tick produces 6 intervals is that it was written on the assumption that the default axis divisions would be used. It has no way of knowing that you substituted a different major tick placement.

    After each axis(4, ...) call, you should make a call:

     box()
    

    I already answered the question yesterday on SO about how to construct a modified version of minor.tick that could be used with side =3 or =4.

    0 讨论(0)
提交回复
热议问题