PlotOff Command
PlotOff
This content is checked by fx-5800P, fx-9860GII (OS 2.04) and fx-CG20 (OS 2.00).
This is on-going project, any changes may be made.
Model
fx-9860GII and fx-CG20/10
Syntax
PlotOff <X>,<Y>
Key Press
[SHIFT] [F4] (Sketch) [F6] (⊳) [F1] (PLOT) [F3] (Pl⋅Off)
Function
Clear a pixel corresponding to coordinate (<X>, <Y>).
Description
E xact position of the coordinate on LCD is based on currently setup coordinate system, Default Logical or ViewWindow Coordinate System. - <X> and <Y> can be a number, a variable or an expression which returns value.
- UNDOCUMENTED After procssing PlotOff, value of <X> and <Y> are automatically substituted into variable X and Y subsequently. See following sample code;
CoordOff
GridOff
AxesOff
LabelOff
ViewWindow 0,126,00,62,0
F-Line 0,0,62,62
For 0->I To 62
PlotOff I,I
Text 1,1,X
Text 18,1,Y◢
Next
Pay attention to value of variables X and Y which are changed by this command in your program, see Desc 3.
Copyright (C) 2013 - 2016 Krtyski / egadget.blog.fc2.com All Rights Reserved.
- 関連記事
-
- Vriety of Coordinate Systems for Graphics 2014/06/01
- Control of Internal Cursor Row 2014/06/01
- Cls Command 2014/06/01
- PlotOff Command 2014/06/01
- PlotOn Command 2014/06/01