Hello
I'm getting compass values from a CSV witch vary between 0 - 360.
What I want to do is to draw a a rectangle for each of the CSV entry (no problem with that) and draw some lines inside of the rectangles according the value of the angles.
For instance, if my CSV gives me the value of 45, I want my rectangle to be fill with oblique lines.
Something like this:
Can you give me some tips about it? which approach should be the best to get this result?
I'm getting compass values from a CSV witch vary between 0 - 360.
What I want to do is to draw a a rectangle for each of the CSV entry (no problem with that) and draw some lines inside of the rectangles according the value of the angles.
For instance, if my CSV gives me the value of 45, I want my rectangle to be fill with oblique lines.
Something like this:
Can you give me some tips about it? which approach should be the best to get this result?
1