mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
Fixed small typo.
This commit is contained in:
@@ -120,7 +120,7 @@ Normal | Spline | Scatter
|
||||
--- | --- | ---
|
||||
 |  | 
|
||||
|
||||
Two arrays can be used as an X-Y plot. For example, this simple arrays forms the X-Y outline of a shape.
|
||||
Two arrays can be used as an X-Y plot. For example, this simple 'points' array forms the X-Y outline of a shape.
|
||||
```
|
||||
int main() {
|
||||
int points[] = {50,1,20,91,97,35,2,35,79,91,50,1};
|
||||
|
||||
Reference in New Issue
Block a user