logplot
                                
                                
                                
                                    logplot copied to clipboard
                            
                            
                            
                        Awesome interactive plots from custom logs
These could be listed in the readme. Please comment here the command you're using for `log_open_cmd` so that it can be shared for all users.
It'd be valuable, especially for non-Pythonistas, to have this as an executable for different platforms. However, at the moment, I don't have a clear view about how feasible the idea...
I guess this might be a bit hard to test but it'd be nice to have something in place, even if it's only for regression purposes.
If log contains parseable timestamps, it'd be valuable to use those in X-axis instead of log line numbers. Potential technical solution: define a log entry format as regular expression in...
It'd be nice to have categorical option especially for Y-axis. At the moment, there's already `label` option for configured log entries. There could be a configuration option which would use...
In addition to checking for exact matches of strings in log entries, it'd be valuable to have support for checking for regexs. This would bring a bunch of flexibility for...
It'd be nice to show some interesting value (e.g. something from config files) when the cursor hovers on top of a plotted value.