Increase max points in 2D plot from 1000 to 1001.
PiperOrigin-RevId: 787513580 Change-Id: I573c779932fa7411b132020213637a25fa859844
This commit is contained in:
committed by
Copybara-Service
parent
ddb7eb07c7
commit
83435361fa
@@ -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)',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user