4

I thinkt this question fits better here than on english.stackexchange.

When describing a figure in a computer science paper, is it safe to use "tick" meaning "tick mark"?

Examples:
... (see the thick line right of tick "17") meaning tick mark "17"
or ... increase at tick "1e+02" ... increase at tick mark "1e+02".

Gilles 'SO- stop being evil'
  • 43,613
  • 8
  • 118
  • 182
mrsteve
  • 661
  • 1
  • 4
  • 9

2 Answers2

10

I've never heard those marks on the axes referred to as "ticks", though Wikipedia agrees with your usage. Since Dave Clarke also didn't realise that's what you're talking about, I suspect that at least a sizeable minority of people aren't familiar with the term.

Why do you need to talk about the marks on the axes at all? Instead of saying "increase at tick mark '1e+02'" just say "increase at $x=100$" or whatever the variable is on that axis. (Also, it's silly to use the notation "1e+02" for such a simple concept as 100.) Your writing will be easier to understand if you talk about the data, rather than talking about the precise details of how you chose to represent it.

David Richerby
  • 81,689
  • 26
  • 141
  • 235
8

Yes, if by tick you mean

enter image description here.

No, if you mean

enter image description here.

Dave Clarke
  • 20,205
  • 4
  • 68
  • 113