intake / intake-gsoc-gui

Panel GUI project for GSOC
3 stars 3 forks source link

Graphical Output #17

Closed hdsingh closed 5 years ago

hdsingh commented 5 years ago

This section would display the graph based on the selections in the previous sections.

hdsingh commented 5 years ago

Refer https://github.com/intake/xrviz/pull/3

hdsingh commented 5 years ago

Screenshot from 2019-06-15 22-26-28

This is how the graphical output appears. When user clicks on plot button after selection of dims in Select widgets x and y , plot is generated for that particular variable. In case it has indexing along the extra dimensions, Index Selector widgets are generated. Players widgets are also generated which can be used to quickly iterate over a particular dim in case dataset is small or available locally. Player widgets are linked with the Index selectors, i.e. modifying the Player widget will update its respective index selector, which will as a result modify the graph.