Dynamic Graph based on User Input - Data Visualization GUIs with Dash and Python p.3

Welcome to part three of the web-based data visualization with Dash tutorial series. Up to this point, we’ve learned how to make a simple graph and how to dynamically update HTML elements in real-time without a page refresh. While we were just re-outputting the same text as we input, we can also apply some more logic to the input, and output anything, not just text, such as a graph. That’s what we’re going to do here.
Back to Top