Extra axis function

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5652
    ywbyeon
    Participant

      I frequently use 1/T (T stands for temperature) for the x-axis in my work.

      In order to help the readability, I would love to include an extra axis for T above the plot. However, I found that I should take a complex procedure to add an extra axis by making additional data columns to convert the temperature to have its reciprocal conversion (T → 1/T).
      I think it would be great to support the native function for a reciprocal conversion of the existing axis in the “extra axis” menu.

      #5664
      dgteam
      Moderator

        Thanks for your suggestion.  We will continue to think about an option in the Extra Axis.  For now, we created an improved template to interactively create the labels above the graph.

        To plot 1/T on the x-axis, the value of 1/T  is calculated using an Expression column in the data table.  Then the issue seems to be how to display T above the graph.

        To improve the current template, we made a file that will calculate the values for the T axis using variables to define the minimum, stride, and number of grid lines.

        One example is given that calculates the locations of the grid based on an even stride.

        EvenStride

        A second example has an even grid.

        EvenGrid

        Is this example similar to what you are looking for?

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