JPS61134832A - Automatic calculation program for scale in production mode of graph or the like - Google Patents

Automatic calculation program for scale in production mode of graph or the like

Info

Publication number
JPS61134832A
JPS61134832A JP25687384A JP25687384A JPS61134832A JP S61134832 A JPS61134832 A JP S61134832A JP 25687384 A JP25687384 A JP 25687384A JP 25687384 A JP25687384 A JP 25687384A JP S61134832 A JPS61134832 A JP S61134832A
Authority
JP
Japan
Prior art keywords
graph
maximum value
value
unit
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP25687384A
Other languages
Japanese (ja)
Inventor
Kayoko Kanbe
神戸 加代子
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Alps Alpine Co Ltd
Original Assignee
Alps Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Alps Electric Co Ltd filed Critical Alps Electric Co Ltd
Priority to JP25687384A priority Critical patent/JPS61134832A/en
Publication of JPS61134832A publication Critical patent/JPS61134832A/en
Pending legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)

Abstract

PURPOSE:To increase the program processing speed in a graph production mode by calculating the number of sections of a coordinate axis based on the obtained maximum value of the input data and the unit of said maximum value and displaying the numerical value of the data after deciding the unit to be displayed on the graph. CONSTITUTION:The maximum value is obtained from the input data with an automatic calculation program of scales in a graph production mode. This obtained maximum value is divided successively by the multiples of 10, and 1/10 of the multiple of 10 is obtained (omitting decimals) when the result of said division is equal to zero. Thus a unit T of the maximum value is decided, and the number of sections (X) is decided by an equation X=(maximum value +T)/T with a coordinate axis. The value X is set at >=5 and T=T/2=T/5 is satisfied with the value X set at <=5. The units P (Yen1, Yen1,000, Yen10,000-) are obtained for graph display from the obtained maximum value. Then the scale of the coordinate axis is obtained from Y=A/P (Q: T, T/2 or T/5). Finally the graph is displayed on a CRT.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はアプリケーションプログラム等において、入力
あるいはファイル等から集計したデータをグラフ化して
CRT画面上に表示する装置に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a device for graphing data collected from input or files in an application program or the like and displaying the graph on a CRT screen.

〔従来の技術〕[Conventional technology]

アプリケーションプログラムは、プログラム中で扱う様
々なデータを比較・分析するためにグラフ化することが
多い。
Application programs often create graphs to compare and analyze various data handled in the program.

しかしながら、一般にグラフを作成することは、プログ
ラミング上時間がががってしまうので簡単にデータがグ
ラフ化されることが望まれている。
However, since creating a graph generally takes time in terms of programming, it is desired that data be easily graphed.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

従来はプログラムごとにグラフの目盛・単位等を計算す
る方法を考えなければならなかったので時間および手間
がかかる欠点があった。
Conventionally, it was necessary to consider a method for calculating graph scales, units, etc. for each program, which had the drawback of requiring time and effort.

〔問題点を解決するための手段〕[Means for solving problems]

本発明はグラフ等の作成時において、入力されたデータ
のなかがら求められた最大値とこの最大値の単位に基づ
き、グラフの座標軸をいくつに区切ればよいかを計算し
、グラフに表示する単位を決めて座標軸のデータを計算
しグラフを作成することを特徴とする。
When creating a graph, etc., the present invention calculates how many divisions the coordinate axes of the graph should be divided into based on the maximum value found from the input data and the unit of this maximum value, and displays it on the graph. It is characterized by determining the unit, calculating the data on the coordinate axes, and creating a graph.

〔作 用〕[For production]

グラフ作成時において、入力されたデータのなかから最
大値を求め、この最大値の単位を求める。
When creating a graph, the maximum value is determined from the input data, and the unit of this maximum value is determined.

