Skip to content

Instantly share code, notes, and snippets.

View ELC's full-sized avatar

Ezequiel Leonardo Castaño ELC

View GitHub Profile
import matplotlib.pyplot as plt
import numpy as np
# fig = plt.figure()
fig, ax = plt.subplots(figsize=(16,9))
margin = 1
plt.plot(( 64, 64), (0, 1), 'b-')
plt.plot((128, 128), (0, 1), 'b-')