Skip to content

Commit c3503a2

Browse files
committed
Fix comment length
1 parent a9377cd commit c3503a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_pgf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ def _print_pgf_path(self, gc, path, transform, rgbFace=None):
612612
# same shape on multiple sketched lines
613613
scale, length, randomness = sketch_params
614614
if scale is not None:
615-
# make PGF output visually similar to matplotlib's sketched lines
615+
# make matplotlib and PGF rendering visually similar
616616
length *= 0.5
617617
scale *= 2
618618
# PGF guarantees that repeated loading is a no-op

0 commit comments

Comments
 (0)