つまり最大値をlOの倍数で順に除算し、答えがΦとな
った時(小数点以下は切捨てる)のlOの倍数の1/1
0をTとし、これが最大値の単位となる。これらがら、
座標軸をいくつに区切るのかを決め、この数txとする
と計算式はX二(最大値+T)/Tとなる。ここで値X
は、5以上としているため、これにみたない場合にはT
/2の値で計算する。この場合でも5にみたない場合に
はT15の値で計算を行う。
In other words, divide the maximum value by multiples of lO in order, and when the answer becomes Φ (round down the decimal places), it is 1/1 of the multiple of lO
Let 0 be T, which is the unit of the maximum value. These things,
Decide how many divisions the coordinate axes should be divided into, and if this number is tx, the calculation formula will be X2 (maximum value + T)/T. Here the value X
is set to be 5 or more, so if it does not meet this, T
Calculate with a value of /2. Even in this case, if it is not considered to be 5, calculation is performed using the value of T15.

次にグラフの表示の単位を決める。これは最大値によっ
て“円”、1千円′、1万円”、1子方円”、1億円”
にわかれる。ここで、このグラフ表示の単位を特とする
特に値Xが5以上になった時の単位をQとして座標軸の
データYを計算式%式% 次に本発明の詳細を実施例にしたがって説明する。
Next, decide on the units for displaying the graph. Depending on the maximum value, this is "yen", 1,000 yen', 10,000 yen', 1 child's yen', 100 million yen'
I can understand. Here, the unit of this graph display is set to Q, especially when the value .

第1図はグラフ作成時における目盛の自動計算プログラ
ムの流れ図である。(1)はアプリケーション・プログ
ラムでのデータの入力2示す。
FIG. 1 is a flowchart of a program for automatically calculating scales when creating a graph. (1) shows data input 2 in the application program.

(2)では(1)で入力されたデータのなかから最大値
を求める部分である。この最大値を利用して、(3)で
は桁数の計算等を行い、(4)ではグラフ作成に必要と
なるグラフ表示単位、目盛等ご算出する。そして、(5
)では実際にグラフをCRT画面上に作成するのである
。本発明では主に(2)〜(4)の処理を行なうもので
ある。
In (2), the maximum value is calculated from the data input in (1). Using this maximum value, the number of digits is calculated in (3), and the graph display unit, scale, etc. necessary for graph creation are calculated in (4). And (5
), the graph is actually created on the CRT screen. The present invention mainly performs processes (2) to (4).

第2図は、下記に示した表1のデータを本発明に従って
グラフ化したものである。
FIG. 2 is a graph of the data in Table 1 shown below in accordance with the present invention.

本実施例では、まずこの表のデータのなかから最大値を
求める。
In this embodiment, first, the maximum value is found from the data in this table.

はじめにLOW−VALVE値を設定し、これと第1番
目のデータと大小比較を行い、大きい方の値と次のデー
タとで大小比較を順次行い、全データについて繰り返し
行う。そして、最終的に最大の値ご求める。ここでは最
大値MAX = t 5,800,000である。
First, a LOW-VALVE value is set, this value is compared with the first data, and the larger value is compared with the next data in order, and this is repeated for all data. And finally ask for the maximum value. Here, the maximum value MAX = t 5,800,000.

ここで、最大値MAXが4未満(MAX< 4 )であ
る場合には、無条件にグラフ表示単位は1円”、座標軸
は5つに区切れ、原点から0.1.2.3.4.5と決
められてしまう。4以上である場合にはこの最大値頑に
ついて単位を調べる。これは、10の倍数を使用して調
べる。まず最大値匣をlOで除算する。
Here, if the maximum value MAX is less than 4 (MAX < 4), the graph display unit is unconditionally 1 yen, the coordinate axis is divided into 5 parts, and 0.1.2.3.4 from the origin. It is determined to be .5. If it is 4 or more, check the unit for this maximum value. This is checked using a multiple of 10. First, divide the maximum value box by lO.

この結果がΦ(小数点以下は切り捨てる)となるか判断
し、Φとならなければ最大値■をさらに100で除算し
、結果を判断する。そして、結果がΦとなるまで除算す
る数を10倍して繰り返すO MAX = 15,800,000の場合は15,80
0.OOO+100.000,000の時、答えが0.
158となり、小数点以下が切り捨てられてΦになる。
It is determined whether this result is Φ (round down to the decimal point), and if it is not Φ, the maximum value ■ is further divided by 100 and the result is determined. Then, multiply the number to be divided by 10 and repeat until the result is Φ.If MAX = 15,800,000, then 15,80
0. When OOO+100.000,000, the answer is 0.
158, and the decimal part is rounded down to Φ.

