You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,34 @@ On the web interface, you can:
140
140
4. Ensure sufficient disk space for generated data files
141
141
5. For workflows with large task graphs, the initial data generation and graph visualization might take significant time (potentially hours on some machines). However, once processed, the results are cached in the `pkl-files` directory, making subsequent loads much faster.
142
142
143
+
## Features
144
+
145
+
The tool provides several interactive features to enhance user experience and facilitate detailed analysis:
146
+
147
+
### Interactive Visualization
148
+
-**Zoom**: Use your trackpad or hold Ctrl and scroll with your mouse to zoom in/out. This is especially useful when you have lots of tasks and want to focus on a particular area.
149
+

150
+
151
+
-**Hover**: Hover over any point or line to see its details. This helps you quickly find slow or failed tasks and check their logs. Other elements will fade out to help you focus.
152
+

153
+
154
+
-**Legend**: Use the checkboxes to show only the data you care about. Mix and match different types of information to create your own view. Click on worker names in the legend to show or hide their data. This helps you focus on specific workers without getting distracted by others.
155
+

156
+
157
+
-**Toolbox** Use the toolbox to customize your plot:
158
+
- Save your charts in different formats:
159
+
- Vector formats (SVG, PDF) - great for papers and reports
160
+
- Image formats (PNG, JPG) - perfect for sharing online
161
+
- Download the raw data as CSV files to:
162
+
- Make your own charts
163
+
- Do your own analysis
164
+
- Use with other tools
165
+
- Adjust the axes:
166
+
- Set your own X and Y axis ranges
167
+
- Focus on specific parts of the data
168
+
- Make the chart look exactly how you want
169
+

170
+
143
171
## Visualization Modules
144
172
145
173
The tool provides various visualization modules to analyze different aspects of your TaskVine workflow. Here's a brief description of each module:
0 commit comments