add a new vector type "temperature"

This commit is contained in:
Holger Vogt 2018-03-04 14:15:22 +01:00
parent 5b18732af2
commit d311fb10cf
1 changed files with 1 additions and 0 deletions

View File

@ -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. */