PlotOn Command
PlotOn
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
PlotOn <X>,<Y>
Key Press
[SHIFT] [F4] (Sketch) [F6] (⊳) [F1] (PLOT) [F2] (Pl⋅On)
Function
Plot a pixel corresponding to coordinate (<X>, <Y>).
Description
E xact position of the coordinate on LCD is based on currently setup of coordinate system, Default Logical or ViewWindow Cordinate System. - <X> and <Y> can be a number, a variable or an expression which returns value.
- UNDOCUMENTED After procssing PlotOn, value of <X> and <Y> are automatically substituted into variable X and Y subsequently. See following sample code;
ClrGraph
CoordOff
GridOff
AxesOff
LabelOff
ViewWindow 0,126,0,0,62,0
For 0->I To 62
PlotOn I,I
Text 1,1,X
Text 18,1,Y◢
Next
CoordOff
GridOff
AxesOff
LabelOff
ViewWindow 0,126,0,0,62,0
For 0->I To 62
PlotOn I,I
Text 1,1,X
Text 18,1,Y◢
Next
Pay attention to value in 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.