-
Notifications
You must be signed in to change notification settings - Fork 68
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
Problem plotting #1958
Comments
@jdigjudy can you output to a log file and send it here:
Are you still having display issues? |
No display issues, but no successful plots yet! Here's what the log says when I uvcdat --output="uvcdat.log" [jgaukel@hunter:~] $more uvcdat.log |
I've checked my local machine for mesa-libGL, mesa-libGL-devel and they are up to date. |
Are you using vnc? |
No. On Mon, May 2, 2016 at 1:54 PM, Aashish Chaudhary notifications@github.com
Judy Illeman Gaukel |
Can we do a hangout tomorrow at 2 pm edt? |
Yes. Thanks. On Mon, May 2, 2016 at 2:48 PM, Aashish Chaudhary notifications@github.com
Judy Illeman Gaukel |
@aashish24 Please add me to the hangout |
@doutriaux1 I will add you to the hangout. the problem is that this machine has Matrox graphics card plus has missing xorg.conf and we are trying to do interactive plotting (not bg=1). |
@doutriaux1 I will add you to the hangout today. The problem is that this server is using Matrox graphics card and does not have xorg.conf. |
Hi, sorry - I think I thought it was 10:30PT, will check back in at 11.. On Wed, May 4, 2016 at 6:58 AM, Aashish Chaudhary notifications@github.com
Judy Illeman Gaukel |
So, if I work without the GUI at all, using python (just typed in the If so -- I'm trying to find another way around -- [jgaukel@hunter:/etc/X11] $ipython IPython 3.0.0 -- An enhanced Interactive Python. In [1]: import vcs,cdms2,cdat_info In [2]: vcs_canvas=vcs.init() In [3]: cdms_file=cdms2.open(vcs.sample_data + "/clt.nc") In [4]: clt_variable=cdms_file("clt") In [5]: vcs_canvas.plot(clt_variable) ERROR: In ERROR: In ERROR: In Aborted (core dumped) On Wed, May 4, 2016 at 10:38 AM, Judy Gaukel judy@ucsd.edu wrote:
Judy Illeman Gaukel |
Hi - I'm new to UV-CDAT and am having trouble - not sure if it's from the installation or from my beginner's errors.
It's running on a Linux x86_64 box. Version: v2.5.0-304-gde21daf
I'm just stepping through examples, but when I drag/drop variables over and then a plotting method, regardless of plotting method chosen, it shortly crashes with this:
/usr/local/uvcdat/bin/uvcdat: line 64: 23030 Aborted (core dumped) python2.7 "/usr/local/uvcdat/vistrails/vistrails/uvcdat.py" "$@" >> $target 2>&1
I'm not trying to do anything fancy - I've just selected one of the sample data files, chosen a variable or two, and a plotting method.
Appreciate any insight.
The text was updated successfully, but these errors were encountered: