Re: relocationexceeding maximum size

From: Dennis Shea (shea AT cgd.ucar.edu)
Date: Mon Nov 07 2005 - 15:26:37 MST


>
>When I try to create a plot, I'm getting an error message about
>workspace reallocation exceeding maximum size.
>
>fatal:ContourPlotDraw: Workspace reallocation would exceed maximum size
> 16777216
> fatal:ContourPlotDraw: draw error
> fatal:ContourPlotDraw: draw error
>
>Then I add following code in my script.
>
>ws_id = ngl_get_workspace_id()
>rlist = resource()
>rlist.wsMaximumSize = 33554432
>ngl_set_values(ws_id,rlist)
>
>The error message: fatal:syntax error: possibly an undefined procedure.
>
>I don't know what wrong with it.
>
>Any help are very appreciated!

The above is not NCL.

It is pyngl: "Python Interface to the NCL Graphics Libraries"

In the future, please direct pyngl questions to that group.

  http://mailman.ucar.edu/mailman/listinfo/pyngl-talk
  
I will forward this message to pyngl-talk@ucar.edu

_______________________________________________
pyngl-talk mailing list
pyngl-talk@ucar.edu
http://mailman.ucar.edu/mailman/listinfo/pyngl-talk



This archive was generated by hypermail 2b29 : Mon Nov 07 2005 - 16:39:36 MST