Andrew Ross wrote:
> On Tue, Aug 07, 2007 at 11:13:16AM -0600, Orion Poplawski wrote:
>> Andrew Ross wrote:
>>> OK. I think I know what the problem is. Both the mark and the space
>>> arrays are blank, and so the dashed line is undefined. The problem must
>>> be with plstyl and not with plline. pls
On Tue, Aug 07, 2007 at 11:13:16AM -0600, Orion Poplawski wrote:
> Andrew Ross wrote:
> >
> > OK. I think I know what the problem is. Both the mark and the space
> > arrays are blank, and so the dashed line is undefined. The problem must
> > be with plstyl and not with plline. plstyl takes two arr
Andrew Ross wrote:
>
> OK. I think I know what the problem is. Both the mark and the space
> arrays are blank, and so the dashed line is undefined. The problem must
> be with plstyl and not with plline. plstyl takes two arrays of PLINT as
> arguments.
>
> I have recently altered this code since
On Mon, Aug 06, 2007 at 12:23:56PM -0600, Orion Poplawski wrote:
> The python examples x01 and x09 hang in an infinite loop on Fedora 7 on
> ppc64. The loop is in plline.c in grdashline :
>
>
> (gdb) print plsc->pendn
> $1 = 1
> (gdb) print plsc->space
> $2 = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
> (g
Orion Poplawski wrote:
> Orion Poplawski wrote:
>> The python examples x01 and x09 hang in an infinite loop on Fedora 7 on
>> ppc64. The loop is in plline.c in grdashline :
>
> Some more info:
>
> #6 0x046919fc in _wrap_plbox (self=,
> args=)
> at
> /builddir/build/BUILD/plp
Orion Poplawski wrote:
> The python examples x01 and x09 hang in an infinite loop on Fedora 7 on
> ppc64. The loop is in plline.c in grdashline :
Some more info:
#6 0x046919fc in _wrap_plbox (self=,
args=)
at
/builddir/build/BUILD/plplot-5.7.3/fedora/bindings/python/plplotcm
The python examples x01 and x09 hang in an infinite loop on Fedora 7 on
ppc64. The loop is in plline.c in grdashline :
/* Update line style variables when alarm goes off */
while (plsc->timecnt >= plsc->alarm) {
if (plsc->pendn != 0) {
plsc->pendn = 0;