13.07.2015 Views

Analysis of Structures - Baustatik-Info-Server

Analysis of Structures - Baustatik-Info-Server

Analysis of Structures - Baustatik-Info-Server

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

2.11. RANDOM NUMBERS Page 37# creating plot <strong>of</strong> sorted values xPos/yPospylab.plot(xPos,yPos,"r")# create a random orderrandom.shuffle(xPos)random.shuffle(yPos)# creating plot <strong>of</strong> the shuffeled values xPos/yPospylab.plot(xPos,yPos,"g")# save the plot in a figure using an png-formatpylab.savefig("RandomWalk.png")# plot a figure in the matplotlib viewerpylab.show()End <strong>of</strong> Coding2.12.2011

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!