RAWGraphs: missing link between spreadsheets and data visualization
11–20 of 35 posts
Re: RAWGraphs: missing link between spreadsheets and data visualization
#12I have to admit this interface doesn't really fit the way I think about charts. I'm interested in alternative UI designs for this kind of charting tool that don't use drag-and-drop - anyone seen any good ones?
Re: RAWGraphs: missing link between spreadsheets and data visualization
#13This tool uses the "drag and drop columns into the graph editor" pattern, which I've seen in a few other places too - Kibana Lens most recently: https://www.elastic.co/kibana/kibana-lens I have to admit this interface doesn't really fit the way I think about charts. I'm interested in alternative UI designs for this kind of charting tool that don't use drag-and-drop - anyone seen any good ones?
Re: RAWGraphs: missing link between spreadsheets and data visualization
#14This tool uses the "drag and drop columns into the graph editor" pattern, which I've seen in a few other places too - Kibana Lens most recently: https://www.elastic.co/kibana/kibana-lens I have to admit this interface doesn't really fit the way I think about charts. I'm interested in alternative UI designs for this kind of charting tool that don't use drag-and-drop - anyone seen any good ones?
https://help.tableau.com/current/guides/get-started-tutorial...
I'm actually not sure there's a better UI pattern for the nontechnical user. If you want to visualize both the slots and the options at once to give people a sense of what they can do with their current schema... you don't just want a dropdown for each slot that's going to forget your state, move all over the place, etc.
Re: RAWGraphs: missing link between spreadsheets and data visualization
#15I recommend https://observablehq.com, once you get a hang of it and have a couple of templates setup for your workflows it's similar effort of this and you have a lot more flexibility.
Re: RAWGraphs: missing link between spreadsheets and data visualization
#16This tool uses the "drag and drop columns into the graph editor" pattern, which I've seen in a few other places too - Kibana Lens most recently: https://www.elastic.co/kibana/kibana-lens I have to admit this interface doesn't really fit the way I think about charts. I'm interested in alternative UI designs for this kind of charting tool that don't use drag-and-drop - anyone seen any good ones?
Tableau follows this drag-and-drop pattern, but in a much more explicit way than Kibana, with the ability to drop columns onto slots with (more-or-less) predictable effects. It's immensely polished - and priced accordingly. https://help.tableau.com/current/guides/get-started-tutorial... I'm actually not sure there's a better UI pattern for the nontechnical user. If you want to visualize both the slots and the options…
Re: RAWGraphs: missing link between spreadsheets and data visualization
#17This tool uses the "drag and drop columns into the graph editor" pattern, which I've seen in a few other places too - Kibana Lens most recently: https://www.elastic.co/kibana/kibana-lens I have to admit this interface doesn't really fit the way I think about charts. I'm interested in alternative UI designs for this kind of charting tool that don't use drag-and-drop - anyone seen any good ones?
Long time lurker here, just created an account since my friend had the same issue as you, so I started working on https://github.com/wodend/pysimpleplotter . It is still in development, but please give it a try and let me know if it better suits your use-case, keep in mind this was specifically designed to work with CSV/TSV output from scientific instruments. We plan on supporting exporting charts with styles for spe…
Re: RAWGraphs: missing link between spreadsheets and data visualization
#18This tool uses the "drag and drop columns into the graph editor" pattern, which I've seen in a few other places too - Kibana Lens most recently: https://www.elastic.co/kibana/kibana-lens I have to admit this interface doesn't really fit the way I think about charts. I'm interested in alternative UI designs for this kind of charting tool that don't use drag-and-drop - anyone seen any good ones?
* "shelf based" drag & drop like Lens, Tableau and most spreadsheets
* Query-based, where you type a query using SQL or another grammar and choose from a template
* High level code like ggplot, Vega or Observable's new Plot
* Low level code like D3
Since you're a developer, maybe you'd benefit from looking at one of the high level visualization grammars.
Re: RAWGraphs: missing link between spreadsheets and data visualization
#19Wouldn’t the missing link actually be a library like pandas? Spreadsheets and data visualization are themselves end-goals for specific tasks already.
Re: RAWGraphs: missing link between spreadsheets and data visualization
#20Earlier quoted context omitted.
Tableau follows this drag-and-drop pattern, but in a much more explicit way than Kibana, with the ability to drop columns onto slots with (more-or-less) predictable effects. It's immensely polished - and priced accordingly. https://help.tableau.com/current/guides/get-started-tutorial... I'm actually not sure there's a better UI pattern for the nontechnical user. If you want to visualize both the slots and the options…
Maybe that's my problem: I'm a very technical user, and I find the drag thing baffling. Perhaps if I had less depth of knowledge I'd find it more intuitive?