Places legend in the current figure.
()
| 445 | |
| 446 | |
| 447 | def legend(): |
| 448 | """Places legend in the current figure.""" |
| 449 | for m in current_figure().marks: |
| 450 | m.display_legend = True |
| 451 | |
| 452 | |
| 453 | def hline(level, **kwargs): |
nothing calls this directly
no test coverage detected
searching dependent graphs…