|
From: Dominik E. <dom...@gm...> - 2013-08-14 13:09:36
|
Hi list, I use some newhistogram plotting constructs like in http://gnuplot.sourceforge.net/docs_4.2/node250.html set style histogram cluster plot newhistogram "Set A", 'a' using 1, '' using 2, '' using 3, \ newhistogram "Set B", 'b' using 1, '' using 2, '' using 3 The question is: how can I rotate the newhistogram titles, i.e. "Set A" and "Set B" in the example above? Thanks Dominik |