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 #87

Closed
chaosphere2112 opened this issue Nov 23, 2016 · 1 comment
Closed

dv3d plotting ad changing attributes breaks dv3d #87

chaosphere2112 opened this issue Nov 23, 2016 · 1 comment
Milestone

Comments

@chaosphere2112
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

Migrated from: CDAT/cdat#1286

@doutriaux1 doutriaux1 modified the milestone: 3.0 May 5, 2017
@doutriaux1 doutriaux1 modified the milestones: 3.0, post 3.0 Mar 29, 2018
@doutriaux1 doutriaux1 modified the milestones: 8.1, 8.2 Mar 27, 2019
@doutriaux1
Copy link
Contributor

duplicate of CDAT/dv3d#8

@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

3 participants