photo

Daniel Svedbrand


Last seen: 6 mesi fa Attivo dal 2018

Followers: 0   Following: 0

Statistica

  • 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');

oltre 5 anni fa | 5

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

quasi 6 anni fa | 15

| accettato