Recent changes
From Federal Burro of Information
Jump to navigationJump to search
Track the most recent changes to the wiki on this page.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
20 December 2024
19 December 2024
N 18:01 | Quick histogram python diffhist +195 David talk contribs (Created page with "category:script <pre> #!/usr/bin/env python3 #-*- coding: utf-8 -*- import numpy as np import matplotlib.pyplot as plt myarr = np.loadtxt("numbers.txt") plt.hist(myarr) plt.show() </pre>") |