Skip to content

Instantly share code, notes, and snippets.

@legumbre
Created March 6, 2013 15:46
Show Gist options
  • Save legumbre/5100241 to your computer and use it in GitHub Desktop.
Save legumbre/5100241 to your computer and use it in GitHub Desktop.
plotting with calc
0,1,2,3,4,5,0,1,2,3,4,5,1,2,3,4,5
;; set the region to the previous line, then use 'C-x * g' to grab it in calc.
;; In calc, hit 'SPC' to duplicate the top of the stack:
;; 2: [0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5, 1, 2, 3, 4, 5]
;; 1: [0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5, 1, 2, 3, 4, 5]
;; Then use 'g f' to plot vector1 vs vector2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment