photo

Daniel Svedbrand


Last seen: 7 mois il y a Actif depuis 2018

Followers: 0   Following: 0

Statistiques

  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Multi-line legend strings
use \newline instead of \n and skip "sprintf" legend('hello\newlineworld');

plus de 5 ans il y a | 5

Réponse apportée
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);

presque 6 ans il y a | 15

| A accepté