comparison src/graphics.cc @ 9403:4af6e29449c1

[mq]: graphics_text_engine
author Michael Goffioul <michael.goffioul@gmail.com>
date Fri, 26 Jun 2009 21:12:09 +0100
parents 17af7cce7d1b
children d8d410b08228
comparison
equal deleted inserted replaced
9402:cdfb9ad48080 9403:4af6e29449c1
2387 2387
2388 sx = "linear"; 2388 sx = "linear";
2389 sy = "linear"; 2389 sy = "linear";
2390 sz = "linear"; 2390 sz = "linear";
2391 2391
2392 calc_ticklabels (xtick, xticklabel, xscale.is ("log"));
2393 calc_ticklabels (ytick, yticklabel, yscale.is ("log"));
2394 calc_ticklabels (ztick, zticklabel, zscale.is ("log"));
2395
2392 xset (xlabel.handle_value (), "handlevisibility", "off"); 2396 xset (xlabel.handle_value (), "handlevisibility", "off");
2393 xset (ylabel.handle_value (), "handlevisibility", "off"); 2397 xset (ylabel.handle_value (), "handlevisibility", "off");
2394 xset (zlabel.handle_value (), "handlevisibility", "off"); 2398 xset (zlabel.handle_value (), "handlevisibility", "off");
2395 xset (title.handle_value (), "handlevisibility", "off"); 2399 xset (title.handle_value (), "handlevisibility", "off");
2396 2400
2402 xset (xlabel.handle_value (), "verticalalignment", "cap"); 2406 xset (xlabel.handle_value (), "verticalalignment", "cap");
2403 xset (ylabel.handle_value (), "verticalalignment", "bottom"); 2407 xset (ylabel.handle_value (), "verticalalignment", "bottom");
2404 xset (title.handle_value (), "verticalalignment", "bottom"); 2408 xset (title.handle_value (), "verticalalignment", "bottom");
2405 2409
2406 xset (ylabel.handle_value (), "rotation", 90.0); 2410 xset (ylabel.handle_value (), "rotation", 90.0);
2411 xset (zlabel.handle_value (), "visible", "off");
2412
2413 xset (xlabel.handle_value (), "clipping", "off");
2414 xset (ylabel.handle_value (), "clipping", "off");
2415 xset (zlabel.handle_value (), "clipping", "off");
2416 xset (title.handle_value (), "clipping", "off");
2407 2417
2408 adopt (xlabel.handle_value ()); 2418 adopt (xlabel.handle_value ());
2409 adopt (ylabel.handle_value ()); 2419 adopt (ylabel.handle_value ());
2410 adopt (zlabel.handle_value ()); 2420 adopt (zlabel.handle_value ());
2411 adopt (title.handle_value ()); 2421 adopt (title.handle_value ());
2620 xset (xlabel.handle_value (), "verticalalignment", "cap"); 2630 xset (xlabel.handle_value (), "verticalalignment", "cap");
2621 xset (ylabel.handle_value (), "verticalalignment", "bottom"); 2631 xset (ylabel.handle_value (), "verticalalignment", "bottom");
2622 xset (title.handle_value (), "verticalalignment", "bottom"); 2632 xset (title.handle_value (), "verticalalignment", "bottom");
2623 2633
2624 xset (ylabel.handle_value (), "rotation", 90.0); 2634 xset (ylabel.handle_value (), "rotation", 90.0);
2635 xset (zlabel.handle_value (), "visible", "off");
2636
2637 xset (xlabel.handle_value (), "clipping", "off");
2638 xset (ylabel.handle_value (), "clipping", "off");
2639 xset (zlabel.handle_value (), "clipping", "off");
2640 xset (title.handle_value (), "clipping", "off");
2625 2641
2626 adopt (xlabel.handle_value ()); 2642 adopt (xlabel.handle_value ());
2627 adopt (ylabel.handle_value ()); 2643 adopt (ylabel.handle_value ());
2628 adopt (zlabel.handle_value ()); 2644 adopt (zlabel.handle_value ());
2629 adopt (title.handle_value ()); 2645 adopt (title.handle_value ());