-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move captions around? #20
Comments
The .set_legend(Graph(0.5),
Graph(-0.2),
&[Horizontal, Placement(AlignCenter, AlignTop), Title("Legend Title")],
&[TextAlign(AlignRight)]); |
Thanks for the hint. The legend is not quite the caption, though.
and only the second legend is displayed. In other words, duh. |
Anyway, I'm going to use the gnuplot directly, so NP. |
Interesting, I've never heard of this feature before. Maybe it can be added one day. You can actually dump the generated gnuplot commands from this library and edit in the bits you're interested in, in principle. |
I wonder if it's possible to move the captions around?
In gnuplot that would be "set key left top".
cf. http://stackoverflow.com/questions/12208054/gnuplot-legend-overlaps-graph
The text was updated successfully, but these errors were encountered: