T O P I C R E V I E W |
Nu2Origin |
Posted - 06/10/2004 : 10:41:24 AM Excuse me for asking such a simple question... But when plotting 3D matrix data, I cannot get the X and Y axis data plotted (i.e. my 1st row and 1st column of data).
I've tried "Set Matrix Dimensions..." to define what is my x and y data, but the plot just has the row and column numbers on the x and y axes... it doesn't have the acutal x and y values.
I'm sure this has been covered (or maybe it's so obvious that it hasn't). So, any help or direction would be greatly appreciated! |
2 L A T E S T R E P L I E S (Newest First) |
Mike Buess |
Posted - 06/10/2004 : 12:40:03 PM Do you have Origin 6.1? There was a bug with the "Set Matrix Dimensions" dialog in that version. In any case, try setting the dimensions by script...
matrix -ps X xmin xmax; // set X axis from xmin to xmax matrix -ps Y ymin ymax; // set Y axis from ymin to ymax
Run those commands while the matrix is active and then plot.
Mike Buess Origin WebRing Member |
Mike |
Posted - 06/10/2004 : 12:26:06 PM If you are using version 7.5, go to your Origin Help file (Help:Origin) and search on index keyword(s) = Direct worksheet to matrix conversion.
Note that once you have done the worksheet to matrix conversion, you can show your X and Y values in the matrix's row and column headings by choosing View:Show X/Y with the matrix window active.
Let us know if this doesn't help you.
Mike OriginLab |