My current setup is a postgres db and jupyter instance running on docker. Data visualization is easy enough with seaborn/matplotlib/pandas plotting. I would love to see a better tool for this but its hard to beat running your own. There is no vendor lock in, no subscription fee, no uploading large datasets, no privacy issues on private data, no "gotcha" moment when the tool can't produce quite the visualization you'r…
It works pretty well, if your data lives in a DB hosted somewhere and you only want to plot data that can be derived from SQL queries (potentially from tables produced by nightly batch process), and want to allow different people to look at the data via dashboard.
I used to do all plotting in Pandas etc locally and share them if required. But with Metabase it is easier to share plots, which are also always fresh.
RAWGraphs seems to have a different target audience. Judging by the sponsors, it seems to aim at people who keep their data in Excel and then need a nice plot for a publication or something. So it might be useful as a prototyping tool for scientists who barely code and keep the data they collect in Excel spreadsheets.