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 7beff38 commit d5c6798Copy full SHA for d5c6798
Turtle.types.ps1xml
@@ -301,7 +301,7 @@ for ($pointIndex =0 ; $pointIndex -lt $points.Length; $pointIndex++) {
301
# Turn outward and draw the side
302
Rotate(-90).Forward($relativeHeight).
303
# Turn and draw the top
304
- Rotate(90).Forward($barWidth)
+ Rotate(90).Forward($barWidth).
305
# Turn and draw the other side
306
Rotate(90).Forward($relativeHeight).
307
# Turn back to the original direction
0 commit comments