Replies: 3 comments 6 replies
-
The PDF you linked to is the academic research paper which is going to give you background on the project but might also be quite dense and harder to understand. The website is definitely a good starting point especially https://idl.uw.edu/mosaic/get-started/. Try building a few dashboards starting with less complex ones. I highly recommend learning by making your own examples. If you have questions, look at existing issues and discussions or start your own. |
Beta Was this translation helpful? Give feedback.
-
I found the jupyter widget and the Google Collab site a good place to start getting a feel for how the visualizations are constructed: And agree with Dominik, try adapting those to your own use cases to start. |
Beta Was this translation helpful? Give feedback.
-
I learned a lot using this Playground: https://mosaic-playground.netlify.app/ It's a great way to study and play with the examples; the website is also a brilliant guide If you like Javascript I think Observable notebooks are also good to start making things: https://observablehq.com/@uwdata/mosaic-cross-filter-flights-10m But if you are more familiar with Python the Collab notebook seems like a good starting point There's a lot of complexity in how there are various connectors for instance, but choose and focus in one path that suits you - as Dominick suggested play around and work through available information or ask when needed - you will build up more and more knowledge and familiarity. Mosaic crosses a lot of complexity going from data to visual, but I think if you stick with it then later you will marvel at what they have organised and presented. Start simple and play around! Edit: it sounds like a cool intern project, and you should also look internally for guidance when you need to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am a student currently interning at a company where Mosaic has not been used before. We are now looking to apply Mosaic in our project.
I find Mosaic very interesting, but I don’t have much background knowledge in related tools like DuckDB or Mega-lite. At the moment, I only understand a little about Mosaic, and I truly want to learn more so I can apply it effectively to my current work. However, I feel quite confused by the source code and the materials from the Mosaic homepage and PDF documentation.
That’s why I would like to ask for some guidance on what steps I should take to better understand how to implement Mosaic. I would be extremely grateful for any advice or help you could share with me.
So far, I’ve been looking into the following resources:
Mosaic homepage: https://idl.uw.edu/mosaic/
Mosaic examples on GitHub: https://github.com/uwdata/mosaic
Mosaic pdf doc: https://idl.cs.washington.edu/files/2024-Mosaic-TVCG.pdf
Beta Was this translation helpful? Give feedback.
All reactions