Increase max points in 2D plot from 1000 to 1001.

PiperOrigin-RevId: 787513580
Change-Id: I573c779932fa7411b132020213637a25fa859844
This commit is contained in:
Yuval Tassa
2025-07-26 12:45:25 -07:00
committed by Copybara-Service
parent ddb7eb07c7
commit 83435361fa
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -7394,7 +7394,7 @@ STRUCTS: Mapping[str, StructDecl] = dict([
name='linedata',
type=ArrayType(
inner_type=ValueType(name='float'),
extents=(100, 2000),
extents=(100, 2002),
),
doc='line data (x,y)',
),