question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

no Plotter.camera

See original GitHub issue

in 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:closed
  • Created 4 years ago
  • Comments:18 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
NaGenhaocommented, Nov 7, 2019

At present, it seems that you can install by python ./setup.py install rather pip install vtkplotter.

Thank for your nice work!

1reaction
fcollmancommented, Aug 20, 2019

Got it working… sorry was just confused by your comment about not in Jupyter earlier in the thread

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found