We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Turtle.BarGraph()
1 parent 53dd16b commit 7beff38Copy full SHA for 7beff38
Types/Turtle/BarGraph.ps1
@@ -82,7 +82,7 @@ for ($pointIndex =0 ; $pointIndex -lt $points.Length; $pointIndex++) {
82
# Turn outward and draw the side
83
Rotate(-90).Forward($relativeHeight).
84
# Turn and draw the top
85
- Rotate(90).Forward($barWidth)
+ Rotate(90).Forward($barWidth).
86
# Turn and draw the other side
87
Rotate(90).Forward($relativeHeight).
88
# Turn back to the original direction
0 commit comments