Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Macro to plot multiple X and Y coordinates?
#7
Would it be all coordinate sets in a single paste or separate pastes per each set?

I guess what I'm getting at is what the delimiter is, if any, between each coordinate set. (comma, space, separate pairs, return/new line)

1) like this -- 2.31,5.2,(comma)10.1,8.6,(comma)(paste)... --

2) or like this -- 2.31,5.2 (space)10.1,8.6 (space)(paste)... --

3) or like this -- 2.31,5.2(paste)10.1,8.6(paste)... --

4) or like this -- 2.31,5.2(new line)10.1,8.6(new line)(paste)... --

This will help the programmer determine how that data is to be input and how the data needs to be manipulated within the Macro program to separate each coordinate pairing.

NOTE: #3 above would be no different than pasting the coordinate pairs on the input line. All others would be pasting a single list of all coordinate pairs to be plotted.
Reply


Messages In This Thread
RE: Macro to plot multiple X and Y coordinates? - Admin 1 - 05-13-2010, 07:08 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)