add a new vector type "temperature"
This commit is contained in:
parent
5b18732af2
commit
d311fb10cf
|
|
@ -55,6 +55,7 @@ static struct type types[NUMTYPES] = {
|
|||
{ "decibel", "dB" } , /* Added by A.Roldan */
|
||||
{ "capacitance", "F" } ,
|
||||
{ "charge", "C" } ,
|
||||
{ "temperature", "Celsius" } ,
|
||||
};
|
||||
|
||||
/* The stuff for plot names. */
|
||||
|
|
|
|||
Loading…
Reference in New Issue