1.11 FAQ-122 How do I format the axis tick labels?

Last Update: 9/17/2021

Change Numeric Tick Label Display

  1. Double click on the axis tick labels or select Format: Axes: X/Y/Z Axis... menu go to Tick Labels tab
  2. On Display sub-tab, pick desired display in Display dropdown box, such as Scientific, Engineering, etc.
  3. To set decimal places, select Decimal in Display dropdown list.
  4. Check Set Decimal Places checkbox and enter demical place number.
  5. For numeric tick label, you can also use Divide by Factor, Formula, and Prefix/Suffix together to customize tick labels. E.g.
    • If you want to show tick label as percent, see See Display my axis label as percentage. Basically in Origin 2018b,
      Percent tick label.png
      If you are using Origin 2018 or older versions, set Divide by Factor as 0.01 and set Suffix as %.
    • If you want to show tick label as fractions, it's supported in Origin 2018b.
      Fraction tick label.png
    • If you want to show logarithmic notation -2,-1,0,1,2 in log scale instead of scientific notation e.g. 10^-2, 10^-1, 10^0,... or 1E-2, 1E-1, 1E0, ...,
      Logistic tick label.png
  6. Go to Format subtab to customize font, size, color, rotation, etc.


Note: Custom in Display dropdown list gives you full control of numeric display. E.g.

  • *3 means 3 significant digits
  • .2 means two decimal places
  • .2* means two decimal places and drop trailing zeros. e.g. 10, 10.2 will not show as 10.00 and 10.20

When creating a Formula for axis labels, use "x" to refer to the current axis, whether it is an X, Y or Z axis.

Change Date/Time Tick Label Display

If X data is date/time, date/time tick labels will show. To customize the display of it

  1. Double click on the axis tick labels or select Format: Axes: X/Y/Z Axis... menu go to Tick Labels tab
  2. On Display sub-tab, pick desired display in Display dropdown box
  3. If what you want isn't listed, choose Custom Display in Display dropdown list and define your own date/time display.
  4. If tick label is too long, wrap text on Format sub-tab.
    Two rows of date tick labels.gif

Show Muti-Line Tick Labels

Use Tick Label Table

Using bottom x axis as an example, if your x data is text or categorical. After plotting, if you want to show two rows of tick labels, you can

  1. Double click tick label to open Axis dialog.
  2. Under Tick Labels tab, select Table subset.
  3. Enable it and set Number of Rows to 2.
  4. Then Bottom1 and Bottom2 will show on left panel.
  5. Select Bottom1 and on Display tab. Specify what to show in 1st row (outer row).
  6. Select Bottom2 and on Display tab. Specify what to show in 2nd row (inner row).
    Two rows of tick labels.gif

Use Multi-line Text from Worksheet

If there are multi-line text in X column, when plotting data, the tick label will show in multi-lines. Note: When directly selecting cells in worksheet to format, e.g., italicize text, color text, and subsequently make a plot using the formatted text as tick labels or text labels, the formatting will be missing in the graph. To make the text formatting passing to graphs, you will need to turn on Rich Text mode before editing cells.

For example, if you want to type multi-line text in X column as follows

A(X) B(Y)
red
apple
1
orange
orange
2
green
banana
3
  1. Right click column A header and choose Format Cells... context menu. Check Rich Text and click OK.
  2. In 1st cell of column A, type red and then press Ctrl+Enter to start new line. Enter apple.
  3. Highlight the word red and then choose red color from the Font Color Button Font Color.png button on Format toolbar.
  4. Repeat the above step to enter other text in column A.
  5. Highlight the Y column and select the plot type of your choice.

Wrap Text

For text tick labels that's too long, use Wrap Text control on Format sub-tab of Tick Labels tab in Axis dialog. See this quick help for details.

Use Subscripts and Superscripts in Tick Labels

The key here is to set Rich Text in the worksheet cells that contain tick labels, then use the Format toolbar buttons to apply subcripting (or other special formattting) to the selected text.

  1. Select the column that you intend to use for your chemical formulae, etc., right-click and choose Format Cells from the shortcut menu.
  2. Check the Rich Text box and click OK.
  3. Enter your strings (e.g. "H2SO4") into the worksheet cells, highlighting your subscript text and clicking the Subscript button Button Subscript.png on the Format toolbar, as needed.
  4. Create the plot.
FAQ122 tick label subscripts.png

Customize Minor Tick Labels

You can turn on minor tick labels at each minor tick mark or or at specified minor tick mark only. And the minor tick label can have its own Display format. It's very useful for log scale and date/time axis. E.g. for log scale, there are always 8 minor ticks. If besides showing tick labels at 0.1 1 10 100 1000, you also want to show tick labels at some minor tick marks, such as every 2nd and 5th tick mark, you can

  1. Double click Tick Labels to open Axis dialog.
  2. Go to Minor Tick Labels sub-tab.
  3. Check Show at Specified Indices Only checkbox.
  4. Enter space separated indices.
    Log scale minor tick labels.gif

See Also Customize Tick Label at Specific Values


Keywords:individual, format, color, font, rich text, italic, bold, edit, text label, superscript, subscript, wrap, date, decimal, significant digits, log

Minimum Origin Version Required: 2015 SR0