-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathGraphics.n
64 lines (59 loc) · 1.33 KB
/
Graphics.n
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
CInstall["nvgraphics"]
Begin[System`Graphics]
CInterface["nvgraphics",
Value[System`Plot,System`ListPlot,System`DiscretePlot,System`Plot3D,System`ParametricPlot,System`PolarPlot,System`ContourPlot,System`ParametricRegionPlot,System`ContourPlot3D,System`ParametricPlot3D,System`DensityPlot,System`ParametricSurfacePlot3D]
]
Attributes[System`Plot] = {HoldAll}
Attributes[System`ListPlot] = {HoldAll}
Attributes[System`DiscretePlot] = {HoldAll}
Attributes[System`Plot3D] = {HoldAll}
Attributes[System`ParametricPlot] = {HoldAll}
Attributes[System`PolarPlot] = {HoldAll}
Attributes[System`ContourPlot] = {HoldAll}
Attributes[System`ParametricRegionPlot] = {HoldAll}
Attributes[System`ContourPlot3D] = {HoldAll}
Attributes[System`ParametricPlot3D] = {HoldAll}
Attributes[System`DensityPlot] = {HoldAll}
Attributes[System`ParametricSurfacePlot3D] = {HoldAll}
End[]
Begin[System]
`Graphics2D
`Graphics3D
`Shape
`GraphicsComplex
`PlotRange
`Polygon
`FlatSpace
`Color3f
`Color255
`Axes
`Auto
`ColorFunction
`FillToCurve
`FillToAxes
`GraphLabel
`True
`Mesh
`DoubleSurface
`Surface
`LightedSurface
`ColorfulLine
`PointList
`QuadArray
`TriangleArray
`Curve
`Real
`Integer
`Minus
`ColorPolygon
`AxesLabel
`GraphLabel
`Joined
`NoFilling
`Line
`Options
`NormalSpace
`Hue
`Directive
`ColorPolygon
End[]