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 ae88473 commit b1617a4Copy full SHA for b1617a4
python/tests/charts/test_scale.py
@@ -9,7 +9,7 @@ async def test_datetime_scale(async_sandbox: AsyncSandbox):
9
import datetime
10
11
# Generate x values
12
- dates = [datetime.date(2023, 9, 1) + datetime.timedelta(seconds=i) for i in range(10)]
+ dates = [datetime.date(2023, 9, 1) + datetime.timedelta(seconds=i) for i in range(100)]
13
y_sin = np.sin(np.linspace(0, 2*np.pi, 100))
14
15
# Create the plot
0 commit comments