Graph: Difference between revisions

Content deleted Content added
grapho
Tags: Reverted Visual edit
Mathematics: no article
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
(29 intermediate revisions by 19 users not shown)
Line 1:
{{Wiktionary|Graph|graph|-graph}}
{{Commons category|Graphs}}
{{Self reference|For information about graphs on Wikipedia, see [[Wikipedia:Graphs and charts]]. For how to create a graph using Wikitext see [[Help:Graph]].}}
'''Graph''' may refer to:
{{TOC right}}
 
==Mathematics==
<graph>{
"version": 2,
"width": 400,
"height": 200,
"data": [
{
"name": "table",
"values": [
{
"x": 0,
"y": 164
},
{
"x": 50,
"y": 200
},
{
"x": 100,
"y": 50
},
{
"x": 150,
"y": 50
},
{
"x": 200,
"y": 200
},
{
"x": 250,
"y": 164
}
]
}
],
"scales": [
{
"name": "x",
"type": "linear",
"range": "width",
"zero": false,
"___domain": {
"data": "table",
"field": "x"
}
},
{
"name": "y",
"type": "linear",
"range": "height",
"nice": true,
"___domain": {
"data": "table",
"field": "y"
}
}
],
"axes": [
{
"type": "x",
"scale": "x"
},
{
"type": "y",
"scale": "y"
}
],
"marks": [
{
"type": "line",
"from": {
"data": "table"
},
"properties": {
"enter": {
"x": {
"scale": "x",
"field": "x"
},
"y": {
"scale": "y",
"field": "y"
},
"y2": {
"scale": "y",
"value": 0
},
"interpolate": {
"value": "monotone"
},
"stroke": {
"value": "steelblue"
},
"strokeWidth": {
"value": 3
}
}
}
}
]
}</graph>
{| class="wikitable sortable"
|+Theory [[energy]]
![[Strength]] ([[Power|p]])
![[Energy]] (J)
!Chart [[energy]] ([[Energy|ctJ]])
![[Energy|Function energy (100x)]] (fnJ)
|-
|10,398
|400
|16.79
|1,679
|-
|1,855
|225
|9.34
|934
|-
|996
|188
|2.25
|225
|-
|300
|121
|1.5
|150
|-
|125
|100
|1
|100
|-
|116
|54
|0.87
|87
|-
|100
|10
|0.04
|4
|-
|<math>-10^{22}</math>
|<math>-10^{11}</math>
|0.0087
|0.87
|-
|<math>-10^{10^{10^{50}}}</math>
|<math>-10^{10^{10^{10^{10^{50}}}}}</math>
|0
|0
|}
 
