Question: plotting tables in one graph

hey all..
i want to plot graph for two tables.

Table1 shows value for crank nicolson method at different x and t 

t╲x  0.05	0.15	0.25	0.35	0.45	0.55	0.65	0.75	0.85
0.05	0.0855	0.2446	0.3708	0.4512	0.4815	0.4646	0.4609	0.3160	0.2001
0.15	0.0283	0.8214	0.1277	0.1607	0.1779	0.1776	0.1599	0.1267	0.0813
0.25 0.0112 0.0310 0.0474 0.0597 0.0662 0.0662 0.0597 0.0474 0.0306
0.35 0.0073 0.0128 0.0174 0.0222 0.0246 0.0246 0.0222 0.0175 0.0119
0.45 0.0097 0.0069 0.0062 0.0082 0.0091 0.0091 0.0082 0.0064 0.0050
0.55 0.0156 0.0036 0.0023 0.0029 0.0034 0.0034 0.0030 0.0024 0.0023
0.65 0.0233 0.0016 0.0013 0.0008 0.0013 0.0013 0.0010 0.0010 0.0009
0.75 0.0322 -0.0006 0.0015 -0.0001 0.0005 0.0005 0.0002 0.0007 -0.0001
0.85 0.0417 -0.0013 0.0021 -0.0004 0.0001 0.0002 -0.0001 0.0008 -0.0011

and  table2 shows value for cubic spline method at different x and t

 

t╲x  0.05	0.15	0.25	0.35	0.45	0.55	0.65	0.75	0.85
     
0.05 0.0879 0.2514 0.3807 0.4625 0.4928 0.4747 0.4151 0.3220 0.2655
0.15 0.0274 0.0846 0.1364 0.1722 0.1904 0.1900 0.1711 0.1354 0.0857
0.25 -0.0006 0.0256 0.0538 0.0668 0.0742 0.0742 0.0669 0.0533 0.0310
0.35 -0.0209 0.0028 0.0222 0.0258 0.0289 0.0289 0.0259 0.0212 0.0094
0.45 -0.0381 -0.0040 0.0092 0.0101 0.0111 0.0112 0.0101 0.0084 0.0018
0.65 -0.0691 -0.0004 -0.0006 0.0025 0.0016 0.0015 0.0019 0.0005 0.0003
0.75 -0.0835 0.0043 -0.0030 0.0018 0.0006 0.0005 0.0010 -0.0008 0.0017
0.85 -0.0972 0.0094 -0.0049 0.0014 0.0004 0.0001 0.0006 -0.0017 0.0035

now problem is i want both the tables to be plotted in one graph. can anyone help me..???
Please Wait...