Graph: Difference between revisions

Content deleted Content added
Graph V2.0
Tags: Reverted Visual edit
Mathematics: no article
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
(26 intermediate revisions by 18 users not shown)
Line 1:
{| class="wikitable sortable"
|+
!M
!M
!V
|-
| style="background-color:#{{Color temperature | 60000 | hexval}}"|60,000 || style="background-color:#{{Color temperature | 750 | hexval}}"| 750 || Overhaul
|-
| style="background-color:#{{Color temperature | 50000 | hexval}}"| 50,000 || style="background-color:#{{Color temperature | 800 | hexval}}"| 800 || 3.8
|-
| style="background-color:#{{Color temperature | 40000 | hexval}}"| 40,000
| style="background-color:#{{Color temperature | 1000 | hexval}}"| 1,000
|3.7
|}
{{Wiktionary|Graph|graph|-graph}}
{{Commons category|Graphs}}
'''Graph''' may refer to:
{{Self reference|For information about graphs on Wikipedia, see [[Wikipedia:Graphs and charts]]. For how to create a graph using Wikitext see [[Help:Graph]].}}
{{TOC right}}
'''Graph''' may refer to:<graph>{
"version": 2,
"width": 700,
"height": 100,
"data": [
{
"name": "table",
"values": [
{
"x": 1,
"y": 700
},
{
"x": 2,
"y": 1000
},
{
"x": 3,
"y": 1300
},
{
"x": 4,
"y": 2000
},
{
"x": 5,
"y": 2500
},
{
"x": 6,
"y": 3500
},
{
"x": 7,
"y": 5000
},
{
"x": 8,
"y": 6000
},
{
"x": 9,
"y": 7500
},
{
"x": 10,
"y": 10000
},
{
"x": 11,
"y": 28000
},
{
"x": 12,
"y": 50000
},
{
"x": 13,
"y": 70000
}
]
}
],
"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>{{TOC right}}
 
==Mathematics==
Line 150 ⟶ 9:
*[[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 158 ⟶ 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==
*[[HMS Graph|HMS ''Graph'']], a submarine of the UK Royal Navy
 
{| class="wikitable sortable"
|+
!Temp
!Star
|-
| style="background-color:#{{Color temperature | 700 | hexval}}" | 700
|Y
|-
| style="background-color:#{{Color temperature | 1000 | hexval}}"| 1,000
|T
|-
| style="background-color:#{{Color temperature | 1300 | hexval}}"| 1,300
|L
|-
| style="background-color:#{{Color temperature | 2000 | hexval}}"| 2,000
|L2
|-
| style="background-color:#{{Color temperature | 2500 | hexval}}"| 2,500
|M
|-
| style="background-color:#{{Color temperature | 3500 | hexval}}"| 3,500
|K
|-
| style="background-color:#{{Color temperature | 5000 | hexval}}"| 5,000
|G
|-
| style="background-color:#{{Color temperature | 6000 | hexval}}"| 6,000
|F
|-
| style="background-color:#{{Color temperature | 7500 | hexval}}"| 7,500
|A
|-
| style="background-color:#{{Color temperature | 10000 | hexval}}"| 10,000
|B
|-
| style="background-color:#{{Color temperature | 28000 | hexval}}"| 28,000
|O
|-
| style="background-color:#{{Color temperature | 50000 | hexval}}"| 50,000
|O2
|-
| style="background-color:#{{Color temperature | 70000 | hexval}}"| Up to 70,000
|O3
|}
 
{| class="wikitable sortable"
|+
!Temp
!Star
!Star2
|-
| style="background-color:#{{Color temperature | 3240.05| hexval}}" | 3,240
|M
|4V
|-
| style="background-color:#{{Color temperature | 29000.15| hexval}}" | 29,000
|O2
|
|-
| style="background-color:#{{Color temperature | 5778.15 | hexval}}" | 5,778
|G
|2V
|-
| style="background-color:#{{Color temperature | 14000.15 | hexval}}" | 14,000
|X
|
|}
 
==See also==