Community Profile

photo

Daniel Svedbrand


Last seen: 2 mesi fa Attivo dal 2018

Followers: 0   Following: 0

Statistiche

  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

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

circa 5 anni fa | 4

Risposto
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);

oltre 5 anni fa | 14

| accettato