logplot icon indicating copy to clipboard operation
logplot copied to clipboard

Awesome interactive plots from custom logs

Results 8 logplot issues
Sort by recently updated
recently updated
newest added

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.

help wanted

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...

enhancement

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.

test enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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.

enhancement