We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E.g. if the X axis step is the default 10, and the amount of data points is not dividable by 10, the last | box boundary character will be misplaced:
|
Datapoints: 67, 68, 33, 62, 38, 68, 55 ┌ go_goroutines ┐ │ │ │ 70┤██ █ █▐ │ │ 60┤ ▐▐▐▐▐█ │ │ 50┤ ▐▐▐▐ ▐ │ │ 40┤ █ █ ▐ │ │ └─────── │ │ │ └───────────────┘ Datapoints: 67, 68, 33, 62, 38, 68, 55, 68 ┌ go_goroutines ─┐ │ │ │ 70┤██ █ █ █ │ │ 60┤ ▐▐▐▐▐█▐ │ │ 50┤ ▐▐▐▐ ▐ │ │ 40┤ █ █ ▐ │ │ └──────── │ │ │ └────────────────┘ Datapoints: 67, 68, 33, 62, 38, 68, 55, 68, 60 ┌ go_goroutines ──┐ │ │ │ 70┤██ █ █ █▐ │ │ 60┤ ▐▐▐▐▐█▐█ │ │ 50┤ ▐▐▐▐ ▐ │ │ 40┤ █ █ ▐ │ │ └───────── │ │ │ └─────────────────┘ Datapoints: 67, 68, 33, 62, 38, 68, 55, 68, 60, 60 ┌ go_goroutines ───┐ │ │ │ 70┤██ █ █ █ ▐ │ │ 60┤ ▐▐▐▐▐█▐██ │ │ 50┤ ▐▐▐▐ ▐ │ │ 40┤ █ █ ▐ │ │ └─────────┬ │ │ 10 │ └──────────────────┘ Datapoints: 67, 68, 33, 62, 38, 68, 55, 68, 60, 60, 72 ┌ go_goroutines ────┐ │ │ │ 80┤ █ │ │ 70┤██ █ █ █ ▐▐ │ │ 60┤ ▐▐▐▐▐█▐██▐ │ │ 50┤ ▐▐▐▐ ▐ │ │ 40┤ █ █ ▐ │ │ └─────────┬─ │ │ 10 │ └───────────────────┘ Datapoints: 67, 68, 33, 62, 38, 68, 55, 68, 60, 60, 72, 54 ┌ go_goroutines ─────┐ │ │ │ 80┤ █▐ │ │ 70┤██ █ █ █ ▐▐▐ │ │ 60┤ ▐▐▐▐▐█▐██ █ │ │ 50┤ ▐▐▐▐ ▐ │ │ 40┤ █ █ ▐ │ │ └─────────┬── │ │ 10 │ └────────────────────┘ Datapoints: 67, 68, 33, 62, 38, 68, 55, 68, 60, 60, 72, 54, 44 ┌ go_goroutines ──────┐ │ │ │ 80┤ █ ▐ │ │ 70┤██ █ █ █ ▐▐ ▐ │ │ 60┤ ▐▐▐▐▐█▐██ █ │ │ 50┤ ▐▐▐▐ ▐█ │ │ 40┤ █ █ ▐ │ │ └─────────┬─── │ │ 10 │ └─────────────────────┘ Datapoints: 67, 68, 33, 62, 38, 68, 55, 68, 60, 60, 72, 54, 44, 73 ┌ go_goroutines ───────┐ │ │ │ 80┤ █ █ │ │ 70┤██ █ █ █ ▐▐ ▐▐ │ │ 60┤ ▐▐▐▐▐█▐██ █▐▐ │ │ 50┤ ▐▐▐▐ ▐█▐ │ │ 40┤ █ █ ▐ │ │ └─────────┬──── │ │ 10 │ └──────────────────────┘ Datapoints: 67, 68, 33, 62, 38, 68, 55, 68, 60, 60, 72, 54, 44, 73, 62 ┌ go_goroutines ────────┐ │ │ │ 80┤ █ █▐ │ │ 70┤██ █ █ █ ▐▐ ▐▐█ │ │ 60┤ ▐▐▐▐▐█▐██ █▐ ▐ │ │ 50┤ ▐▐▐▐ ▐█ ▐ │ │ 40┤ █ █ ▐ │ │ └─────────┬───── │ │ 10 │ └───────────────────────┘ Datapoints: 67, 68, 33, 62, 38, 68, 55, 68, 60, 60, 72, 54, 44, 73, 62, 75 ┌ go_goroutines ─────────┐ │ │ │ 80┤ █ █ █ │ │ 70┤██ █ █ █ ▐▐ ▐▐█▐ │ │ 60┤ ▐▐▐▐▐█▐██ █▐ ▐ │ │ 50┤ ▐▐▐▐ ▐█ ▐ │ │ 40┤ █ █ ▐ │ │ └─────────┬────── │ │ 10 │ └────────────────────────┘ Datapoints: 67, 68, 33, 62, 38, 68, 55, 68, 60, 60, 72, 54, 44, 73, 62, 75, 61 ┌ go_goroutines ──────────┐ │ │ │ 80┤ █ █ █▐ │ │ 70┤██ █ █ █ ▐▐ ▐▐█▐█ │ │ 60┤ ▐▐▐▐▐█▐██ █▐ ▐ │ │ 50┤ ▐▐▐▐ ▐█ ▐ │ │ 40┤ █ █ ▐ │ │ └─────────┬─────── │ │ 10 │ └─────────────────────────┘ Datapoints: 67, 68, 33, 62, 38, 68, 55, 68, 60, 60, 72, 54, 44, 73, 62, 75, 61, 53 ┌ go_goroutines ───────────┐ │ │ │ 80┤ █ █ █ ▐ │ │ 70┤██ █ █ █ ▐▐ ▐▐█▐█▐ │ │ 60┤ ▐▐▐▐▐█▐██ █▐ ▐█ │ │ 50┤ ▐▐▐▐ ▐█ ▐ │ │ 40┤ █ █ ▐ │ │ └─────────┬──────── │ │ 10 │ └──────────────────────────┘ Datapoints: 67, 68, 33, 62, 38, 68, 55, 68, 60, 60, 72, 54, 44, 73, 62, 75, 61, 53, 34 ┌ go_goroutines ────────────┐ │ │ │ 80┤ █ █ █ ▐ │ │ 70┤██ █ █ █ ▐▐ ▐▐█▐█ ▐ │ │ 60┤ ▐▐▐▐▐█▐██ █▐ ▐█ │ │ 50┤ ▐▐▐▐ ▐█ ▐ │ │ 40┤ █ █ █ │ │ └─────────┬───────── │ │ 10 │ └───────────────────────────┘ Datapoints: 67, 68, 33, 62, 38, 68, 55, 68, 60, 60, 72, 54, 44, 73, 62, 75, 61, 53, 34, 56 ┌ go_goroutines ─────────────┐ │ │ │ 80┤ █ █ █ ▐ │ │ 70┤██ █ █ █ ▐▐ ▐▐█▐█ ▐ │ │ 60┤ ▐▐▐▐▐█▐██ █▐ ▐█ █ │ │ 50┤ ▐▐▐▐ ▐█ ▐▐▐ │ │ 40┤ █ █ █▐ │ │ └─────────┬─────────┬ │ │ 10 20 │ └────────────────────────────┘ Datapoints: 67, 68, 33, 62, 38, 68, 55, 68, 60, 60, 72, 54, 44, 73, 62, 75, 61, 53, 34, 56, 74 ┌ go_goroutines ──────────────┐ │ │ │ 80┤ █ █ █ █ │ │ 70┤██ █ █ █ ▐▐ ▐▐█▐█ ▐▐ │ │ 60┤ ▐▐▐▐▐█▐██ █▐ ▐█ █▐ │ │ 50┤ ▐▐▐▐ ▐█ ▐▐ ▐ │ │ 40┤ █ █ █ ▐ │ │ └─────────┬─────────┬─ │ │ 10 20 │ └─────────────────────────────┘ Datapoints: 67, 68, 33, 62, 38, 68, 55, 68, 60, 60, 72, 54, 44, 73, 62, 75, 61, 53, 34, 56, 74, 41 ┌ go_goroutines ───────────────┐ │ │ │ 80┤ █ █ █ █▐ │ │ 70┤██ █ █ █ ▐▐ ▐▐█▐█ ▐▐▐ │ │ 60┤ ▐▐▐▐▐█▐██ █▐ ▐█ █▐ │ │ 50┤ ▐▐▐▐ ▐█ ▐▐ █ │ │ 40┤ █ █ █ ▐ │ │ └─────────┬─────────┬── │ │ 10 20 │ └──────────────────────────────┘ Datapoints: 67, 68, 33, 62, 38, 68, 55, 68, 60, 60, 72, 54, 44, 73, 62, 75, 61, 53, 34, 56, 74, 41, 33 ┌ go_goroutines ────────────────┐ │ │ │ 80┤ █ █ █ █ ▐ │ │ 70┤██ █ █ █ ▐▐ ▐▐█▐█ ▐▐ ▐ │ │ 60┤ ▐▐▐▐▐█▐██ █▐ ▐█ █▐ │ │ 50┤ ▐▐▐▐ ▐█ ▐▐ █ │ │ 40┤ █ █ █ ▐█ │ │ └─────────┬─────────┬─── │ │ 10 20 │ └───────────────────────────────┘
The text was updated successfully, but these errors were encountered:
This can be fixed by changing line #243 in Show-Graph.ps1.
Write-Host $(" "*$($XAxis.length - $XAxisTitle.Length + 1)) $VerticalEdge
Sorry, something went wrong.
No branches or pull requests
E.g. if the X axis step is the default 10, and the amount of data points is not dividable by 10, the last
|
box boundary character will be misplaced:The text was updated successfully, but these errors were encountered: