plot2d question



Thanks.  I found out that the option "linespoints" works 
with a single plot.

				Kostas

eric.reyssat at math.unicaen.fr wrote:
> The first style applies to the first plot, the second style to the second
> plot (if any), etc.
> Since you have only one plot, only the first style applies.
> 
> You can get both by plotting the list twice :
> 
> x : [1,2,3,4]$ 
> plot2d([[discrete,x,x],[discrete,x,x]],[style,[points,4,1,6],[lines,1,2]])$
> 
> Eric Reyssat
> 
>> Does anyone know why this example doesn't work?
>>
>> (%i1) x : [1,2,3,4]$
>>
>> (%i2) plot2d([discrete,x,x],[style,[points,4,1,6],[lines,1,2]])
>>
>> It produces only points (of the correct style), but no
>> lines.  If I remove the "[points ...]", the lines appear.  I
>> see this behavior with both 5.16.3 and 5.17.1.
>>
>> 						Kostas
>> _______________________________________________
>> Maxima mailing list
>> Maxima at math.utexas.edu
>> http://www.math.utexas.edu/mailman/listinfo/maxima
>>
>