Am 16.07.2009 17:20, Allin Cottrell schrieb:
On Wed, 15 Jul 2009, Sven Schreiber wrote:
> gretl automatically adds "left" and "right" to the legends of
graphs
> with different scales. It automatically uses the current language
> setting to do that, and the items are not editable. This behavior is a
> problem if you want to produce graphs in English for research papers
> while still running gretl in your native language.
>
> My workaround was to start gretl in English just to save the graphs. But
> I wonder whether gretl's behavior should be changed. For example, gretl
> could automatically add the strings as part of the legend entries which
> would then be editable.
A more efficient way of dealing with this might be: (a) save the
graph as a session icon, (b) right-click on the icon and choose
"Edit plot commands", (c) change the titles of the variables as
you wish.
Ah, ok, I will try that next time, thanks!
Note that in gnuplot the "key" is automatically constructed using
the titles provided for the variables in the "plot" command, as in
plot <whatever> title '<title>' ...
In gretl's GUI graph editor you can change the title per line,
under the "Lines" tab, but the "(left)" or "(right)" tags
are not
editable, they are added automatically, which makes sense since
the graph editor allows you to switch variables between axes.
Yes, but note that after saving the graph to a session icon in German
gretl, and reopening the session in English gretl the terms "(links)"
and "(rechts)" appear in the GUI line title field and can be
deleted/edited there.
(Don't know if that's intended, but it's good for the workaround.)
-sven