Advertisement
sutasuu

pic1

Nov 5th, 2024
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Asymptote 0.20 KB | Source Code | 0 0
  1. import geometry;
  2.  
  3. size(9cm,0);
  4. defaultpen(fontsize(12pt));
  5. dotfactor = 4;
  6.  
  7. for(int i=0; i<5; ++i){
  8.   for(int j=0; j<1; ++j)
  9.   {
  10.     label("$k=$" + +string(i+1), (j,-i));
  11.   }
  12. }
  13.  
  14. addMargins(1mm,1mm);
Tags: C++ Asymptote
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement