fig, ax = plt.subplots()
ax.bar([1, 2], [2, 3], hatch=['+', 'o'])
plt.show()