fossilesque@mander.xyzM to Science Memes@mander.xyzEnglish · 4 months agoggplot2 is love. ggplot2 is life.mander.xyzimagemessage-square36fedilinkarrow-up1449arrow-down112
arrow-up1437arrow-down1imageggplot2 is love. ggplot2 is life.mander.xyzfossilesque@mander.xyzM to Science Memes@mander.xyzEnglish · 4 months agomessage-square36fedilink
minus-squareBeardedGingerWonder@feddit.uklinkfedilinkEnglisharrow-up3·4 months agoDump it out as a CSV and import it to excel?
minus-squaregandalf_der_12te@discuss.tchncs.delinkfedilinkEnglisharrow-up10·4 months agothat is manual labor each time you run the script, while plotting in python re-makes the plot automatically.
minus-squareBeardedGingerWonder@feddit.uklinkfedilinkEnglisharrow-up2·4 months agoYou could just automate the generation of the excel sheet as well - it’s really just pick your poison.
minus-squareThemadbeagle@lemm.eelinkfedilinkEnglisharrow-up7·4 months agoHaving worked on a programs that automatically generate and process data from excel spreadsheets for a large company, I shuddered when you said that.
minus-squareBeardedGingerWonder@feddit.uklinkfedilinkEnglisharrow-up2·4 months agoOh my, no the other way round, spreadsheet loads the data and let excel handle it. I think you can probably even embed python at this point. I’m not seriously advocating for this approach either, to be clear.
Dump it out as a CSV and import it to excel?
that is manual labor each time you run the script, while plotting in python re-makes the plot automatically.
You could just automate the generation of the excel sheet as well - it’s really just pick your poison.
Having worked on a programs that automatically generate and process data from excel spreadsheets for a large company, I shuddered when you said that.
Oh my, no the other way round, spreadsheet loads the data and let excel handle it. I think you can probably even embed python at this point. I’m not seriously advocating for this approach either, to be clear.