Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dv3d plotting ad changing attributes breaks dv3d #1286

Closed
doutriaux1 opened this issue May 6, 2015 · 0 comments
Closed

dv3d plotting ad changing attributes breaks dv3d #1286

doutriaux1 opened this issue May 6, 2015 · 0 comments
Assignees
Milestone

Comments

@doutriaux1
Copy link
Contributor

In [1]: dsc=x.create3d_scalar()

In [2]: x.plot(s,dsc)
Warning, can't open data file 'None'
initCamera: Camera => ((0.0, 0.0, 540.0), (0.0, 0.0, 0.0), (0.0, 1.0, 0.0)) 
Out[2]: <vcs.displayplot.Dp at 0x11afea230>

In [3]: dsc.axes="xyt"

In [4]: x.clear(); x.plot(s,dsc)
 saved state data to file  <closed file '/lgm/uvcdat/2.2.0/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/DV3D/data/state.txt', mode 'w' at 0x11afb9db0>
initCamera: Camera => ((0.0, 0.0, 540.0), (0.0, 0.0, 0.0), (0.0, 1.0, 0.0)) 
Out[4]: <vcs.displayplot.Dp at 0x11afea320>

fails but

In [1]: dsc=x.create3d_scalar()

In [2]: dsc.axes="xyt"

In [3]: x.plot(s,dsc)

works

@doutriaux1 doutriaux1 added this to the 2.2 milestone May 6, 2015
@doutriaux1 doutriaux1 modified the milestones: 2.3, 2.2 May 6, 2015
@aashish24 aashish24 modified the milestones: 3.0, 2.4 Oct 15, 2015
@aashish24 aashish24 assigned aashish24 and unassigned ThomasMaxwell Oct 15, 2015
@doutriaux1 doutriaux1 modified the milestones: 3.0, 3.2 Mar 29, 2019
@downiec downiec modified the milestones: 8.2, 8.2.1 Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants