Skip to content

Instantly share code, notes, and snippets.

@hamiltont
Created June 15, 2014 23:41
Show Gist options
  • Save hamiltont/1330f418b85dd1b12c21 to your computer and use it in GitHub Desktop.
Save hamiltont/1330f418b85dd1b12c21 to your computer and use it in GitHub Desktop.
> # Using autocomplete here does nothing...
> plot(x,y,notc[Tab]
> # Using autocomplete here shows the notch option
> barplot(x,y,notc[Tab]
> barplot(x,y,notch=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment