Update advanced.rst

Bugfix plot example.
This commit is contained in:
Jens Diemer
2020-03-15 13:12:17 +01:00
committed by GitHub
parent 44193e0d26
commit dbdbc5f19e
+1 -1
View File
@@ -66,7 +66,7 @@ Let's plot all the text present on the table's PDF page.
::
>>> camelot.plot(tables[0], kind='text')
>>> plt = camelot.plot(tables[0], kind='text')
>>> plt.show()
.. tip::