User Portlet User Portlet

Discussions
Hi everybody There is a faster and more concice method. I first do it step by step. 1) Split before every occurence of "db" :Split[lst, #2 =!= db &][mcode]{{db, st1, 3, 333.33, 4, 543, 11, 323, de}, {db, st2, 9, 987, 8, 778, ...
Hello Sander Yes i have the same problem. However, you can visualize your data using Graphics :[mcode]Graphics[{Arrowheads[0.01 Norm[#2]], Hue[0.5 Norm[#2]], Arrow[{#1, (#1 + 0.01 #2)}]} & @@@ reduced, AspectRatio -> 1, Frame -> True,...