Ben
Ben
@amdghedy could you be more specific? This probably deserves its own issue, rather than tagging it onto this one
The following code works for me with your data: ``` from bashplotlib.histogram import plot_hist with open("cpuhistory.txt", "r") as n: plot_hist( list(n), height=10, xlab=True, showSummary=True, bincount=20, ) ``` which gives: ```...
@moinnagani1 this feels like a new issue. Is it? Or is it related to running jobs on a schedule? If it's a new issue, it would be better to open...
@maciejwypych this seems like a good thing to add to the [FAQ](https://github.com/bvn-architecture/RevitBatchProcessor/wiki/Revit-Batch-Processor-FAQ)s. What do you think?