e-Gadget - プログラム関数電卓 Inside Casio Basic

PlotOn Command

 PlotOn
<Inside Casio Basic> <C.Basic>

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
  1. Exact position of the coordinate on LCD is based on currently setup of coordinate system, Default Logical or ViewWindow Cordinate System.
  2. <X> and <Y> can be a number, a variable or an expression which returns value.
  3. 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

Note
  1. Pay attention to value in variables X and Y which are changed by this command in your program, see Desc 3.   


See also: PlotOff, PlotChg, ViewWindow, ClrGraph

Copyright (C) 2013 - 2016 Krtyski / egadget.blog.fc2.com  All Rights Reserved.

テーマ : プログラム関数電卓
ジャンル : コンピュータ

最新記事
検索フォーム
最新コメント
カテゴリ
C# (3)
Online Counter
現在の閲覧者数:
プロフィール

やす (Krtyski)

Author:やす (Krtyski)
since Oct 30, 2013


プログラム電卓は、プログラムを作って、使ってナンボ!

プログラム電卓を実際に使って気づいたこと、自作プログラム、電卓での Casio Basic, C.Basic そして Casio Python プログラミングについて書いています。

なお管理人はカシオ計算機の関係者ではありません。いつでもどこでもプログラミングができるプログラム電卓が好きな1ユーザーです。


写真: 「4駆で泥んこ遊び@オックスフォード郊外」

リンク
月別アーカイブ
Sitemap

全ての記事を表示する

ブロとも申請フォーム

この人とブロともになる

QRコード
QR