ここで単位T : 100,000,000 / 10
 : 1.0,000,000 となる。
Here, unit T: 100,000,000/10
: 1.0,000,000.

次に座標軸をいくつに区切るのかご決める。この時、グ
ラフを見やすくするために5〜10の範囲で座標軸を区
切ることにする。
Next, decide how many divisions the coordinate axes should be divided into. At this time, in order to make the graph easier to see, the coordinate axes will be divided into 5 to 10 ranges.

区切りの数Xは計算式X= (MAY+T ) /Tで
求められる。
The number of delimiters X is determined by the calculation formula X=(MAY+T)/T.

MAX = 15,800,000、T = 10,0
00,000の場合であると、X= (15,800,
000+ 10,000,000 ) + 10,00
0,000中2となる。
MAX = 15,800,000, T = 10,0
00,000, X= (15,800,
000 + 10,000,000 ) + 10,00
2 out of 0,000.

しかしながら、先に述べたように5≦×≦10の条件を
みたさないので次に計算式X = (MAX十T/2 
)/T/2を使う。すると、X 、= (15,800
,000+5.000,000 )÷5,000,00
0中4となり、これもXの条件をみたさない。次に計算
式X :(MAX+ T15 )/T15を使う。この
時、X == (15,800,000+2.000,
000 )÷2,000,000中8となり、Xの条件
をみたすようになった。この時、T=:T15 とする
However, as mentioned earlier, the condition of 5≦×≦10 is not satisfied, so the calculation formula
)/T/2 is used. Then, X , = (15,800
,000+5.000,000)÷5,000,00
It was 4 out of 0, which also does not meet the condition of X. Next, use the calculation formula X: (MAX+T15)/T15. At this time, X == (15,800,000+2.000,
000 ) ÷ 8 out of 2,000,000, which satisfies the condition of X. At this time, T=:T15.

最後に最大値MAXより、グラフ表示の単位および座標
軸の目盛のデータを求める。(グラフ表示の単位:P、
座標軸の目盛:Qとする)ここで。
Finally, data for the unit of graph display and the scale of the coordinate axes is determined from the maximum value MAX. (Graph display unit: P,
Scale of coordinate axis: Q) Here.

(a) MAX < 400の場合 P=−円”  、
   Q=T(b) MAX < 40,000の場合
 P=”千円” Q=T/1000(C) MAX <
 40,000,000の場合 P=”万円”Q: T
