Question: How do I plot the elements of a matrix?

Hello everyone!

I've imported some values I gathered in a dat file, from Python, with the ImportMatrix, to Maple. This procedure gave me a 602x2 matrix, with the elements of the first column being the values of the horizontal plot and the ones of the second column, the values of the vertical plot.

The code that gave the dat file also works fine when I plot it in Python, the problem is that I need to do the same plot in Maple. I tried using differents commands of the plots package, but nothing seens to work

So my question is, anyone knows how can I counterplot the elements of a matrix or do a different approach for the plot of the dat file?

Any help with the problem will be appreciated and if any more information is necessary, please let me know. Thanks!

Please Wait...