no Plotter.camera
See original GitHub issuein my installation of vtkplotter, the plotter class doesn’t seem to have a camera attribute. I see it in the source code…
In [1]: import vtkplotter
In [2]: vp = vtkplotter.Plotter()
In [3]: vp.camera
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-3-f88340b80664> in <module>
----> 1 vp.camera
AttributeError: 'Plotter' object has no attribute 'camera'
In [4]: print(vtkplotter.__version__)
2019.3.5
any idea what might be going on?
Issue Analytics
- State:
- Created 4 years ago
- Comments:18 (8 by maintainers)
Top Results From Across the Web
no Plotter.camera · Issue #42 · marcomusy/vedo - GitHub
in my installation of vtkplotter, the plotter class doesn't seem to have a camera attribute. I see it in the source code.
Read more >Tips and Troubleshooting — Perspective Plotter documentation
If you're having any trouble and it is not answered here, don't hesitate to ... The add-on uses geometry calculations described here to...
Read more >VEVOR Upgrade Vinyl Cutter Machine, 34 inch Paper ...
... 34 inch Paper Feed Cutting Plotter, Automatic Camera Contour Cutting LCD ... stick to ensure that the paper feed will not deviate...
Read more >Cameras — PyVista 0.37.0 documentation
Camera class adds additional functionality and a pythonic API to the vtk. ... Plotter(shape=(2, 1)) pl.subplot(0, 0) pl.add_text("Camera Position") ...
Read more >Vinyl Cutting Plotter Camera Sensor Contour Cut CY1500 Mycut
Vinyl Cutter CY1500 59 inch Traffic sign, a road facility that conveys guidance, restrictions, warnings, or instructions with words or symbols.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
At present, it seems that you can install by
python ./setup.py install
ratherpip install vtkplotter
.Thank for your nice work!
Got it working… sorry was just confused by your comment about not in Jupyter earlier in the thread