Community Profile

photo

Daniel Svedbrand


Last seen: 3 months ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
Multi-line legend strings
use \newline instead of \n and skip "sprintf" legend('hello\newlineworld');

5 years ago | 4

Answered
Changing the atan function so that it ranges from 0 to 2*pi
Adding mod 2*pi to atan2 should work just fine z = mod(atan2(y,x),2*pi);

5 years ago | 14

| accepted