From: Brian D. <do...@co...> - 2011-10-07 11:50:58
|
shade2 should work (crosses fingers)... On Oct 6, 2011, at 7:36 PM, Jennifer Adams wrote: > Hi, Gary -- > > Here is the relevant code in gxshad.c: > > #define XYBMAX 5000 > ... > if (stkcnt>=XYBMAX) { > printf ("Buffer stack limit exceeded in gxshad\n"); > return(1); > } > > Looks like you've bumped up against a hard-coded limit. You can > change XYBMAX and recompile, or try 'set gxout shade2' and see if > that changes anything. > --Jennifer > > > On Oct 6, 2011, at 7:07 PM, Love, Mr. Gary, Contractor, Code 7542 > wrote: > >> Hi Jennifer, >> >> I just encountered any error I have never seen >> >> Buffer stack limit exceeded in gxshad >> Error in gxshad >> >> I'm only shading about a dozen colors, but I get this when the plot >> is very dense. >> >> Are there any quick solutions? Reduce colors, etc? >> >> Gary > > -- > Jennifer M. Adams > IGES/COLA > 4041 Powder Mill Road, Suite 302 > Calverton, MD 20705 > jm...@co... > > > |