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 b518086 commit 2f88207Copy full SHA for 2f88207
ultraplot/tests/test_legend.py
@@ -205,7 +205,7 @@ def test_sync_label_dict(rng):
205
206
We need to ensure that the legend is updated in the dictionary when its location is changed.
207
"""
208
- data = rng.random.rand(2, 100)
+ data = rng.random(2, 100)
209
fig, ax = uplt.subplots()
210
ax.plot(*data, label="test")
211
leg = ax.legend(loc="lower right")
0 commit comments