Rev 15722 | Rev 15732 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15722 | Rev 15731 | ||
---|---|---|---|
Line 1955... | Line 1955... | ||
1955 | @ use commands <a href="#xlabel">xlabel some_string</a> and/or <a href="#ylabel">ylabel some_string</a> to label axis; use command ''fontsize`` to adjust size: the font family is non-configurable 'italic your_fontsize px Arial' ! |
1955 | @ use commands <a href="#xlabel">xlabel some_string</a> and/or <a href="#ylabel">ylabel some_string</a> to label axis; use command ''fontsize`` to adjust size: the font family is non-configurable 'italic your_fontsize px Arial' ! |
1956 | @ see commands <a href="#xaxis">xaxis or xaxistext</a>, <a href="#yaxis">yaxis or yaxistext</a> to set tailormade values on axis (the used font is set by command <a href="#fontfamily">fontfamily</a>; default '12px Arial') |
1956 | @ see commands <a href="#xaxis">xaxis or xaxistext</a>, <a href="#yaxis">yaxis or yaxistext</a> to set tailormade values on axis (the used font is set by command <a href="#fontfamily">fontfamily</a>; default '12px Arial') |
1957 | @ see command <a href="#legend">legend</a> to set a legend for the graph; use command <a href="#fontsize">fontsize</a> to adjust size (the font family is non-configurable 'bold your_fontsize px Arial') |
1957 | @ see command <a href="#legend">legend</a> to set a legend for the graph; use command <a href="#fontsize">fontsize</a> to adjust size (the font family is non-configurable 'bold your_fontsize px Arial') |
1958 | @%grid%size 400,400%xrange -10,10%yrange -10,10%grid 1,1,grey%zoom red |
1958 | @%grid%size 400,400%xrange -10,10%yrange -10,10%grid 1,1,grey%zoom red |
1959 | @%grid_axis%size 400,400%xrange -10,10%yrange -10,10%axis%grid 1,1,grey,2,2,6,black%zoom red |
1959 | @%grid_axis%size 400,400%xrange -10,10%yrange -10,10%axis%grid 1,1,grey,2,2,6,black%zoom red |
1960 | @%grid_axis_axisnumbering%size 400,400%xrange -10,10%yrange -10,10%axis%axisnumbering%precision 0%grid 1,1,grey,2,2,6,black%zoom red |
- | |
1961 | @%grid_axis_axisnumbering%size 400,400%xrange -10,10%yrange -10,10%fontfamily Italic 14px Courier%axis%axisnumbering%precision 0%grid 1,1,grey,2,2,6,black%zoom red |
1960 | @%grid_axis_axisnumbering%size 400,400%xrange -10,10%yrange -10,10%fontfamily Italic 14px Courier%axis%axisnumbering%precision 0%grid 1,1,grey,2,2,6,black%zoom red |
1962 | */ |
1961 | */ |
1963 | if( js_function[DRAW_YLOGSCALE] == 1 ){canvas_error("only one grid type is allowed...");} |
1962 | if( js_function[DRAW_YLOGSCALE] == 1 ){canvas_error("only one grid type is allowed...");} |
1964 | js_function[DRAW_GRID] = 1; |
1963 | js_function[DRAW_GRID] = 1; |
1965 | for(i=0;i<4;i++){ |
1964 | for(i=0;i<4;i++){ |
Line 4562... | Line 4561... | ||
4562 | } |
4561 | } |
4563 | my_sliders = data2js_array(int_data,use_slider - last_slider+1); |
4562 | my_sliders = data2js_array(int_data,use_slider - last_slider+1); |
4564 | break; |
4563 | break; |
4565 | 4564 | ||
4566 | case SLIDER_X: |
4565 | case SLIDER_X: |
4567 | /* |
- | |
4568 |
|
4566 | /* TEMPORARILY REMOVED |
4569 | |
4567 | #@ sliderfunction_x some_function_in_x |
4570 | |
4568 | #@ default value "x" |
4571 | |
4569 | #@ the x-value of the slider object will be calculated with this function. |
4572 | |
4570 | #@ default is the x-slider value itself |
4573 | |
4571 | #@ only used by command ''slider`` |
4574 | |
4572 | #@ define before a slider command ! |
4575 | */ |
4573 | */ |
4576 | /* slider_function_x = get_string(infile,1);*/ |
4574 | /* slider_function_x = get_string(infile,1);*/ |
4577 | break; |
4575 | break; |
4578 | case SLIDER_Y: |
4576 | case SLIDER_Y: |
4579 | /*slider_function_y = get_string(infile,1);*/ |
4577 | /*slider_function_y = get_string(infile,1);*/ |
4580 | /* |
- | |
4581 |
|
4578 | /* TEMPORARILY REMOVED |
4582 | |
4579 | #@ sliderfunction_y some_function_in_y |
4583 | |
4580 | #@ default value "y" |
4584 | |
4581 | #@ the y-value of the slider object(s) will be calculated with this function. |
4585 | |
4582 | #@ only used by command ''slider`` |
4586 | |
4583 | #@ define before a slider command ! |
4587 | */ |
4584 | */ |
4588 | break; |
4585 | break; |
4589 | case SGRAPH: |
4586 | case SGRAPH: |
4590 | /* |
4587 | /* |
4591 | @ sgraph xstart,ystart,xmajor,ymajor,xminor,yminor,majorgrid_color,minorgrid_color |
4588 | @ sgraph xstart,ystart,xmajor,ymajor,xminor,yminor,majorgrid_color,minorgrid_color |