Mercurial > hg > octave-avbm
comparison scripts/plot/__go_draw_axes__.m @ 6611:9197bb0a2738
[project @ 2007-05-09 16:46:50 by jwe]
author | jwe |
---|---|
date | Wed, 09 May 2007 16:46:50 +0000 |
parents | 376b71574728 |
children | 388747e3d96b |
comparison
equal
deleted
inserted
replaced
6610:fb8bddaa07c4 | 6611:9197bb0a2738 |
---|---|
650 rot_z += 360; | 650 rot_z += 360; |
651 endwhile | 651 endwhile |
652 fputs (plot_stream, "set ticslevel 0;\n"); | 652 fputs (plot_stream, "set ticslevel 0;\n"); |
653 fprintf (plot_stream, "set view %g, %g;\n", rot_x, rot_z); | 653 fprintf (plot_stream, "set view %g, %g;\n", rot_x, rot_z); |
654 endif | 654 endif |
655 fprintf (plot_stream, "%s \"-\" %s %s %s", plot_cmd, | 655 fprintf (plot_stream, "%s \"-\" %s %s %s \\\n", plot_cmd, |
656 usingclause{1}, titlespec{1}, withclause{1}); | 656 usingclause{1}, titlespec{1}, withclause{1}); |
657 for i = 2:data_idx | 657 for i = 2:data_idx |
658 fprintf (plot_stream, ", \"-\" %s %s %s", | 658 fprintf (plot_stream, ", \"-\" %s %s %s \\\n", |
659 usingclause{i}, titlespec{i}, withclause{i}); | 659 usingclause{i}, titlespec{i}, withclause{i}); |
660 endfor | 660 endfor |
661 fputs (plot_stream, ";\n"); | 661 fputs (plot_stream, ";\n"); |
662 for i = 1:data_idx | 662 for i = 1:data_idx |
663 if (is_image_data(i)) | 663 if (is_image_data(i)) |