Update advanced.rst

Bugfix plot example.
pull/119/head
Jens Diemer 2020-03-15 13:12:17 +01:00 committed by GitHub
parent 44193e0d26
commit dbdbc5f19e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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::