Skip to content

Commit 963ebf5

Browse files
committed
PERF: add asv benchmark for plot(table=True)
1 parent 28c6bba commit 963ebf5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

asv_bench/benchmarks/plotting.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ def time_plot_regular_compat(self):
7474
def time_plot_irregular(self):
7575
self.df2.plot()
7676

77+
def time_plot_table(self):
78+
self.df.plot(table=True)
79+
7780

7881
class Misc(object):
7982

0 commit comments

Comments
 (0)