Regarding #240: I used to work up the graphics commands interactively from the command line, too. But because of the very problems you describe, I now just create a one-off do-file in the editor and either execute it or select-execute the command (including the continuations).
It's nearly equivalent to interactive, and when I get the graph to my liking, I either (1) just copy-and-paste the final command into the proper location of the main do file or (2) go ahead and save the one-off graph-command do-file and have the main do-file call it.
It's nearly equivalent to interactive, and when I get the graph to my liking, I either (1) just copy-and-paste the final command into the proper location of the main do file or (2) go ahead and save the one-off graph-command do-file and have the main do-file call it.
Comment