Created
March 6, 2013 15:46
-
-
Save legumbre/5100241 to your computer and use it in GitHub Desktop.
plotting with calc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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