File:Van der Corput 2D.png: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 August 2023

25 August 2022

22 September 2012

  • curprev 10:0210:02, 22 September 2012rosettacode>Paddy3118 169 bytes +169 Generated for http://rosettacode.org/wiki/Total_circles_area#Python:_2D_Van_der_Corput_sequence in ipython using: x,y = zip(*islice(vdc_2d(), 10000)) plt.plot(x, y, '.')