Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 070efac

Browse files
committed
Revise todo comment
draw_markers has been implemented, draw_line_collection was removed years ago but draw_quad_mesh could be implemented
1 parent e7e49e4 commit 070efac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/backends/backend_pdf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
# * encoding of fonts, including mathtext fonts and unicode support
9191
# * TTF support has lots of small TODOs, e.g., how do you know if a font
9292
# is serif/sans-serif, or symbolic/non-symbolic?
93-
# * draw_markers, draw_line_collection, etc.
93+
# * draw_quad_mesh
9494

9595

9696
def fill(strings, linelen=75):

0 commit comments

Comments
 (0)