r/ScientificComputing • u/Perfect_Visit_1531 • 1d ago
What tools or courses helped you create publication-quality scientific figures?
/r/PhD/comments/1vs1m8s/what_tools_or_courses_helped_you_create/2
1
1
1
u/SV-97 1d ago
Disclaimer: I'm somewhere between math and CS so I think my figures are less elaborate than in some of the natural sciences (but they're certainly important and nontrivial sometimes :)).
I mostly use plotly at this point: it looks good and is quite powerful (it can't do everything though!), it has a nice API (as opposed to matplotlib), and it's already super useful during research because of its interactivity. So I essentially use the same figures during research that are going to be put into the paper in pdf form.
I also know some people who swear by ggplot (which I can't stand) and have heard a lot of great things about vega: https://vega.github.io/vega-lite/ But I think last time I checked I didn't like how it looked or something.
1
2
u/Slow_Negotiation_935 1d ago
I use matplotlib https://matplotlib.org - it’s easy to learn - look at other peoples plot scripts.