|
|
@ -55,6 +55,7 @@ static struct type types[NUMTYPES] = { |
|
|
{ "decibel", "dB" } , /* Added by A.Roldan */ |
|
|
{ "decibel", "dB" } , /* Added by A.Roldan */ |
|
|
{ "capacitance", "F" } , |
|
|
{ "capacitance", "F" } , |
|
|
{ "charge", "C" } , |
|
|
{ "charge", "C" } , |
|
|
|
|
|
{ "temperature", "Celsius" } , |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
/* The stuff for plot names. */ |
|
|
/* The stuff for plot names. */ |
|
|
|