Difference between revisions of "User:5849206328x"
5849206328x (talk | contribs) m |
5849206328x (talk | contribs) m |
||
Line 7: | Line 7: | ||
Label f; | Label f; | ||
f.p=fontsize(6); | f.p=fontsize(6); | ||
− | xaxis( | + | xaxis(-1,1); |
− | yaxis( | + | yaxis(0,1.1); |
− | real f1(real x) { return | + | real f1(real x) { return 0; } |
− | real f2(real x) { return | + | real f2(real x) { return 1; } |
− | draw(graph(f1,0 | + | draw(graph(f1,-1,0), blue); |
− | draw(graph(f2, | + | draw(graph(f2,0,1), blue); |
+ | |||
+ | dot((0,0),blue); dot((0,1),white); draw(circle((0,0),0.01),blue); draw(circle((0,1),0.01),blue); | ||
//limits((-2,0),(2,2),Crop); | //limits((-2,0),(2,2),Crop); | ||
</asy> | </asy> |
Revision as of 11:46, 10 June 2015