[issue40274] 3D plotting library doesn't occlude objects by depth/perspective (objects in the scene are printed in layers).

2020-04-13 Thread Eric V. Smith


Change by Eric V. Smith :


--
resolution:  -> third party
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40274] 3D plotting library doesn't occlude objects by depth/perspective (objects in the scene are printed in layers).

2020-04-13 Thread Brian O'Sullivan


Brian O'Sullivan  added the comment:

matplotlib yes
Will do.

--
resolution: third party -> 
status: closed -> open

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40274] 3D plotting library doesn't occlude objects by depth/perspective (objects in the scene are printed in layers).

2020-04-13 Thread Eric V. Smith


Eric V. Smith  added the comment:

I'm not sure which of the libraries is the 3d plotting library you're referring 
to (maybe matplotlib?), but in any event it doesn't ship with python, so this 
isn't the appropriate bug tracker to report your issue. If it is matplotlib, 
their issue tracker is here: https://github.com/matplotlib/matplotlib/issues

Before reporting it there, you'll want to reproduce the problem with a smaller 
example.

--
nosy: +eric.smith
resolution:  -> third party
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40274] 3D plotting library doesn't occlude objects by depth/perspective (objects in the scene are printed in layers).

2020-04-13 Thread Brian O'Sullivan


New submission from Brian O'Sullivan :

3D plotting library doesn't occlude objects by depth/perspective.

When the figure is regenerated during the animation, each additional line and 
points is printed on top of the prior lines and points.

Bug resolution:
 - incorporate occlusions in the 3D plotting / animation library

--
components: Library (Lib)
files: hopf1.py
messages: 366334
nosy: mo-geometry
priority: normal
severity: normal
status: open
title: 3D plotting library doesn't occlude objects by depth/perspective 
(objects in the scene are printed in layers).
type: enhancement
versions: Python 3.6
Added file: https://bugs.python.org/file49060/hopf1.py

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com