/ 10,000 (d) MAX < 400,000,000の場合 
P=”子方円”Q=T/ 10,000,000 (e’lそれ以上の場合は P=“億円”Q二T / 
100,00.0.000実施例の場合、MAX: 1
5,800,000は(C1で、15.800,000
 < 40,000,000であるから、グラフ表示の
単位P=“万円”、座標軸の目盛Q=:200(Q= 
2,000,000 / 10,000 )となる。座
標軸は原点Φがら始まり、QをX回順次加算することに
よって求められる。つまり、Φ、200.400. 6
00.800.1000、 1200.1400.16
00となる。
(a) When MAX < 400, P=-yen",
Q=T(b) MAX < 40,000 P="1,000 yen" Q=T/1000(C) MAX <
In the case of 40,000,000 P = “10,000 yen” Q: T
/ 10,000 (d) When MAX < 400,000,000
P = "Children's Yen" Q = T / 10,000,000 (e'l If it is more than that, P = "Billion Yen" Q2 T /
In the case of 100,00.0.000 example, MAX: 1
5,800,000 is (C1, 15.800,000
< 40,000,000, so the unit of graph display is P = "10,000 yen", and the scale of the coordinate axis is Q =: 200 (Q =
2,000,000 / 10,000). The coordinate axis starts from the origin Φ and is determined by sequentially adding Q X times. That is, Φ, 200.400. 6
00.800.1000, 1200.1400.16
It becomes 00.

上記のようにして、グラフ作成のための単位、目盛を計
算する。
Calculate the units and scale for graph creation as described above.

第2図は表1に示した月別の売上高、販売費・営業外収
支、売上総利益のデータを本発明に従ってグラフ表示の
単位及び座標軸の目盛データを計算してグラフ化したも
のである。
FIG. 2 is a graph of the monthly sales, selling expenses/non-operating income and expenditure, and gross profit data shown in Table 1 by calculating the units of graph display and the scale data of the coordinate axes according to the present invention.

〔発明の効果〕〔Effect of the invention〕

グラフの作成時においズ、入力されたデータから最大値
を求め、これを利用してグラフの座標軸ごいくつに区切
ればよいか及びその目盛のデータ数値を計算し、グラフ
表示の単位を求めるので。
When creating a graph, the maximum value is calculated from the input data, and this is used to calculate how many coordinate axes the graph should be divided into, the data value of each scale, and the unit of graph display. .

短時間でデータをグラフ化することができ、データの比
較・分析が行いやすくなる。
Data can be graphed in a short time, making it easier to compare and analyze data.

【図面の簡単な説明】[Brief explanation of drawings]

第1図は本発明の実施例を示すフローチャート、第2図
は本発明による表示状態を示す図である。
FIG. 1 is a flowchart showing an embodiment of the present invention, and FIG. 2 is a diagram showing a display state according to the present invention.

Claims (1)

【特許請求の範囲】[Claims] グラフ作成時において、入力されたデータのなかから求
められた最大値とこの最大値の単位に基づき、グラフの
座標軸をいくつに区切ればよいかを計算し、グラフに表
示する単位を決めてデータの数値を表示することを特徴
とするグラフ等の作成時における目盛の自動計算プログ
ラム。
When creating a graph, based on the maximum value found from the input data and the unit of this maximum value, calculate how many divisions the graph coordinate axes should be divided into, decide the units to be displayed on the graph, and then display the data. A program for automatically calculating scales when creating graphs, etc., which is characterized by displaying numerical values.
JP25687384A 1984-12-05 1984-12-05 Automatic calculation program for scale in production mode of graph or the like Pending JPS61134832A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP25687384A JPS61134832A (en) 1984-12-05 1984-12-05 Automatic calculation program for scale in production mode of graph or the like

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP25687384A JPS61134832A (en) 1984-12-05 1984-12-05 Automatic calculation program for scale in production mode of graph or the like

Publications (1)

Publication Number Publication Date
JPS61134832A true JPS61134832A (en) 1986-06-21

Family

ID=17298597

Family Applications (1)

Application Number Title Priority Date Filing Date
JP25687384A Pending JPS61134832A (en) 1984-12-05 1984-12-05 Automatic calculation program for scale in production mode of graph or the like

Country Status (1)

Country Link
JP (1) JPS61134832A (en)

Similar Documents

Publication Publication Date Title
JPS61134832A (en) Automatic calculation program for scale in production mode of graph or the like
JPH01119861A (en) Digital signal processing lsi
JPH0628153A (en) Low-error calculation processor
JPH074670Y2 (en) Small electronic calculator with ratio calculation function
JP3101377B2 (en) Recursive filter design method
JP3986097B2 (en) Table device
CN115828867A (en) Feature width table construction method and device, terminal device and medium
JPS6394115A (en) Process data display device
JP3820615B2 (en) File update device
JP2023058280A (en) Transaction program, transaction method, and transaction device
JP3017300B2 (en) Fuzzy inference device
CN114862455A (en) Method, device, equipment and storage medium for processing new product pricing data
CN113821178A (en) Data processing method and system
JPH02176849A (en) Electronic calculator
JPS63113757A (en) Operation circuit
JPS59100965A (en) Electronic device
JPS62157960A (en) Electronic calculator
JPH04153695A (en) Curve approximating method
JPS59133609A (en) Calculating method of load factor of computer
JPS62182841A (en) Square root arithmetic system
JPH0281226A (en) Calculation processor
JPH0335345A (en) Compact electronic computer
Ndeekor Algorithm for output of floating-point numbers in fixed-point form
JPH01111260A (en) Distribution simulation system in factory
JPH0451380A (en) Parallel computer