I have data within a file that I need to plot. The data pretty much looks like this: 1.988479004e+002;1.498905197e-002
I have changed the text to: 1.988479004*10**+002;1.498905197*10**-002
.
Do I need to change the *10**
to something else for it to function with matplotlib
? How could I plot this data?