We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Paste this into your pithy page to generate a graph
from pithy import * a = linspace(0,1,100) b = sqrt(a) c = a**2 plot(a,b,'k') plot(a,c,'k') showme() clf() plot(a,b,'k') plot(a,c,'k') xlabel("x") ylabel("y") title("Now With Labels") showme()
There was an error while loading. Please reload this page.