Hello,
I have the following problem:
I have an array of values stored in F[i,j] and plot them using the LineChart tool:
LineChart([seq([seq(F[i, j], j = dmin .. dmax)], i = 1 .. 3)], xcoords = [seq(0.1e-1*2^(k-1), k = dmin .. dmax)], color = mycolor);
This way, I obtain 3 curves, each of them with a different color as defined by mycolor.
However, for a publication in black and white I would now like to assign different linestyles...