|
| pdf |
| cached copy of the pdf filename
|
|
| size |
| cached copy of the size
|
|
Helper class to show a PDF file in a jupyter notebook.
Definition at line 24 of file analyse.py.
◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
pdf, |
|
|
|
size = (600, 700) |
|
) |
| |
Show a PDF file.
:param pdf: The filename of the PDF file.
:param size: The size to use.
Definition at line 29 of file analyse.py.
29 def __init__(self, pdf, size=(600, 700)):
32 :param pdf: The filename of the PDF file.
33 :param size: The size to use.
◆ _repr_html_()
HTML representation
Definition at line 40 of file analyse.py.
◆ _repr_latex_()
LaTeX representation
Definition at line 44 of file analyse.py.
The documentation for this class was generated from the following file:
- tracking/trackFindingCDC/scripts/trackfindingcdc/mva/analyse.py