February 2012
Beginner to intermediate
220 pages
5h 8m
English
The most recent version of gnuplot provides several new internationalization features. If you are plotting date/time data and set the format to display the month abbreviation rather than the number of the month, gnuplot can use the abbreviations appropriate to any language installed on your system. The following figure repeats the previous plot using month abbreviations and the Spanish language:
![Changing the language used for labels [new]](/api/v2/epubs/urn:orm:book:9781849517249/files/graphics/7249_04_11.jpg)
Note that the month names are not capitalized, which is the convention in Spanish.
In the following script, the addition of one line translates our plot to Spanish:
set xdata time
set locale "es_ES.utf8" ...Read now
Unlock full access