=== Payout ===
'''Correct'''<graph>{
"version": 2,
"width": 400,
"height": 200,
"data": [
{
"name": "table",
"values": [
{
"x": 1,
"y": 1
},
{
"x": 2,
"y": 2
},
{
"x": 3,
"y": 4
},
{
"x": 4,
"y": 8
},
{
"x": 5,
"y": 16
}
]
}
],
"scales": [
{
"name": "x",
"type": "linear",
"range": "width",
"zero": false,
"___domain": {
"data": "table",
"field": "x"
}
},
{
"name": "y",
"type": "linear",
"range": "height",
"nice": true,
"___domain": {
"data": "table",
"field": "y"
}
}
],
"axes": [
{
"type": "x",
"scale": "x"
},
{
"type": "y",
"scale": "y"
}
],
"marks": [
{
"type": "area",
"from": {
"data": "table"
},
"properties": {
"enter": {
"x": {
"scale": "x",
"field": "x"
},
"y": {
"scale": "y",
"field": "y"
},
"y2": {
"scale": "y",
"value": 0
},
"fill": {
"value": "steelblue"
},
"interpolate": {
"value": "monotone"
}
}
}
}
]
}</graph><graph>{
"version": 2,
"width": 400,
"height": 200,
"data": [
{
"name": "table",
"values": [
{
"x": 1,
"y": 1
},
{
"x": 2,
"y": 2
},
{
"x": 3,
"y": 4
},
{
"x": 4,
"y": 8
},
{
"x": 5,
"y": 16
}
]
}
],
"scales": [
{
"name": "x",
"type": "ordinal",
"range": "width",
"zero": false,
"___domain": {
"data": "table",
"field": "x"
}
},
{
"name": "y",
"type": "linear",
"range": "height",
"nice": true,
"___domain": {
"data": "table",
"field": "y"
}
}
],
"axes": [
{
"type": "x",
"scale": "x"
},
{
"type": "y",
"scale": "y"
}
],
"marks": [
{
"type": "rect",
"from": {
"data": "table"
},
"properties": {
"enter": {
"x": {
"scale": "x",
"field": "x"
},
"y": {
"scale": "y",
"field": "y"
},
"y2": {
"scale": "y",
"value": 0
},
"fill": {
"value": "steelblue"
},
"width": {
"scale": "x",
"band": "true",
"offset": -1
}
}
}
}
]
}</graph>'''Wrong'''<graph>{
"version": 2,
"width": 400,
"height": 200,
"data": [
{
"name": "table",
"values": [
{
"x": 1,
"y": 1
},
{
"x": 2,
"y": 2
},
{
"x": 3,
"y": 3
},
{
"x": 4,
"y": 4
},
{
"x": 5,
"y": 5
}
]
}
],
"scales": [
{
"name": "x",
"type": "ordinal",
"range": "width",
"zero": false,
"___domain": {
"data": "table",
"field": "x"
}
},
{
"name": "y",
"type": "linear",
"range": "height",
"nice": true,
"___domain": {
"data": "table",
"field": "y"
}
}
],
"axes": [
{
"type": "x",
"scale": "x"
},
{
"type": "y",
"scale": "y"
}
],
"marks": [
{
"type": "rect",
"from": {
"data": "table"
},
"properties": {
"enter": {
"x": {
"scale": "x",
"field": "x"
},
"y": {
"scale": "y",
"field": "y"
},
"y2": {
"scale": "y",
"value": 0
},
"fill": {
"value": "steelblue"
},
"width": {
"scale": "x",
"band": "true",
"offset": -1
}
}
}
}
]
}</graph><graph>{
"version": 2,
"width": 400,
"height": 200,
"data": [
{
"name": "table",
"values": [
{
"x": 1,
"y": 1
},
{
"x": 2,
"y": 2
},
{
"x": 3,
"y": 3
},
{
"x": 4,
"y": 4
},
{
"x": 5,
"y": 5
}
]
}
],
"scales": [
{
"name": "x",
"type": "linear",
"range": "width",
"zero": false,
"___domain": {
"data": "table",
"field": "x"
}
},
{
"name": "y",
"type": "linear",
"range": "height",
"nice": true,
"___domain": {
"data": "table",
"field": "y"
}
}
],
"axes": [
{
"type": "x",
"scale": "x"
},
{
"type": "y",
"scale": "y"
}
],
"marks": [
{
"type": "area",
"from": {
"data": "table"
},
"properties": {
"enter": {
"x": {
"scale": "x",
"field": "x"
},
"y": {
"scale": "y",
"field": "y"
},
"y2": {
"scale": "y",
"value": 0
},
"fill": {
"value": "steelblue"
},
"interpolate": {
"value": "monotone"
}
}
}
}
]
}</graph>
*[[Graph (discrete mathematics)]], a structure made of vertices and edges
**[[Graph theory]], the study of such graphs and their properties
*[[Graph (topology)]], a topological space resembling a graph in the sense of discrete mathematics
*[[Graph of a function]]
*[[Graph of a relation]]
*[[Graph paper]]
*[[Chart]], a means of representing data (also called a graph)
Line 550 ⟶ 16:
*[[graph (Unix)]], Unix command-line utility
*[[Conceptual graph]], a model for knowledge representation and reasoning
*[[Microsoft Graph]], a Microsoft API developer platform that connects multiple services and devices
 
==Other uses==