From: <ai...@us...> - 2010-09-11 18:58:00
|
Revision: 11169 http://plplot.svn.sourceforge.net/plplot/?rev=11169&view=rev Author: airwin Date: 2010-09-11 18:57:54 +0000 (Sat, 11 Sep 2010) Log Message: ----------- Temporary commit to show legend in large detail to try and figure out offsets. Once we are satisfied with both the symbol and character offsets we should go back to the old legend parameters for best looks. Modified Paths: -------------- trunk/examples/c/x04c.c Modified: trunk/examples/c/x04c.c =================================================================== --- trunk/examples/c/x04c.c 2010-09-11 18:56:21 UTC (rev 11168) +++ trunk/examples/c/x04c.c 2010-09-11 18:57:54 UTC (rev 11169) @@ -115,13 +115,14 @@ colors[1] = 3; label_colors[0] = 1; label_colors[1] = 1; - pllegend( 1.0, 0.6, 0.95, 2, label_colors, names, colors, 0, NULL ); + pllegend( 0.3, 0.1, 0.95, 2, label_colors, names, colors, 0, NULL ); // Draw the points legend + plssym(0., 3.); names[0] = ""; names[1] = ""; symbols[0] = -1; symbols[1] = 3; - pllegend( 1.0, 0.6, 0.95, 2, label_colors, names, colors, 5, symbols ); + pllegend( 0.3, 0.1, 0.95, 2, label_colors, names, colors, 5, symbols ); } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |