Search notes:

SAS - proc sgplot: datalabel

datababel: name the dots in a plot
data eggs_why;
  format spelled $20.;
  do i = 1 to 12;
     spelled = put(i, words20.);
     eggs = mod(i * 7, 13);
     why  = round(rand('unif') * 30);
     output;
  end;
run;

ods graphics on;

proc sgplot data=eggs_why;
  title 'Scatter plot';
  scatter
     y=why x=eggs /
     datalabel=spelled;
run;
Github repository about-SAS, path: /programming/proc/sgplot/datalabel.sas

See also

proc sgplot

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Companie...', 1759612584, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Companies-Products/SAS/programming/proc/sgplot/datalabel(58): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78