10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5ac65 commit 1fe4f41Copy full SHA for 1fe4f41
lib/matplotlib/tests/test_image.py
@@ -269,7 +269,7 @@ def test_rasterize_dpi():
269
# This test should check rasterized rendering with high output resolution.
270
# It plots a rasterized line and a normal image with implot. So it will catch
271
# when images end up in the wrong place in case of non-standard dpi setting.
272
- # Instead of high-res rasterization i use low-res. Therefor the fact that the
+ # Instead of high-res rasterization i use low-res. Therefore the fact that the
273
# resolution is non-standard is is easily checked by image_comparison.
274
import numpy as np
275
import matplotlib.pyplot as plt
0 commit comments