manual:chapter6:plot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

manual:chapter6:plot [2019/05/23 07:12]
manual:chapter6:plot [2021/08/13 13:12] (current)
Line 1: Line 1:
 +<button collapse="plot-commands" block="true" >**Scalable plots and graphics**  <badge>34</badge></button>
 +<collapse id="plot-commands" collapsed="true">
 +
 +^ Command  ^ Short Description ^  ^
 +| **[[manual:chapter6:plot:cmd_beginplot|BEGINPLOT]]** | Initialize a new current plot object |  |
 +| **[[manual:chapter6:plot:cmd_editplot|EDITPLOT]]** | Set the current plot object to the given graphic |  |
 +| **[[manual:chapter6:plot:cmd_endplot|ENDPLOT]]** | Finish current plot object and leave it on the stack |  |
 +| **[[manual:chapter6:plot:cmd_strokecol|STROKECOL]]** | Change the current stroke color |  |
 +| **[[manual:chapter6:plot:cmd_stroketype|STROKETYPE]]** | Change current stroke type |  |
 +| **[[manual:chapter6:plot:cmd_fillcol|FILLCOL]]** | Change the current fill color |  |
 +| **[[manual:chapter6:plot:cmd_filltype|FILLTYPE]]** | Change the current fill type |  |
 +| **[[manual:chapter6:plot:cmd_fill|FILL]]** | Fill the last polygon |  |
 +| **[[manual:chapter6:plot:cmd_stroke|STROKE]]** | Draw the outline of the last polygon |  |
 +| **[[manual:chapter6:plot:cmd_fillstroke|FILLSTROKE]]** | Draw the outline and fill the last polygon |  |
 +| **[[manual:chapter6:plot:cmd_moveto|MOVETO]]** | Move current coordinates |  |
 +| **[[manual:chapter6:plot:cmd_lineto|LINETO]]** | Draw a line |  |
 +| **[[manual:chapter6:plot:cmd_circle|CIRCLE]]** | Draw a circle |  |
 +| **[[manual:chapter6:plot:cmd_rectang|RECTANG]]** | Draw a rectangle |  |
 +| **[[manual:chapter6:plot:cmd_ctlnode|CTLNODE]]** | Add a control node to the current polygon |  |
 +| **[[manual:chapter6:plot:cmd_curve|CURVE]]** | Draw a curve using all previous control points |  |
 +| **[[manual:chapter6:plot:cmd_bgroup|BGROUP]]** |  |  |
 +| **[[manual:chapter6:plot:cmd_egroup|EGROUP]]** |  |  |
 +| **[[manual:chapter6:plot:cmd_dogroup|DOGROUP]]** |  |  |
 +| **[[manual:chapter6:plot:cmd_basept|BASEPT]]** |  |  |
 +| **[[manual:chapter6:plot:cmd_translate|TRANSLATE]]** |  |  |
 +| **[[manual:chapter6:plot:cmd_rotate|ROTATE]]** |  |  |
 +| **[[manual:chapter6:plot:cmd_scale|SCALE]]** |  |  |
 +| **[[manual:chapter6:plot:cmd_cleartransf|CLEARTRANSF]]** |  |  |
 +| **[[manual:chapter6:plot:cmd_setfont|SETFONT]]** |  |  |
 +| **[[manual:chapter6:plot:cmd_textheight|TEXTHEIGHT]]** |  |  |
 +| **[[manual:chapter6:plot:cmd_textout|TEXTOUT]]** |  |  |
 +| **[[manual:chapter6:plot:cmd_initrender|INITRENDER]]** | Set which library will be used as default renderer |  |
 +| **[[manual:chapter6:plot:cmd_dorender|DORENDER]]** | Render a graphics object using the current renderer |  |
 +| **[[manual:chapter6:plot:cmd_panview|PANVIEW]]** | Shift the center of viewport to render graphics |  |
 +| **[[manual:chapter6:plot:cmd_rotview|ROTVIEW]]** |  |  |
 +| **[[manual:chapter6:plot:cmd_sclview|SCLVIEW]]** | Set scale to render graphics |  |
 +| **[[manual:chapter6:plot:cmd_viewport|VIEWPORT]]** |  |  |
 +| **[[manual:chapter6:plot:cmd_viewall|VIEWALL]]** |  |  |
 +</collapse>