From de7a30f7087294f1f3253060679f74b1e22e8154 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Tue, 14 Jul 2015 09:15:05 +0100 Subject: [PATCH] small update table doc API --- docs/table-axes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/table-axes.rst b/docs/table-axes.rst index 08004fc1..2f46e761 100644 --- a/docs/table-axes.rst +++ b/docs/table-axes.rst @@ -751,7 +751,7 @@ more prominent, and lose the gridlines: .. code:: python canvas = toyplot.Canvas(width=700, height=400) - table = canvas.table(data_table, hrows=2, label="Temperature Readings") + table = canvas.table(data_table, hrows=2, title="Temperature Readings") table.column(0).width = 150 table.column(1).width = 150 table.column(2).width = 100