CDAT / cdat

Community Data Analysis Tools
Other
175 stars 68 forks source link

Plotting a 1D variable with Yxvsx default kills UVCDAT 2.12 #2193

Closed cameronsmith1 closed 7 years ago

cameronsmith1 commented 7 years ago

I am trying to plot a 1D variable with the Yxvsx default method in UVCDAT (v2.12). I am running this on Crunchy, using xwin32. UVCDAT quickly dies, and gives the following messages:

DEPRECATED: Use linetype or setLineAttributes instead.
libpng warning: iCCP: known incorrect sRGB profile
None None
 ~~~~~~~~~~~~~~~~~~ create plot functions:  [('graphicsMethodName', ['default']), ('plotOrder', ['1']), ('datawc_calendar', [135441]), ('datawc_timeunits', ['days since 2000']), ('datawc_x1', [1e+20]), ('datawc_x2', [1e+20]), ('datawc_y1', [1e+20]), ('datawc_y2', [1e+20]), ('linecolor', [(0.0, 0.0, 0.0, 100.0)]), ('line', ['solid']), ('linewidth', [1]), ('markercolor', [(0.0, 0.0, 0.0, 100.0)]), ('marker', ['dot']), ('markersize', [1]), ('projection', ['linear']), ('xmtics1', ['']), ('xmtics2', ['']), ('xticlabels1', ['*']), ('xticlabels2', ['*']), ('xaxisconvert', ['linear']), ('ymtics1', ['']), ('ymtics2', ['']), ('yticlabels1', ['*']), ('yticlabels2', ['*'])]
Made CDMSCell
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error: BadValue (integer parameter out of range for operation) 2
  Extension:    152 (Uknown extension)
  Minor opcode: 3 (Unknown request)
  Resource id:  0x21
ERROR: In /export/doutriaux1/miniconda2/conda-bld/vtk-cdat_1503063744037/work/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx, line 633
vtkXOpenGLRenderWindow (0xb4967d0): Cannot create GLX context.  Aborting.

/usr/local/uvcdat/experimental/bin/uvcdat: line 62:  8150 Aborted                 (core dumped) /usr/local/anaconda2/envs/2.12/bin/python "/usr/local/anaconda2/envs/2.12/vistrails/vistrails/uvcdat.py" "$@"
doutriaux1 commented 7 years ago

it works for me exporting from crunchy to my mac via X forwarding

doutriaux1 commented 7 years ago

@danlipsa any hint?

cameronsmith1 commented 7 years ago

I just tried it from a different computer using a different X system, and it plotted OK. Hence, it seems to be related to the specific X system However, it is strange that the main window, and the data loading and selection, work fine, and it is only a problem when plotting.

doutriaux1 commented 7 years ago

plotting requires opengl support.