I ham running the following procedure in IDL:
PRO my_plotreadcol, '/home/ap817/Accretion/planetary_structure_params_atm.txt', mass1,pressure1, temperature1, radius1, density1, skipline=1PLOT, radius1, mass1, FONT="Hershey 3",XTITLE="Radius",YTITLE="Mass", color='blue'ENDEssentially, I import data from a file and then plot it. THe error I get from trying to run this is: 'Type conversion error: Unable to convert given STRING to Long.' THis error occurs on the line beginning with 'PLOT'. WHat is going on?
أكثر...
PRO my_plotreadcol, '/home/ap817/Accretion/planetary_structure_params_atm.txt', mass1,pressure1, temperature1, radius1, density1, skipline=1PLOT, radius1, mass1, FONT="Hershey 3",XTITLE="Radius",YTITLE="Mass", color='blue'ENDEssentially, I import data from a file and then plot it. THe error I get from trying to run this is: 'Type conversion error: Unable to convert given STRING to Long.' THis error occurs on the line beginning with 'PLOT'. WHat is going on?
أكثر...