ticks perpendicular to line on plot command

Welcome to our Forums Technical Support Support Desk ticks perpendicular to line on plot command

Viewing 2 posts - 11 through 12 (of 12 total)
  • Author
    Posts
  • #7043
    dgteam
    Moderator

      You can leave the pick_x and pick_y as is.  These just select the data.  In the details section, these values are scaled and you can adjust the scaling there.

      The slope is calculated based on the xx and yy columns.  You can adjust the xx to log base 10.

      log

      The take the reverse log here …

      log2

      We were able to get the work after changing the x to logarithmic.

      log3

      We also had to increase the aspect ratio to about 20.  Does that help?

       

      #7056
      scgc
      Participant

        I think the large scale of my x-axis (up to 200) is still an issue…I was able to get all of the ticks to be perpendicular to the line, but there’s still some variation in tick length. It seems the more horizontal a tick is, the longer it is.

        Changing the equations for x1 and x2 to
        10^(xx +- log10(length)*cos(angle))
        greatly reduces differences in tick length but doesn’t entirely eliminate them.

      Viewing 2 posts - 11 through 12 (of 12 total)
      • You must be logged in to reply to this topic.

      Welcome to our Forums Technical Support Support Desk ticks perpendicular to line on plot command