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/VCS plot error #62

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

DV3D/VCS plot error #62

chaosphere2112 opened this issue Nov 23, 2016 · 1 comment
Assignees
Labels
bug high Highest priority issue
Milestone

Comments

@chaosphere2112
Copy link
Contributor

The demo at http://uvcdat.llnl.gov/examples/vcs3D_cubed_sphere_volume.html returns the following error:

In [27]: x.plot( v, dv3d, grid_file="vcs3D_cubed_sphere_volume_grid.nc" )
---------------------------------------------------------------------------
vcsError                                  Traceback (most recent call last)
<ipython-input-27-6a265f659a04> in <module>()
----> 1 x.plot( v, dv3d, grid_file="vcs3D_cubed_sphere_volume_grid.nc" )

/export/durack1/160302_pcmdi_metrics/PCMDI_METRICS/lib/python2.7/site-packages/vcs/Canvas.pyc in plot(self, *actual_args, **keyargs)
   2404         self.__last_plot_keyargs = keyargs
   2405         passed_var = keyargs.get("variable", None)
-> 2406         arglist = _determine_arg_list(None, actual_args)
   2407         if passed_var is not None:
   2408             arglist[0] = cdms2.asVariable(passed_var)

/export/durack1/160302_pcmdi_metrics/PCMDI_METRICS/lib/python2.7/site-packages/vcs/Canvas.pyc in _determine_arg_list(g_name, actual_args)
    222         else:
    223             raise vcsError("Unknown type %s of argument to plotting command." %
--> 224                            type(args[i]))
    225     if g_name is not None:
    226         arglist[igraphics_method] = g_name

vcsError: Unknown type <type 'NoneType'> of argument to plotting command.

Following version info:

[duro@ocean ~/160302_pcmdi_metrics]$ env | grep UVCDAT
UVCDAT_PROMPT_STRING=v2.5.0-81-gf4493d2
UVCDAT_SETUP_PATH=/export/durack1/160302_pcmdi_metrics/PCMDI_METRICS

@chaosphere2112 @mattben pinging you gentlemen here

Migrated from: CDAT/cdat#1867

@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

@danlipsa @scottwittenburg so using the code I do get an image but it does not seem to be centered properly. Using x.interact() does trigger an update and seems to rotate partially the globe. Manually turning the globe to the corrrect angle does show the same mage (more or less vtk changes)

@doutriaux1 doutriaux1 added the bug label Apr 9, 2019
@scottwittenburg scottwittenburg added the high Highest priority issue label May 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug high Highest priority issue
Projects
None yet
Development

No branches or pull requests

4 participants