07-20-2005 04:43 AM
07-20-2005 05:06 AM
07-20-2005 07:22 PM
07-21-2005 02:17 AM
07-21-2005 02:58 AM
07-21-2005 03:36 AM
The transposition is needed because the graph takes the data by rows, so unless you transpose it will see 10 rows (1,1; 2,4...).
Also, you made a wiring error. The Index Array should also get the value coming out of the transpose function. This is because if you wire nothing into the function, it also takes rows automatically, in this case rows 0 and 1. If you want to get rid of the transposition, you can wire 0 and 1 into the Column inputs of the function.
As for coloring the graph, go into the graph properties. First color the scales transparent, or to a proper color, so they're not in the way. Then, you can modify the plot color to black. Then, use the paintbrush tool on the graph itself to color the background white.