JP7118194B1 - Graph generation device, graph generation method, and computer program - Google Patents

Graph generation device, graph generation method, and computer program Download PDF

Info

Publication number
JP7118194B1
JP7118194B1 JP2021042588A JP2021042588A JP7118194B1 JP 7118194 B1 JP7118194 B1 JP 7118194B1 JP 2021042588 A JP2021042588 A JP 2021042588A JP 2021042588 A JP2021042588 A JP 2021042588A JP 7118194 B1 JP7118194 B1 JP 7118194B1
Authority
JP
Japan
Prior art keywords
graph
variables
objective
sections
intervals
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.)
Active
Application number
JP2021042588A
Other languages
Japanese (ja)
Other versions
JP2022142429A (en
Inventor
周 草野
孝雄 内藤
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.)
YDC CORPORATION
Original Assignee
YDC CORPORATION
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 YDC CORPORATION filed Critical YDC CORPORATION
Priority to JP2021042588A priority Critical patent/JP7118194B1/en
Application granted granted Critical
Publication of JP7118194B1 publication Critical patent/JP7118194B1/en
Publication of JP2022142429A publication Critical patent/JP2022142429A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

【課題】グラフ化の速度を維持しつつ重要なデータを従来よりも見落としにくいグラフを提供する。【解決手段】グラフ描画装置1は、テーブル61に含まれるそれぞれの電圧値を、計測された時間帯に対応するグループに分類するグループ化処理部203と、各グループから最大電圧値および最小電圧値を1つずつ選出する最大値最小値選出部204と、各グループから選出した最大電圧値と最大電圧値とを結ぶ線分を、グラフ領域の各グループに対応する位置へ描画するグループ線分描画部206と、を設ける。【選択図】図3An object of the present invention is to provide a graph in which important data is less likely to be overlooked than in the past while maintaining the speed of graphing. A graph drawing device (1) includes a grouping processing unit (203) that classifies voltage values included in a table (61) into groups corresponding to measured time periods, and a maximum voltage value and a minimum voltage value from each group. and a group line segment drawing that draws a line segment connecting the maximum voltage value and the maximum voltage value selected from each group at a position corresponding to each group in the graph area. A section 206 is provided. [Selection drawing] Fig. 3

Description

本発明は、テーブルなどのデータのグラフを生成する技術に関する。 The present invention relates to technology for generating graphs of data such as tables.

表計算アプリケーションには、データをグラフ化する機能が備わっている。演算ユニットの能力が向上すると、グラフ化するのに要する時間(所要時間)が短縮される。しかし、メモリの容量が増加すると、グラフ化できるデータのサイズが大きくなる。したがって、演算ユニットの能力に依らずに所要時間を短縮させることが求められる。 Spreadsheet applications have the ability to graph data. When the capability of the arithmetic unit improves, the time required for graphing (required time) is shortened. However, as memory capacity increases, the size of data that can be graphed also increases. Therefore, it is required to shorten the required time without depending on the capability of the arithmetic unit.

所要時間を短縮させる技術として、従来、次のような技術が提案されている。グラフ表示装置は、プラント内に配置される機器から収集したデータに基づいて、所定期間ごとのデータを代表する代表データを生成する代表データ生成部と、代表データを生成する際に用いたデータのばらつき情報を生成するばらつき情報生成部と、代表データを時系列に並べた折れ線グラフを表示するグラフ表示部と、折れ線グラフ上のいずれかの箇所に対する選択操作を検知する選択検知部と、を備え、グラフ表示部は、検知された箇所が属する期間における代表データに対応するばらつき情報を、折れ線グラフと区別可能な態様で表示する(特許文献1)。 Conventionally, the following techniques have been proposed as techniques for shortening the required time. The graph display device includes a representative data generation unit that generates representative data representative of data for each predetermined period based on data collected from equipment arranged in the plant, and a data generator that generates the representative data. A variation information generation unit that generates variation information, a graph display unit that displays a line graph in which representative data are arranged in chronological order, and a selection detection unit that detects a selection operation on any part of the line graph. , the graph display unit displays the variation information corresponding to the representative data in the period to which the detected point belongs in a manner distinguishable from the line graph (Patent Document 1).

特開2018-169935号公報JP 2018-169935 A

特許文献1に記載されるような従来の技術によると、収集したすべてのデータをプロットする場合よりも高速にグラフ化することができる。しかし、従来の技術によると、重要なデータを見落しやすい。 According to the conventional technique as described in Patent Document 1, graphing can be performed faster than when all the collected data is plotted. However, according to the conventional technology, it is easy to overlook important data.

本発明は、このような問題点に鑑み、グラフ化の速度の維持を図りつつ重要なデータを従来よりも見落としにくいグラフを提供することを、目的とする。 SUMMARY OF THE INVENTION In view of such problems, it is an object of the present invention to provide a graph in which important data are less likely to be overlooked than in the past while maintaining the speed of graphing.

本発明の一形態に係るグラフ生成装置は、説明変数および目的変数の複数の組を有する対象データの全部分または一部分を表わすグラフを、当該説明変数を表わす第一の軸および当該目的変数を表わす第二の軸を有する座標系に生成するグラフ生成装置であって、前記複数の組それぞれの前記目的変数を、前記第一の軸方向の複数の区間に分類する分類手段と、前記複数の区間それぞれに分類された前記目的変数の集合から最大値および最小値を1つずつ選出する選出手段と、前記複数の区間それぞれについて、当該区間における値を表わす第一の線として、選出された前記最大値と前記最小値とを結ぶ線を当該区間に配置するが、当該複数の区間のうち隣り合う2つの区間それぞれを結ぶ第二の線を配置しないことによって、前記グラフを生成する生成手段と、を有する。
A graph generation device according to one aspect of the present invention generates a graph representing all or part of target data having multiple sets of explanatory variables and objective variables, and a first axis representing the explanatory variables and the objective variables. A graph generating device for generating a graph in a coordinate system having a second axis, comprising: classifying means for classifying the objective variables of the plurality of sets into a plurality of sections in the direction of the first axis; and the plurality of sections A selection means for selecting one maximum value and one minimum value from the set of objective variables classified respectively; generating means for generating the graph by arranging a line connecting a value and the minimum value in the interval but not arranging a second line connecting each of two adjacent intervals among the plurality of intervals ; have

本発明の他の一形態に係るグラフ生成装置は、説明変数および目的変数の複数の組を有する対象データの全部分または一部分を表わすグラフを、当該説明変数を表わす第一の軸および当該目的変数を表わす第二の軸を有する座標系に生成するグラフ生成装置であって、前記複数の組それぞれの前記目的変数を、前記第一の軸方向の複数の区間に分類する分類手段と、前記複数の区間それぞれに分類された前記目的変数の集合から最大値および最小値を1つずつ選出する選出手段と、前記複数の区間それぞれについて、当該区間における値を表わす第一の線として、選出された前記最大値と前記最小値とを結ぶ線を当該区間に配置し、さらに、当該複数の区間のうちの互いに隣り合う2つの区間を結ぶ第二の線として、当該2つの区間のうちの先の区間に分類された前記目的変数のうちの最後の目的変数と後の区間に分類された前記目的変数のうちの最初の目的変数とを結ぶ線を配置することによって、前記グラフを生成する生成手段と、を有する。
A graph generation device according to another aspect of the present invention generates a graph representing all or part of target data having a plurality of sets of explanatory variables and objective variables, with a first axis representing the explanatory variables and the objective variables. a graph generating device for generating a graph in a coordinate system having a second axis representing the plurality of sets, wherein the classification means classifies the objective variables of the plurality of sets into a plurality of intervals in the direction of the first axis; A selection means for selecting one maximum value and one minimum value from the set of objective variables classified into each of the intervals, and for each of the plurality of intervals, the selected as a first line representing the value in the interval A line that connects the maximum value and the minimum value is arranged in the section, and a second line that connects two sections that are adjacent to each other among the plurality of sections is used as the first line of the two sections. generating means for generating the graph by arranging a line connecting the last objective variable among the objective variables classified into intervals and the first objective variable among the objective variables classified into subsequent intervals ; and have

本発明の他の一形態に係るグラフ生成装置は、説明変数および目的変数の複数の組を有する対象データの全部分または一部分を表わすグラフを、当該説明変数を表わす第一の軸および当該目的変数を表わす第二の軸を有する座標系の、当該第二の軸に平行に並んだNh個のピクセルからなるNw個の小領域が当該第一の軸に平行に並んだ領域に生成する、グラフ生成装置であって、前記複数の組それぞれの前記目的変数を、前記第一の軸方向のNw個の区間に分類する分類手段と、前記Nw個の区間それぞれについて、当該区間の前記Nh個のピクセルの中から、当該区間に分類された前記目的変数それぞれに対応するピクセルを特定し、当該特定したピクセルに対して1回ずつ点を配置するが当該Nw個の区間のうち隣り合う2つの区間それぞれを結ぶ線を配置しないことによって前記グラフを生成する、生成手段と、を有する。A graph generation device according to another aspect of the present invention generates a graph representing all or part of target data having a plurality of sets of explanatory variables and objective variables, with a first axis representing the explanatory variables and the objective variables. Nw subregions of Nh pixels aligned parallel to the second axis of a coordinate system having a second axis representing a generating device comprising: classifying means for classifying the objective variables of each of the plurality of sets into Nw sections in the first axis direction; Among the pixels, pixels corresponding to each of the objective variables classified into the interval are specified, and a point is placed once for each of the specified pixels, but two adjacent intervals among the Nw intervals are specified. generating means for generating said graph by not arranging lines connecting them.

本発明によると、グラフ化の速度の維持を図りつつ重要なデータを従来よりも見落としにくいグラフを提供することができる。 According to the present invention, it is possible to provide a graph in which important data are less likely to be overlooked than in the past while maintaining the speed of graphing.

グラフ描画装置を含むネットワークシステムの例を示す図である。1 is a diagram showing an example of a network system including a graph drawing device; FIG. グラフ描画装置のハードウェア構成の例を示す図である。It is a figure which shows the example of the hardware constitutions of a graph drawing apparatus. グラフ描画装置の機能的構成の例を示す図である。It is a figure which shows the example of a functional structure of a graph drawing apparatus. グラフウィンドウの初期の状態の例を示す図である。FIG. 10 is a diagram showing an example of an initial state of a graph window; テーブルの例を示す図である。It is a figure which shows the example of a table. 小領域の例を示す図である。FIG. 4 is a diagram showing an example of a small area; グループの線分の例を示す図である。FIG. 4 is a diagram showing an example of line segments of groups; 隣り合うグループを結ぶ線分の描画の方法の例を説明するための図である。FIG. 10 is a diagram for explaining an example of a method of drawing line segments connecting adjacent groups; FIG. 隣り合うグループを結ぶ線分の描画の方法の例を説明するための図である。FIG. 10 is a diagram for explaining an example of a method of drawing line segments connecting adjacent groups; FIG. 隣り合うグループを結ぶ線分の変形例を示す図である。FIG. 10 is a diagram showing a modified example of line segments connecting adjacent groups; 描画後におけるグラフウィンドウの状態の例を示す図である。FIG. 10 is a diagram showing an example of the state of the graph window after drawing; グラフ描画プログラムによる全体的な処理の流れの例を説明するフローチャートである。4 is a flow chart for explaining an example of the overall flow of processing by a graph drawing program;

図1は、グラフ描画装置1を含むネットワークシステムの例を示す図である。図2は、グラフ描画装置1のハードウェア構成の例を示す図である。 FIG. 1 is a diagram showing an example of a network system including a graph drawing device 1. As shown in FIG. FIG. 2 is a diagram showing an example of the hardware configuration of the graph drawing device 1. As shown in FIG.

図1に示すグラフ描画装置1は、テーブル(表)をグラフ化して表示する装置である。グラフ描画装置1として、パーソナルコンピュータ、タブレットコンピュータ、またはスマートフォンなどのコンピュータを用いることができる。以下、グラフ描画装置1として、ノート型のパーソナルコンピュータが用いられる場合を例に説明する。 A graph drawing device 1 shown in FIG. 1 is a device for graphing and displaying a table. A computer such as a personal computer, a tablet computer, or a smartphone can be used as the graph drawing device 1 . A case in which a laptop personal computer is used as the graph drawing device 1 will be described below as an example.

グラフ描画装置1は、図2に示すように、演算ユニット101、RAM(Random Access Memory)102、ROM(Read Only Memory)103、補助記憶装置104、ディスプレイ105、通信装置106、キーボード107、およびポインティングデバイス108などによって構成される。 As shown in FIG. 2, the graph drawing device 1 includes an arithmetic unit 101, a RAM (Random Access Memory) 102, a ROM (Read Only Memory) 103, an auxiliary storage device 104, a display 105, a communication device 106, a keyboard 107, and a pointing device. It is configured by the device 108 and the like.

演算ユニット101は、CPU(Central Processing Unit)またはGPU(Graphics Processing Unit)などのプロセッサであって、RAM102にロードされたコンピュータプログラムに従って演算処理を実行する。 Arithmetic unit 101 is a processor such as a CPU (Central Processing Unit) or GPU (Graphics Processing Unit), and executes arithmetic processing according to a computer program loaded in RAM 102 .

RAM102は、演算ユニット101の作業用メモリであって、種々のコンピュータプログラムがロードされる。 A RAM 102 is a working memory of the arithmetic unit 101 and is loaded with various computer programs.

ROM103および補助記憶装置104には、オペレーティングシステムをはじめ種々のコンピュータプログラムがインストールされている。特に本実施形態においては、グラフ描画プログラム2(図3参照)がインストールされている。これらのコンピュータプログラムは、必要に応じてRAM102にロードされる。補助記憶装置104として、ハードディスクまたはSSD(Solid State Drive)などの不揮発性の補助記憶媒体が用いられる。 Various computer programs including an operating system are installed in the ROM 103 and the auxiliary storage device 104 . Especially in this embodiment, the graph drawing program 2 (see FIG. 3) is installed. These computer programs are loaded into RAM 102 as needed. A nonvolatile auxiliary storage medium such as a hard disk or an SSD (Solid State Drive) is used as the auxiliary storage device 104 .

ディスプレイ105は、入力用の画面および演算ユニット101による演算結果などを表示する。 A display 105 displays a screen for input, a calculation result by the calculation unit 101, and the like.

通信装置106は、インターネット、公衆回線、またはLAN(Local Area Network)などの通信回線を介してクラウドサーバ3などの他の装置と通信する。通信装置106として、NIC(Network Interface Card)または無線通信装置などが用いられる。 The communication device 106 communicates with other devices such as the cloud server 3 via a communication line such as the Internet, a public line, or a LAN (Local Area Network). A NIC (Network Interface Card), a wireless communication device, or the like is used as the communication device 106 .

キーボード107およびポインティングデバイス108は、作業者がグラフ描画装置1へ情報またはコマンドを入力するために用いられる。 A keyboard 107 and pointing device 108 are used by the operator to input information or commands to the graph drawing apparatus 1 .

グラフ描画プログラム2は、テーブルに示される各値を折れ線グラフに変換しディスプレイ105に表示させるプログラムである。以下、グラフ描画プログラム2による処理について説明する。 The graph drawing program 2 is a program for converting each value shown in the table into a line graph and displaying it on the display 105 . Processing by the graph drawing program 2 will be described below.

図3は、グラフ描画装置1の機能的構成の例を示す図である。図4は、グラフウィンドウ4の初期の状態の例を示す図である。図5は、テーブル61の例を示す図である。図6は、小領域41Aの例を示す図である。図7は、グループの線分の例を示す図である。図8~図9は、隣り合うグループを結ぶ線分41Cの描画の方法の例を説明するための図である。図10は、隣り合うグループを結ぶ線分41Cの変形例を示す図である。図11は、描画後におけるグラフウィンドウ4の状態の例を示す図である。 FIG. 3 is a diagram showing an example of the functional configuration of the graph drawing device 1. As shown in FIG. FIG. 4 is a diagram showing an example of the initial state of the graph window 4. As shown in FIG. FIG. 5 is a diagram showing an example of the table 61. As shown in FIG. FIG. 6 is a diagram showing an example of the small area 41A. FIG. 7 is a diagram showing an example of line segments of groups. 8 and 9 are diagrams for explaining an example of a method of drawing line segments 41C connecting adjacent groups. FIG. 10 is a diagram showing a modification of the line segment 41C connecting adjacent groups. FIG. 11 is a diagram showing an example of the state of the graph window 4 after drawing.

グラフ描画プログラム2を演算ユニット101で実行することによって、図3に示すグラフウィンドウ表示部201、テーブルデータ取得部202、グループ化処理部203、最大値最小値選出部204、スケール対応量決定部205、グループ線分描画部206、隣接値線分描画部207、注釈配置部208、およびグラフ化範囲受付部209などの機能がグラフ描画装置1において実現される。 Graph window display unit 201, table data acquisition unit 202, grouping processing unit 203, maximum/minimum value selection unit 204, and scale correspondence amount determination unit 205 shown in FIG. , a group line segment drawing unit 206, an adjacent value line segment drawing unit 207, an annotation placement unit 208, a graphing range reception unit 209, and the like are realized in the graph drawing apparatus 1. FIG.

グラフウィンドウ表示部201は、グラフウィンドウ4をディスプレイ105に表示させる。グラフウィンドウ4は、図4のようにグラフ領域41、注釈領域42、およびボタン領域43などによって構成される。 The graph window display unit 201 causes the display 105 to display the graph window 4 . The graph window 4 is composed of a graph area 41, an annotation area 42, a button area 43, etc., as shown in FIG.

グラフ領域41には、後述するように、グループ線分描画部206および隣接値線分描画部207によって折れ線グラフが描画される。グラフ領域41は、N×N個のピクセルを有し、グラフ領域41の左下の角のピクセルの座標が(1,1)であり、右上の角のピクセルの座標が(N,N)である。 A line graph is drawn in the graph area 41 by the group line segment drawing unit 206 and the adjacent value line segment drawing unit 207, as will be described later. The graph area 41 has N w ×N h pixels, the lower left corner pixel of the graph area 41 has coordinates (1,1), and the upper right corner pixel has coordinates (N w , N h ).

注釈領域42には、後述するように、注釈配置部208によってX軸およびY軸それぞれの目盛りならびに説明変数(独立変数)および目的変数(従属変数)それぞれの名称などが配置される。グラフ描画プログラム2を起動した際にグラフウィンドウ表示部201はグラフウィンドウ4を表示させるが、この時点では、グラフ領域41および注釈領域42には何も示されない。 As will be described later, the annotation placement unit 208 places scales of the X-axis and Y-axis, names of explanatory variables (independent variables) and objective variables (dependent variables), and the like in the annotation area 42 . When the graph drawing program 2 is activated, the graph window display unit 201 displays the graph window 4, but nothing is displayed in the graph area 41 and the annotation area 42 at this time.

ボタン領域43は、テーブルボタン43Aおよび終了ボタン43Bなどのボタンが配置される。各ボタンの使い方は、後に順次、説明する。 In the button area 43, buttons such as a table button 43A and an end button 43B are arranged. How to use each button will be explained later.

テーブルデータ取得部202は、テーブルデータ51を次のように取得する。作業者は、テーブルのファイルを補助記憶装置104の所定のディレクトリに用意する。このファイルは、表計算アプリケーションのフォーマットのファイルであってもよいし、CSV(Comma Separated Value)フォーマットのファイルであってもよい。 The table data acquisition unit 202 acquires the table data 51 as follows. The worker prepares the file of the table in a predetermined directory of the auxiliary storage device 104 . This file may be a spreadsheet application format file or a CSV (Comma Separated Value) format file.

作業者がテーブルボタン43Aをクリックすると、テーブルデータ取得部202は、ダイアログボックスをディスプレイ105に表示させる。作業者は、用意したファイルをダイアログボックスに対して指定する。すると、テーブルデータ取得部202は、そのファイルをテーブルデータ51として補助記憶装置104から読み出す。以下、図5に示すようなテーブル61のファイルがテーブルデータ51として読み出された場合を例に説明する。 When the operator clicks the table button 43A, the table data acquisition unit 202 causes the display 105 to display a dialog box. The worker specifies the prepared file in the dialog box. Then, the table data acquisition unit 202 reads the file as the table data 51 from the auxiliary storage device 104 . A case where the file of the table 61 as shown in FIG. 5 is read as the table data 51 will be described below as an example.

テーブル61は、ある機械の電気回路に設けられた電圧計が期間Mに一定の時間間隔で合計200万回検出した電圧値Eを記録したものである。以下、時刻T(1≦p≦200万)に検出された電圧値Eを「電圧値E」と記載する。 A table 61 is a record of voltage values E detected by a voltmeter provided in an electric circuit of a certain machine at fixed time intervals a total of 2,000,000 times. Hereinafter, the voltage value E detected at time T p (1≤p≤2 million) is referred to as "voltage value E p ".

グループ化処理部203は、テーブル61の200万個すべての電圧値Eを、検出された時刻の古い順にN個のグループに分ける。 The grouping processing unit 203 divides all the two million voltage values E in the table 61 into Nw groups in chronological order of detection time.

ところで、グラフ領域41は、図6のように、1ピクセルの幅の縦長の小領域41Aに区切られる。そして、k番目のグループの電圧値Eを表わす線分41B(図7参照)が、左からk番目の小領域41Aに描画される。このように描画することが、200万個の電圧値EをN個のグループに分ける理由である。以下、左からk番目の小領域41Aを「41A」と記載し、k番目のグループの線分41Bを「線分41B」と記載する。 By the way, as shown in FIG. 6, the graph area 41 is divided into vertically long small areas 41A each having a width of 1 pixel. Then, a line segment 41B (see FIG. 7) representing the voltage value E of the k-th group is drawn in the k-th small region 41A from the left. This drawing is the reason for dividing the 2 million voltage values E into Nw groups. Hereinafter, the k-th small area 41A from the left is described as "41A k ", and the line segment 41B of the k-th group is described as "line segment 41B k ".

最大値最小値選出部204は、N個のグループそれぞれから電圧値Eの最大値および最小値を選出する。 The maximum value/minimum value selection unit 204 selects the maximum value and minimum value of the voltage value E from each of the Nw groups.

例えば、ピクセル数Nが1000である場合は、各グループには(200万/N)個すなわち2000個の電圧値Eが属している。そこで、最大値最小値選出部204は、、k番目(k=1,2,…、N)のグループの最大値および最小値として、グループに属する電圧値E2000×(k-1)+1~電圧値E2000×kの中から最大値および最小値を1つずつ選出する。 For example, if the number of pixels N w is 1000, each group has (2 million/N w ), ie, 2000 voltage values E. Therefore, the maximum and minimum value selection unit 204 selects the voltage value E 2000×(k−1)+1 belonging to the group as the maximum and minimum values of the k-th (k=1, 2, . ∼ Select one maximum value and one minimum value from the voltage value E 2000×k .

以下、k番目のグループから選出された最大値および最小値をそれぞれ「最大電圧値Ek_MAX」および「最小電圧値Ek_MIN」と記載する。 The maximum and minimum values selected from the k-th group are hereinafter referred to as "maximum voltage value Ek_MAX " and "minimum voltage value Ek_MIN ", respectively.

スケール対応量決定部205は、グラフ領域41のX軸方向およびY軸方向それぞれの最小スケールすなわち1ピクセルに対応する量を決定する。X軸は時間軸なので、スケール対応量決定部205は、X軸方向の1ピクセル当たりの時間を、M/N、に決定する。一方、Y軸方向の1ピクセル当たりの電圧は、次のように決定される。 The scale correspondence amount determination unit 205 determines the minimum scale in each of the X-axis direction and the Y-axis direction of the graph area 41, that is, the amount corresponding to one pixel. Since the X-axis is the time axis, the scale correspondence amount determination unit 205 determines the time per pixel in the X-axis direction to be M/N w . On the other hand, the voltage per pixel in the Y-axis direction is determined as follows.

スケール対応量決定部205は、各グループの最大電圧値E1_MAX、E2_MAX、…、ENw_MAXのうちの最大値を選出し、さらに最小電圧値E1_MIN、E2_MIN、…、ENw_MINのうちの最小値を選出する。これにより、すべての電圧値Eのうちの最大値および最小値が1つずつ選出される。以下、選出した最大値および最小値をそれぞれ「全体最大電圧値EMAX」および「全体最小電圧値EMIN」と記載する。そして、スケール対応量決定部205は、Y軸方向の1ピクセル当たりの電圧を、(EMAX-EMIN)/N、に決定する。例えば、N=800、EMAX=60、EMIN=-40であれば、{60-(-40)}/800、すなわち、0.125、に決定する。以下、Y軸方向の1ピクセル当たりの電圧を「単位電圧EUNIT」と記載する。 The scale corresponding amount determining unit 205 selects the maximum value among the maximum voltage values E1_MAX , E2_MAX , . Pick the minimum value. As a result, one maximum value and one minimum value among all the voltage values E are selected. The selected maximum and minimum values are hereinafter referred to as "overall maximum voltage value E MAX " and "overall minimum voltage value E MIN ", respectively. Then, the scale correspondence amount determination unit 205 determines the voltage per pixel in the Y-axis direction to be (E MAX −E MIN )/N h . For example, if N h =800, E MAX =60, and E MIN =−40, then decide {60−(−40)}/800, or 0.125. Hereinafter, the voltage per pixel in the Y-axis direction is referred to as "unit voltage E UNIT ".

グループ線分描画部206は、各グループの線分41Bを、各グループに対応する小領域41Aに描画する。線分41Bの第一の端点および第二の端点は、それぞれ、最小電圧値Ek_MINおよび最大電圧値Ek_MAXに対応する。したがって、例えば、k=J、であるときの線分すなわち線分41Bの第一の端点および第二の端点は、それぞれ、最小電圧値EJ_MINおよび最大電圧値EJ_MAXに対応する。そして、図7のように、小領域41Aに描画される。小領域41Aは幅が1ピクセルなので、線分41Bは、幅が1ピクセルの縦長のラインとして描画される。同様に、k=J-1、であるとき、および、k=J+1、であるときそれぞれの線分すなわち線分41BJ-1、41BJ+1も、図7のように、小領域41AJ-1、41AJ+1に、幅が1ピクセルのラインとして描画される。 The group line segment drawing unit 206 draws the line segment 41B of each group in the small area 41A corresponding to each group. The first and second endpoints of line segment 41B k correspond to minimum voltage value E k_MIN and maximum voltage value E k_MAX , respectively. Thus, for example, the first and second endpoints of line segment 41B J when k=J correspond to minimum voltage value E J_MIN and maximum voltage value E J_MAX , respectively. Then, as shown in FIG. 7, the image is drawn in the small area 41AJ . Since the small area 41AJ has a width of 1 pixel, the line segment 41BJ is drawn as a vertically long line with a width of 1 pixel. Similarly, when k=J−1 and when k=J+1, the line segments 41B J−1 and 41B J+1 , respectively, are also divided into small regions 41A J−1 as shown in FIG. , 41A J+1 as lines one pixel wide.

グラフ領域41においてk番目のグループの中の電圧値Eを表わす点のX座標およびY座標は、それぞれ、kおよび{(E-EMIN)+1}/EUNIT、である。よって、第一の端点および第二の端点それぞれの座標は、(k,{(Ek_MIN-EMIN)+1}/EUNIT)および(k,{(Ek_MAX-EMIN)+1)/EUNIT)である。ただし、小数点以下は、切り捨てられ、切り下げられ、または四捨五入される。また、{(E-EMIN)+1}/EUNIT、の式によると、E=EMAX、の場合は、グラフ領域41に収まらないので第二の端点の座標を、N、にしてもよい。 The X and Y coordinates of the point representing the voltage value E in the kth group in graph area 41 are k and {(EE MIN )+1}/E UNIT , respectively. Thus, the coordinates of the first and second endpoints, respectively, are (k, {(E k_MIN −E MIN )+1}/E UNIT ) and (k, {(E k_MAX −E MIN )+1)/E UNIT ). However, decimal places are truncated, rounded down, or rounded off. Also, according to the formula {(E−E MIN )+1}/E UNIT , if E=E MAX , it does not fit in the graph area 41, so even if the coordinates of the second end point are set to N h , good.

隣接値線分描画部207は、隣り合う2つグループ同士を繋ぐための線分41Cを描画する。線分41Cの2つの端点はそれぞれ、隣り合う2つグループのうちの先のグループの最後の電圧値Eおよび後のグループの最初の電圧値Eに対応する。 The adjacent value line segment drawing unit 207 draws a line segment 41C for connecting two adjacent groups. The two end points of the line segment 41C respectively correspond to the last voltage value E of the first group and the first voltage value E of the second group of the two adjacent groups.

例えば、(J-1)番目のグループとJ番目のグループとの線分41Cの2つの端点は、図8(A)のように、太枠で示す2つのピクセルである。そして、線分41Cは、図8(B)のように、これら2つのピクセルを結ぶ。または、J番目のグループと(J+1)番目のグループとの線分41CJ+1の2つの端点は、図9(A)のように、太枠で示す2つのピクセルである。そして、線分41CJ+1は、図9(B)のように、これら2つのピクセルを結ぶ。 For example, the two end points of the line segment 41CJ between the ( J −1)th group and the Jth group are two pixels indicated by a thick frame as shown in FIG. 8(A). A line segment 41CJ then connects these two pixels as shown in FIG. 8(B). Alternatively, the two end points of the line segment 41C J+1 between the J-th group and the (J+1)-th group are the two pixels indicated by the thick frame as shown in FIG. 9(A). A line segment 41C J+1 then connects these two pixels as shown in FIG. 9B.

なお、線分41Cには線分41Bと重複する部分と重複しない部分とが含まれることがあるが、図10のように、重複する部分を線分41Bと同じ色で表わし、重複しない部分を線分41Bよりも薄い色で表わしてもよい。 The line segment 41C may include a portion that overlaps with the line segment 41B and a portion that does not overlap. As shown in FIG. It may be represented in a lighter color than the line segment 41B.

以上の処理によってグラフ領域41に描画された線分41B、41Cの集まりが、図11に示すような、テーブル61の折れ線グラフ62である。 A group of line segments 41B and 41C drawn in the graph area 41 by the above processing is a line graph 62 of the table 61 as shown in FIG.

注釈配置部208は、テーブル61(図5参照)に基づいてX軸およびY軸それぞれの名前(説明変数名および目的変数名)、目盛り、および値など、折れ線グラフ62の注釈を配置する。 The annotation placement unit 208 places annotations of the line graph 62 such as names (explanatory variable names and target variable names), scales, and values of the X-axis and Y-axis based on the table 61 (see FIG. 5).

ところで、作業者は、グラフ領域41の外枠をドラッグアンドドロップすることによって、グラフ領域41のサイズを変更するようにグラフ描画装置1へ指令を与えることができる。すると、グラフウィンドウ表示部201は、指令に従ってグラフ領域41のサイズを変更してグラフウィンドウ4をディスプレイ105に表示し直す。 By the way, the operator can instruct the graph drawing device 1 to change the size of the graph area 41 by dragging and dropping the outer frame of the graph area 41 . Then, the graph window display unit 201 changes the size of the graph area 41 according to the instruction and displays the graph window 4 again on the display 105 .

または、作業者は、グラフウィンドウ4の外枠をドラッグアンドドロップすることによって、グラフウィンドウ4のサイズを変更するようにグラフ描画装置1へ指令することができる。すると、グラフウィンドウ表示部201は、指令に従ってグラフウィンドウ4のサイズを変更するとともにグラフウィンドウ4の新たなサイズに応じてグラフ領域41のサイズを適宜、変更してグラフウィンドウ4をディスプレイ105に表示し直す。 Alternatively, the operator can instruct the graph drawing device 1 to change the size of the graph window 4 by dragging and dropping the outer frame of the graph window 4 . Then, the graph window display unit 201 changes the size of the graph window 4 according to the command, and appropriately changes the size of the graph area 41 according to the new size of the graph window 4, and displays the graph window 4 on the display 105. fix.

または、作業者は、グラフ化する範囲を指定することができる。例えば、グラフ領域41の中の、その範囲の起点および終点それぞれに対応する位置をクリックすることによって指定する。以下、この起点および終点をそれぞれ「起点時刻T」および「終点時刻T」と記載する。 Alternatively, the operator can specify the range to be graphed. For example, it is specified by clicking the positions corresponding to the start point and end point of the range in the graph area 41 . Hereinafter, this starting point and ending point will be referred to as "starting point time T s " and "ending point time T e ", respectively.

グラフ化範囲受付部209は、作業者の操作を受け付けると、起点時刻Tおよび終点時刻Tを、クリックされた位置などに基づいて算出する。例えば、小領域41Aおよび小領域41Aそれぞれの中の任意に位置がクリックされた場合は、s番目のグループの先頭の電圧値Eに対応する時刻を起点時刻Tとして算出し、e番目のグループの最後の電圧値Eに対応する時刻を終点時刻Tとして算出する。ただし、s<e、である。 Upon receiving the operator's operation, the graphing range receiving unit 209 calculates the start point time Ts and the end point time Te based on the clicked position and the like. For example, if any position in each of the small areas 41A s and 41A e is clicked, the time corresponding to the voltage value E at the top of the s -th group is calculated as the starting point time Ts, and the e-th The time corresponding to the last voltage value E of the group is calculated as the end point time Te. However, s<e.

このようにグラフ領域41のサイズがグラフウィンドウ表示部201によって変更され、または、起点時刻Tおよび終点時刻Tがグラフ化範囲受付部209によって算出されると、折れ線グラフ62が次のように描画し直される。 When the size of the graph area 41 is changed by the graph window display unit 201 in this way, or when the start point time Ts and the end point time Te are calculated by the graphing range reception unit 209, the line graph 62 becomes as follows. be redrawn.

テーブルデータ取得部202は、起点時刻Tおよび終点時刻Tが算出された場合は、テーブル61の中から、起点時刻Tに対応する電圧値Eおよび終点時刻Tに対応する電圧値Eをそれぞれ先頭および末尾とする範囲の電圧値Eを抽出することによって部分テーブル63を生成する。 When the start point time Ts and the end point time T e are calculated, the table data acquisition unit 202 selects the voltage value E s corresponding to the start point time T s and the voltage value corresponding to the end point time T e from the table 61. A partial table 63 is generated by extracting a range of voltage values E starting and ending with E e respectively.

グループ化処理部203は、部分テーブル63の中のすべての電圧値Eを、検出された時刻の古い順に現在の(最新の)N個のグループに分ける。ただし、部分テーブル63が生成されなかった場合つまりグラフ領域41のサイズが変化したのみの場合は、最新のテーブル(本例では、テーブル61)の中のすべての電圧値Eを分ける。 The grouping processing unit 203 divides all the voltage values E in the partial table 63 into current (latest) Nw groups in chronological order of detection time. However, if the partial table 63 is not generated, that is, if only the size of the graph area 41 is changed, all the voltage values E in the latest table (table 61 in this example) are divided.

最大値最小値選出部204は、各グループから電圧値Eの最大値および最小値を選出する。 The maximum/minimum value selection unit 204 selects the maximum value and minimum value of the voltage value E from each group.

スケール対応量決定部205は、現在のピクセル数Nおよび全体最大電圧値EMAXに基づいて単位電圧EUNIT(1ピクセル当たりの電圧)を算出する。さらに、起点時刻Tおよび終点時刻Tに基づいて、グラフ化の対象の範囲(期間MNEW)を算出し、X軸方向の最小スケール(1ピクセル当たりの時間)を、MNEW/N、に決定する。ただし、部分テーブル63が生成されなかった場合は、M/N、に決定する。 The scale correspondence amount determination unit 205 calculates the unit voltage E UNIT (voltage per pixel) based on the current number of pixels N h and the overall maximum voltage value E MAX . Furthermore, based on the starting point time T s and the ending point time T e , the target range of graphing (period M NEW ) is calculated, and the minimum scale in the X-axis direction (time per pixel) is calculated as M NEW /N w , to decide. However, if the partial table 63 is not generated, M/N w is determined.

グループ線分描画部206は、各グループの線分41Bを、各グループに対応する小領域41Aに描画する。上述の通り、k番目のグループの線分41Bの第一の端点および第二の端点それぞれの座標は、(k,{(Ek_MIN-EMIN)+1}/EUNIT)および(k,{(Ek_MAX-EMIN)+1}/EUNIT)である。ただし、Ek_MAX=EMAX、の場合は、第二の端点の座標をグラフ領域41に納めるために、その座標を(k,N)にしてもよい。 The group line segment drawing unit 206 draws the line segment 41B of each group in the small area 41A corresponding to each group. As described above, the coordinates of the first and second endpoints of line segment 41B k in the k-th group are (k, {(E k_MIN −E MIN )+1}/E UNIT ) and (k, { (E k_MAX - E MIN )+1}/E UNIT ). However, if E k_MAX =E MAX , the coordinates of the second end point may be set to (k, N h ) in order to fit the coordinates in the graph area 41 .

隣接値線分描画部207は、隣り合う2つグループ同士を繋ぐための線分41Cを描画する。線分41Cを描画する方法は、前に図8~図10で説明した通りである。 The adjacent value line segment drawing unit 207 draws a line segment 41C for connecting two adjacent groups. The method of drawing the line segment 41C is as described above with reference to FIGS. 8-10.

そして、注釈配置部208は、テーブル61または部分テーブル63に基づいて折れ線グラフ62の注釈を配置する。 The annotation placement unit 208 then places annotations for the line graph 62 based on the table 61 or partial table 63 .

図12は、グラフ描画プログラム2による全体的な処理の流れの例を説明するフローチャートである。 FIG. 12 is a flow chart for explaining an example of the overall processing flow of the graph drawing program 2. As shown in FIG.

次に、グラフ描画装置1の全体的な処理の流れを、フローチャートを参照しながら説明する。グラフ描画装置1は、グラフ描画プログラム2に基づいて、図12に示す手順で処理を実行する。 Next, the overall processing flow of the graph drawing device 1 will be described with reference to flowcharts. Based on the graph drawing program 2, the graph drawing device 1 executes processing according to the procedure shown in FIG.

グラフ描画装置1は、グラフ描画プログラム2を起動すると、グラフウィンドウ4(図4参照)を表示する(図12の#11)。そして、作業者が指定したファイルをテーブルデータ51として取得し(#12)、テーブルデータ51に基づいて次のようにグラフ化の処理を行う。 When the graph drawing program 2 is activated, the graph drawing device 1 displays the graph window 4 (see FIG. 4) (#11 in FIG. 12). Then, the file specified by the worker is obtained as table data 51 (#12), and the following graphing process is performed based on the table data 51. FIG.

グラフ描画装置1は、テーブル61(図5参照)に示されるすべての電圧値EをN個のグループに分け(#13)、各グループから最大値および最小値を選出する(#14)。さらに、X軸方向およびY軸方向それぞれの最小スケールを決定する(#15)。 The graph drawing device 1 divides all the voltage values E shown in the table 61 (see FIG. 5) into Nw groups (#13), and selects the maximum and minimum values from each group (#14). Furthermore, the minimum scales in the X-axis and Y-axis directions are determined (#15).

そして、グラフ描画装置1は、ステップ#14、#15の処理結果に基づいて、各グループの線分41Bおよび隣り合うグループ同士の線分41C(図8~図10参照)を作成しグラフ領域41に配置する(#16、#17)。これにより、折れ線グラフ62が表示される。 Then, based on the processing results of steps #14 and #15, the graph drawing apparatus 1 creates line segments 41B for each group and line segments 41C for adjacent groups (see FIGS. 8 to 10), (#16, #17). Thereby, the line graph 62 is displayed.

その後、作業者がグラフウィンドウ4またはグラフ領域41のサイズを指定する作業を行ったら(#18でYes)、グラフ描画装置1は、指定されたサイズでグラフウィンドウ4またはグラフ領域41を表示し直す(#19)。 After that, when the operator designates the size of the graph window 4 or the graph area 41 (Yes in #18), the graph drawing device 1 redisplays the graph window 4 or the graph area 41 in the designated size. (#19).

または、作業者が起点時刻Tおよび終点時刻Tを指定する作業を行ったら(#20でYes)、グラフ描画装置1は、指定された起点時刻Tから終点時刻Tまでの範囲のデータをテーブル61から抽出することによって部分テーブル63を生成する(#21)。 Alternatively, when the operator performs the task of designating the start point time Ts and the end point time Te (Yes in #20), the graph drawing device 1 displays the range from the designated start point time Ts to the end point time Te. A partial table 63 is generated by extracting data from the table 61 (#21).

ステップ#19においてグラフ領域41のサイズ(ピクセル数NまたはN)が変化し、またはステップ#21において部分テーブル63が生成された場合は(#22でYes)、グラフ描画装置1は、ステップ#13~#17の処理を、最新のピクセル数N、Nおよび最新のテーブル(テーブル61または部分テーブル63)に基づいて実行する。 If the size of the graph area 41 (the number of pixels Nw or Nh ) has changed in step #19, or if the partial table 63 has been generated in step #21 (Yes in #22), the graph drawing device 1 performs step The processes #13 to #17 are executed based on the latest numbers of pixels N w and N h and the latest table (table 61 or partial table 63).

なお、部分テーブル63に含まれる電圧値Eの個数Nがピクセル数N未満である場合も、そうでない場合と同じアルゴリズムによって、つまり、ステップ#13~#17の処理を実行することによって、折れ線グラフ62を描画し直すことができる。しかし、個数Nが少なくなるほど、グラフ領域41のX軸方向の余白が大きくなってしまう。 Even if the number Nv of voltage values E contained in the partial table 63 is less than the number Nw of pixels, the same algorithm as in the other case, that is, by executing the processing of steps #13 to #17, Line graph 62 can be redrawn. However, the smaller the number Nv , the larger the margin of the graph area 41 in the X-axis direction.

そこで、グラフ描画装置1は、個数Nがピクセル数N未満である場合に、グラフ描画装置1は、グラフ領域41を有効的に使うために次のように処理を行ってもよい。 Therefore, when the number Nv is less than the number Nw of pixels, the graph drawing device 1 may perform the following processing in order to effectively use the graph area 41 .

グラフ描画装置1のグループ線分描画部206(図3参照)は、ステップ#16において、k番目(k=1、2、…、N)のグループの線分41Bを、グラフ領域41の中の((N/N)×k,E/EUNIT)の位置に描画する。ただし、小数点以下は、切り捨てられ、切り下げられ、または四捨五入される。また、この場合は1つのグループに電圧値Eが1つしか属さないので、最大電圧値Ek_MAXと最小電圧値Ek_MINとが等しくなるため、線分41Bは点になる。 In step #16, the group line segment drawing unit 206 (see FIG. 3) of the graph drawing device 1 draws the line segment 41Bk of the k -th (k=1, 2, . . . , Nv) group to the graph area 41. Draw at the position of ((N w /N v )×k, E k /E UNIT ) inside. However, decimal places are truncated, rounded down, or rounded off. Also, in this case, since only one voltage value E belongs to one group, the maximum voltage value Ek_MAX and the minimum voltage value Ek_MIN are equal, so the line segment 41Bk becomes a point.

そして、隣接値線分描画部207は、ステップ#17において、隣り合う2つの電圧値Eの線分41B(本例では、点)が結ばれるように線分41Cを描画する。 Then, in step #17, the adjacent value line segment drawing unit 207 draws a line segment 41C so as to connect the line segments 41B (points in this example) of two adjacent voltage values E. FIG.

本実施形態によると、テーブル61または部分テーブル63の中の各電圧値Eをグループに分類し、グループごとにプロットを行うので、グラフ化の従来の速度の維持を図りつつ折れ線グラフ62を生成することができる。しかも、グループごとに最大値および最小値を結ぶ線分41Bを描画するので、重要なデータを従来よりも見落としにくくすることができる。 According to this embodiment, each voltage value E in the table 61 or the partial table 63 is classified into groups and plotted for each group, so that the line graph 62 can be generated while maintaining the conventional speed of graphing. be able to. Moreover, since the line segment 41B connecting the maximum value and the minimum value is drawn for each group, it is possible to make it more difficult to overlook important data than before.

本実施形態では、図5のテーブル61のように、目的変数を1つしか有しないテーブルをグラフ化する場合を例に説明したが、グラフ描画装置1は、複数の目的変数(例えば、電圧およびトルク)を有するテーブルをグラフ化することもできる。この場合は、図3に示したグループ化処理部203、最大値最小値選出部204、スケール対応量決定部205、グループ線分描画部206、隣接値線分描画部207、および注釈配置部208は、目的変数ごとに、上述の各処理を実行すればよい。 In the present embodiment, the case of graphing a table having only one objective variable, such as the table 61 in FIG. 5, has been described as an example. torque) can also be graphed. In this case, the grouping processing unit 203, the maximum/minimum value selection unit 204, the scale correspondence amount determination unit 205, the group line segment drawing unit 206, the adjacent value line segment drawing unit 207, and the annotation placement unit 208 shown in FIG. , each of the above processes should be executed for each objective variable.

本実施形態では、グラフ描画装置1は、線分41B、41Cの両方を描画したが、線分41Bのみを描画してもよい。これにより、グループごとの電圧値Eの範囲をより明確に表わすことができる。 In this embodiment, the graph drawing device 1 draws both the line segments 41B and 41C, but may draw only the line segment 41B. As a result, the range of voltage values E for each group can be expressed more clearly.

または、グラフ描画装置1は、各グループの線分41Bを描画する代わりに、各グループの中の電圧値Eの散布図を描画してもよい。以下、散布図を描画する方法を、2000個の電圧値ER_1~ER_2000が分類されているR番目のグループの散布図を描画する場合を例に説明する。 Alternatively, the graph drawing device 1 may draw a scatter diagram of the voltage values E in each group instead of drawing the line segments 41B of each group. A method of drawing a scatter diagram will be described below by taking as an example a case of drawing a scatter diagram of the R-th group in which 2000 voltage values E R — 1 to E R — 2000 are classified.

グラフ描画装置1は、R番目のグループの中の1番目の電圧値Eすなわち電圧値ER_1を表わす点をグラフ領域41の(R,{(ER_1-EMIN)+1}/EUNIT)に描画する。ただし、座標の小数点以下は、切り捨てられるものとする。以下、同様である。 The graph drawing device 1 places a point representing the first voltage value E in the R-th group, that is, the voltage value E R_1 , in the graph area 41 (R, {(E R_1 −E MIN )+1}/E UNIT ). draw. However, the decimal point of the coordinates shall be rounded down. The same applies hereinafter.

グラフ描画装置1は、2番目の電圧値Eすなわち電圧値ER_2を表わす点のY座標、{(ER_2-EMIN)+1}/EUNIT、が、それよりも前のいずれの電圧値E(つまり、ここでは、電圧値ER_1)の点のY座標とも異なれば、電圧値ER_2を表わす点を(R,{(ER_2-EMIN)+1}/EUNIT)に描画し、同じであれば描画しない。以下、同様に、t番目(t=3、4、…、2000)の電圧値Eすなわち電圧値ER_tを表わす点のY座標、{(ER_t-EMIN)+1}/EUNIT、が、(t-1)以前のいずれの電圧値ER_1、ER_2、…、ER_t-1、の点のY座標とも異なれば、電圧値ER_tを表わす点を(R,{(ER_t-EMIN)+1}/EUNIT)に描画し、いずれかと同じであれば描画しない。 The graphing device 1 determines that the Y coordinate of the point representing the second voltage value E, ie, the voltage value E R_2 , {(E R_2 −E MIN )+1}/E UNIT , is equal to any previous voltage value E (that is, here, if it is also different from the Y coordinate of the point of the voltage value E R — 1), the point representing the voltage value E R — 2 is drawn at (R, {(E R — 2 −E MIN )+1}/E UNIT ), and the same If so, do not draw. Similarly, the Y coordinate of the point representing the t- th ( t = 3, 4, . (t- 1 ) If it is different from the Y-coordinate of any previous voltage value E R_1 , E R_2 , . MIN )+1}/E UNIT ), and if it is the same as either, do not draw.

なお、線分41Bの代わりに散布図を描画する場合は、グラフ描画装置1は、線分41Cを描画しない。 When drawing a scatter diagram instead of the line segment 41B, the graph drawing device 1 does not draw the line segment 41C.

このような方法によると、同一のピクセルに対しては、多くても1回しか点が描画されない。つまり、同一のピクセルに対して複数回、点が描画されることがない。したがって、画像処理による演算ユニット101への負荷を従来よりも軽減することができる。 With such a method, a point is drawn at most once for the same pixel. That is, points are not drawn multiple times for the same pixel. Therefore, the load on the arithmetic unit 101 due to image processing can be reduced more than before.

本実施形態では、グラフ領域41の下端に全体最小電圧値EMINに対応する点が配置され、上端に全体最大電圧値EMAXに対応する点が配置されるように、線分41B、41Cが描画された。しかし、グラフ領域41の上下両端付近に余白ができるように線分41B、41Cを描画させてもよい。例えば、全体最小電圧値EMINおよび全体最大電圧値EMAXがそれぞれ、-30、70、である場合は、グラフ領域41の下端および上端がそれぞれ、-50、100に対応するように単位電圧EUNITなどを設定し、線分41B、41Cが描画されるようにしてもよい。 In this embodiment, the line segments 41B and 41C are arranged such that the point corresponding to the overall minimum voltage value E MIN is arranged at the lower end of the graph area 41 and the point corresponding to the overall maximum voltage value E MAX is arranged at the upper end. Drawn. However, the line segments 41B and 41C may be drawn such that margins are formed near the upper and lower ends of the graph area 41. FIG. For example, if the overall minimum voltage value E MIN and the overall maximum voltage value E MAX are -30 and 70, respectively, the unit voltage E The line segments 41B and 41C may be drawn by setting UNIT or the like.

また、電圧値Eが0以上の値しか取らない場合は、全体最小電圧値EMINに関わらず、グラフ領域41の下端が0に対応するように単位電圧EUNITなどを設定し、線分41B、41Cが描画されるようにしてもよい。 When the voltage value E takes only values equal to or greater than 0, the unit voltage E UNIT and the like are set so that the lower end of the graph area 41 corresponds to 0 regardless of the overall minimum voltage value E MIN , and the line segment 41B is set. , 41C may be drawn.

本実施形態では、テーブル61または部分テーブル63に示される電圧値Eを、ピクセル数Nに等分することによってグループ化したが、次のようにグループ化する場合もある。電圧計が不定期に電圧値Eを記録する場合は、期間MまたはMNEWを一定の長さ(例えば、30分、2時間、または1日)の、ピクセル数N個の時間帯に区切って、各電圧値Eを、検出された時刻の属する時間帯へ分類してもよい。または、期間MまたはMNEWを、長さが異なることのある一定の概念(例えば、1ヶ月、1四半期、または1年)の、ピクセル数N個の時間帯に区切って、各電圧値Eを、検出された時刻の属する時間帯へ分類してもよい。 In this embodiment, the voltage values E shown in the table 61 or the partial table 63 are grouped by equally dividing them into the number of pixels Nw , but grouping may be performed as follows. If the voltmeter records the voltage value E irregularly, the period M or M NEW is divided into time slots of fixed length (e.g., 30 minutes, 2 hours, or 1 day) with the number of pixels Nw . , each voltage value E may be classified into the time zone to which the detected time belongs. Alternatively, the period M or M NEW is divided into time periods of a certain concept (e.g., one month, one quarter, or one year) that may differ in length, and each voltage value E may be classified into the time zone to which the detected time belongs.

本実施形態では、説明変数が時刻であるテーブルをグラフ化する場合を例に説明したが、説明変数が他の要素(例えば、電流、電力など)であるテーブルをグラフ化する場合にも、グラフ描画装置1を用いることができる。 In the present embodiment, an example of graphing a table whose explanatory variable is time has been described. The drawing device 1 can be used.

グラフ描画プログラム2を表計算アプリケーションに標準機能またはアドインとして組み込み、テーブルが選択された状態で所定のコマンドが入力されると折れ線グラフが描画されるようにしてもよい。 The graph drawing program 2 may be incorporated into a spreadsheet application as a standard function or an add-in so that a line graph is drawn when a predetermined command is entered with a table selected.

本実施形態では、グラフ描画装置1は、グラフ描画プログラム2を実行することによって折れ線グラフ62を描画したが、グラフ描画プログラム2に相当するプログラムがクラウドサーバ3(図1参照)に備わっている場合は、テーブルデータ51をクラウドサーバ3へ送信し、折れ線グラフ62をクラウドサーバ3に作成させてもよい。そして、折れ線グラフ62の画像データをクラウドサーバ3から受信し、ディスプレイ105によって表示すればよい。 In the present embodiment, the graph drawing device 1 draws the line graph 62 by executing the graph drawing program 2. However, if a program corresponding to the graph drawing program 2 is provided in the cloud server 3 (see FIG. 1) may transmit the table data 51 to the cloud server 3 and cause the cloud server 3 to create the line graph 62 . Then, the image data of the line graph 62 may be received from the cloud server 3 and displayed on the display 105 .

その他、グラフ描画装置1の全体または各部の構成、処理の内容、処理の順序、データの構成、ウィンドウの構成、折れ線グラフ62の最小目盛りの設定などは、本発明の趣旨に沿って適宜変更することができる。 In addition, the configuration of the whole or each part of the graph drawing device 1, the contents of the processing, the order of the processing, the configuration of the data, the configuration of the window, the setting of the minimum scale of the line graph 62, etc., can be appropriately changed in line with the spirit of the present invention. be able to.

1 グラフ描画装置(グラフ生成装置)
203 グループ化処理部(分類手段)
204 最大値最小値選出部(選出手段)
206 グループ線分描画部(生成手段)
207 隣接値線分描画部(生成手段)
41 グラフ領域(領域)
41B 線分(第一の線)
41C 線分(第二の線)
61 テーブル
62 折れ線グラフ(グラフ)
63 部分テーブル
1 graph drawing device (graph generation device)
203 Grouping processing unit (classifying means)
204 maximum value minimum value selection unit (selection means)
206 group line segment drawing unit (generating means)
207 Adjacent value line segment drawing unit (generating means)
41 graph area (area)
41B line segment (first line)
41C line segment (second line)
61 table 62 line graph (graph)
63 partial tables

Claims (12)

説明変数および目的変数の複数の組を有する対象データの全部分または一部分を表わすグラフを、当該説明変数を表わす第一の軸および当該目的変数を表わす第二の軸を有する座標系に生成するグラフ生成装置であって、
前記複数の組それぞれの前記目的変数を、前記第一の軸方向の複数の区間に分類する分類手段と、
前記複数の区間それぞれに分類された前記目的変数の集合から最大値および最小値を1つずつ選出する選出手段と、
前記複数の区間それぞれについて、当該区間における値を表わす第一の線として、選出された前記最大値と前記最小値とを結ぶ線を当該区間に配置するが、当該複数の区間のうち隣り合う2つの区間それぞれを結ぶ第二の線を配置しないことによって、前記グラフを生成する生成手段と、
を有することを特徴とするグラフ生成装置。
A graph that generates a graph representing all or part of target data having multiple sets of explanatory variables and objective variables in a coordinate system having a first axis representing the explanatory variables and a second axis representing the objective variables a generator,
Classification means for classifying the objective variables of each of the plurality of sets into a plurality of intervals in the first axial direction;
selecting means for selecting one maximum value and one minimum value from the set of objective variables classified into each of the plurality of intervals;
For each of the plurality of sections, a line connecting the selected maximum value and the minimum value is arranged in the section as a first line representing the value in the section, but two adjacent two lines of the plurality of sections are arranged. generating means for generating the graph by not arranging a second line connecting each of the two intervals ;
A graph generation device characterized by comprising:
説明変数および目的変数の複数の組を有する対象データの全部分または一部分を表わすグラフを、当該説明変数を表わす第一の軸および当該目的変数を表わす第二の軸を有する座標系に生成するグラフ生成装置であって、
前記複数の組それぞれの前記目的変数を、前記第一の軸方向の複数の区間に分類する分類手段と、
前記複数の区間それぞれに分類された前記目的変数の集合から最大値および最小値を1つずつ選出する選出手段と、
前記複数の区間それぞれについて、当該区間における値を表わす第一の線として、選出された前記最大値と前記最小値とを結ぶ線を当該区間に配置し、さらに、当該複数の区間のうちの互いに隣り合う2つの区間を結ぶ第二の線として、当該2つの区間のうちの先の区間に分類された前記目的変数のうちの最後の目的変数と後の区間に分類された前記目的変数のうちの最初の目的変数とを結ぶ線を配置することによって、前記グラフを生成する生成手段と、
を有することを特徴とするグラフ生成装置。
A graph that generates a graph representing all or part of target data having multiple sets of explanatory variables and objective variables in a coordinate system having a first axis representing the explanatory variables and a second axis representing the objective variables a generator,
Classification means for classifying the objective variables of each of the plurality of sets into a plurality of intervals in the first axial direction;
selecting means for selecting one maximum value and one minimum value from the set of objective variables classified into each of the plurality of intervals;
For each of the plurality of intervals, a line connecting the selected maximum value and the minimum value is arranged in the interval as a first line representing the value in the interval; As a second line connecting two adjacent intervals, the final objective variable among the objective variables classified into the earlier interval of the two intervals and the objective variable classified into the latter interval generating means for generating said graph by arranging a line connecting the first objective variable of
A graph generation device characterized by comprising:
前記分類手段は、前記複数の組のうちの一部の組を選択するための操作が行われた場合に、当該一部の組それぞれの前記目的変数を前記複数の区間に分類し直し、
前記選出手段は、前記複数の区間それぞれに分類し直された前記目的変数の集合から最大値および最小値を1つずつ選出し直し、
前記生成手段は、前記複数の区間それぞれについて、選出し直された前記最大値と前記最小値とを結ぶ線を前記第一の線として当該区間に配置し直し、さらに、分類し直された前記目的変数の集合に基づいて前記第二の線を配置し直すことによって、前記グラフを生成する、
請求項に記載のグラフ生成装置。
wherein, when an operation is performed to select a partial set out of the plurality of sets, the classification means reclassifies the objective variable of each of the partial sets into the plurality of intervals;
The selection means reselects one maximum value and one minimum value from the set of objective variables reclassified into each of the plurality of intervals,
For each of the plurality of sections, the generating means rearranges, as the first line, a line connecting the reselected maximum value and the minimum value in the section, and further, reclassifies the reclassified generating the graph by rearranging the second line based on a set of target variables;
3. The graph generation device according to claim 2 .
前記分類手段は、前記第一の軸方向のピクセル数が変化した場合に、当該変化後のピクセル数と同数の区間を前記複数の区間として、前記複数の組それぞれの前記目的変数を分類し直し、
前記選出手段は、前記同数の区間それぞれについて、分類し直された前記目的変数の集合から最大値および最小値を1つずつ選出し、
前記生成手段は、前記同数の区間それぞれについて、前記第一の線として、選出し直された前記最大値と前記最小値とを結ぶ線を当該区間に配置し直し、さらに、当該同数の区間のうちの互いに隣り合う2つの区間のうちの先の区間に分類された前記目的変数のうちの最後の目的変数と後の区間に分類された前記目的変数のうちの最初の目的変数とを結ぶ線を前記第二の線として配置し直すことによって、前記グラフを生成し直す、
請求項に記載のグラフ生成装置。
When the number of pixels in the first axis direction is changed, the classification means reclassifies the objective variables of each of the plurality of sets, using the same number of sections as the number of pixels after the change as the plurality of sections. ,
The selection means selects one maximum value and one minimum value from the reclassified set of objective variables for each of the same number of sections,
For each of the same number of sections, the generating means rearranges, as the first line, a line connecting the reselected maximum value and the minimum value in the section, and further, for each of the same number of sections A line connecting the last objective variable classified into the earlier interval and the first objective variable classified into the latter interval of the two adjacent intervals. regenerating the graph by repositioning as the second line;
3. The graph generation device according to claim 2 .
前記複数の区間の数は、前記グラフが生成される領域の、前記第一の軸方向のピクセル数に等しい、
請求項1ないし請求項4のいずれかに記載のグラフ生成装置。
the number of the plurality of intervals is equal to the number of pixels along the first axis in the region from which the graph is generated;
5. The graph generation device according to any one of claims 1 to 4 .
説明変数および目的変数の複数の組を有する対象データの全部分または一部分を表わすグラフを、当該説明変数を表わす第一の軸および当該目的変数を表わす第二の軸を有する座標系の、当該第二の軸に平行に並んだNh個のピクセルからなるNw個の小領域が当該第一の軸に平行に並んだ領域に生成する、グラフ生成装置であって、
前記複数の組それぞれの前記目的変数を、前記第一の軸方向のNw個の区間に分類する分類手段と、
前記Nw個の区間それぞれについて、当該区間の前記Nh個のピクセルの中から、当該区間に分類された前記目的変数それぞれに対応するピクセルを特定し、当該特定したピクセルに対して1回ずつ点を配置するが当該Nw個の区間のうち隣り合う2つの区間それぞれを結ぶ線を配置しないことによって前記グラフを生成する、生成手段と、
を有することを特徴とするグラフ生成装置。
A graph representing all or part of target data having a plurality of sets of explanatory variables and objective variables, in a coordinate system having a first axis representing the explanatory variables and a second axis representing the objective variables, A graph generating device for generating Nw small regions each composed of Nh pixels aligned parallel to two axes in a region aligned parallel to the first axis,
Classification means for classifying the objective variables of each of the plurality of sets into Nw sections in the first axial direction;
For each of the Nw sections, a pixel corresponding to each of the objective variables classified into the section is specified from among the Nh pixels in the section, and a point is drawn once for each of the specified pixels. generating means for generating the graph by arranging but not arranging lines connecting two adjacent sections among the Nw sections ;
A graph generation device characterized by comprising:
説明変数および目的変数の複数の組を有する対象データの全部分または一部分を表わすグラフを、当該説明変数を表わす第一の軸および当該目的変数を表わす第二の軸を有する座標系に生成するグラフ生成方法であって、
前記複数の組それぞれの前記目的変数を、前記第一の軸方向の複数の区間に分類し、
前記複数の区間それぞれに分類された前記目的変数の集合から最大値および最小値を1つずつ選出し、
前記複数の区間それぞれについて、当該区間における値を表わす第一の線として、選出した前記最大値と前記最小値とを結ぶ線を当該区間に配置するが、当該複数の区間のうち隣り合う2つの区間それぞれを結ぶ第二の線を配置しないことによって、前記グラフを生成する、
ことを特徴とするグラフ生成方法。
A graph that generates a graph representing all or part of target data having multiple sets of explanatory variables and objective variables in a coordinate system having a first axis representing the explanatory variables and a second axis representing the objective variables A method of generating,
classifying the objective variables of each of the plurality of sets into a plurality of intervals in the first axial direction;
Selecting one maximum value and one minimum value from the set of objective variables classified into each of the plurality of intervals,
For each of the plurality of sections, a line connecting the selected maximum value and the minimum value is arranged in the section as a first line representing the value in the section, but two adjacent ones of the plurality of sections are arranged. generating said graph by not placing a second line connecting each interval ;
A graph generation method characterized by:
説明変数および目的変数の複数の組を有する対象データの全部分または一部分を表わすグラフを、当該説明変数を表わす第一の軸および当該目的変数を表わす第二の軸を有する座標系に生成するグラフ生成方法であって、
前記複数の組それぞれの前記目的変数を、前記第一の軸方向の複数の区間に分類し、
前記複数の区間それぞれに分類された前記目的変数の集合から最大値および最小値を1つずつ選出し、
前記複数の区間それぞれについて、当該区間における値を表わす第一の線として、選出した前記最大値と前記最小値とを結ぶ線を当該区間に配置し、さらに、当該複数の区間のうちの互いに隣り合う2つの区間を結ぶ第二の線として、当該2つの区間のうちの先の区間に分類された前記目的変数のうちの最後の目的変数と後の区間に分類された前記目的変数のうちの最初の目的変数とを結ぶ線を配置することによって、前記グラフを生成する、
ことを特徴とするグラフ生成方法。
A graph that generates a graph representing all or part of target data having multiple sets of explanatory variables and objective variables in a coordinate system having a first axis representing the explanatory variables and a second axis representing the objective variables A method of generating,
classifying the objective variables of each of the plurality of sets into a plurality of intervals in the first axial direction;
Selecting one maximum value and one minimum value from the set of objective variables classified into each of the plurality of intervals,
For each of the plurality of sections, a line connecting the selected maximum value and the minimum value is arranged in the section as a first line representing the value in the section, and the plurality of sections are arranged next to each other. As a second line connecting two matching intervals, the final objective variable among the objective variables classified in the earlier interval of the two intervals and the last objective variable classified in the latter interval generating said graph by placing a line connecting the first target variable ;
A graph generation method characterized by:
説明変数および目的変数の複数の組を有する対象データの全部分または一部分を表わすグラフを、当該説明変数を表わす第一の軸および当該目的変数を表わす第二の軸を有する座標系の、当該第二の軸に平行に並んだNh個のピクセルからなるNw個の小領域が当該第一の軸に平行に並んだ領域に生成する、グラフ生成方法であって、
前記複数の組それぞれの前記目的変数を、前記第一の軸方向のNw個の区間に分類し、
前記Nw個の区間それぞれについて、当該区間の前記Nh個のピクセルの中から、当該区間に分類された前記目的変数それぞれに対応するピクセルを特定し、当該特定したピクセルに対して1回ずつ点を配置するが当該Nw個の区間のうち隣り合う2つの区間それぞれを結ぶ線を配置しないことによって前記グラフを生成する、
を有することを特徴とするグラフ生成方法。
A graph representing all or part of target data having a plurality of sets of explanatory variables and objective variables, in a coordinate system having a first axis representing the explanatory variables and a second axis representing the objective variables, A graph generation method in which Nw small regions each composed of Nh pixels aligned in parallel with two axes are generated in a region aligned in parallel with the first axis,
classifying the objective variables of each of the plurality of sets into Nw sections in the first axial direction;
For each of the Nw sections, a pixel corresponding to each of the objective variables classified into the section is specified from among the Nh pixels in the section, and a point is drawn once for each of the specified pixels. generating the graph by placing but not placing a line connecting each two adjacent ones of the Nw segments ;
A graph generation method characterized by comprising:
説明変数および目的変数の複数の組を有する対象データの全部分または一部分を表わすグラフを、当該説明変数を表わす第一の軸および当該目的変数を表わす第二の軸を有する座標系に生成するためのコンピュータに用いられるコンピュータプログラムであって、
前記コンピュータに、
前記複数の組それぞれの前記目的変数を、前記第一の軸方向の複数の区間に分類する処理を実行させ、
前記複数の区間それぞれに分類された前記目的変数の集合から最大値および最小値を1つずつ選出する処理を実行させ、
前記複数の区間それぞれについて、当該区間における値を表わす第一の線として、選出した前記最大値と前記最小値とを結ぶ線を当該区間に配置するが、当該複数の区間のうち隣り合う2つの区間それぞれを結ぶ第二の線を配置しないことによって、前記グラフを生成する処理を実行させる、
ことを特徴とするコンピュータプログラム。
To generate a graph representing all or part of target data having multiple sets of explanatory variables and objective variables in a coordinate system having a first axis representing the explanatory variables and a second axis representing the objective variables A computer program for use in a computer of
on said computer;
executing a process of classifying the objective variables of each of the plurality of sets into a plurality of intervals in the first axial direction;
executing a process of selecting one maximum value and one minimum value from the set of objective variables classified into each of the plurality of intervals;
For each of the plurality of sections, a line connecting the selected maximum value and the minimum value is arranged in the section as a first line representing the value in the section, but two adjacent ones of the plurality of sections are arranged. causing the process of generating the graph to be performed by not arranging a second line connecting each interval ;
A computer program characterized by:
説明変数および目的変数の複数の組を有する対象データの全部分または一部分を表わすグラフを、当該説明変数を表わす第一の軸および当該目的変数を表わす第二の軸を有する座標系に生成するためのコンピュータに用いられるコンピュータプログラムであって、
前記コンピュータに、
前記複数の組それぞれの前記目的変数を、前記第一の軸方向の複数の区間に分類する処理を実行させ、
前記複数の区間それぞれに分類された前記目的変数の集合から最大値および最小値を1つずつ選出する処理を実行させ、
前記複数の区間それぞれについて、当該区間における値を表わす第一の線として、選出した前記最大値と前記最小値とを結ぶ線を当該区間に配置し、さらに、当該複数の区間のうちの互いに隣り合う2つの区間を結ぶ第二の線として、当該2つの区間のうちの先の区間に分類された前記目的変数のうちの最後の目的変数と後の区間に分類された前記目的変数のうちの最初の目的変数とを結ぶ線を配置することによって、前記グラフを生成する処理を実行させる、
ことを特徴とするコンピュータプログラム。
To generate a graph representing all or part of target data having multiple sets of explanatory variables and objective variables in a coordinate system having a first axis representing the explanatory variables and a second axis representing the objective variables A computer program for use in a computer of
on said computer;
executing a process of classifying the objective variables of each of the plurality of sets into a plurality of intervals in the first axial direction;
executing a process of selecting one maximum value and one minimum value from the set of objective variables classified into each of the plurality of intervals;
For each of the plurality of sections, a line connecting the selected maximum value and the minimum value is arranged in the section as a first line representing the value in the section, and the plurality of sections are arranged adjacent to each other. As a second line connecting two matching intervals, the last objective variable classified into the earlier interval of the two intervals and the last objective variable classified into the latter interval Execute the process of generating the graph by arranging a line connecting the first objective variable ;
A computer program characterized by:
説明変数および目的変数の複数の組を有する対象データの全部分または一部分を表わすグラフを、当該説明変数を表わす第一の軸および当該目的変数を表わす第二の軸を有する座標系の、当該第二の軸に平行に並んだNh個のピクセルからなるNw個の小領域が当該第一の軸に平行に並んだ領域に生成するためのコンピュータに用いられるコンピュータプログラムであって、
前記コンピュータに、
前記複数の組それぞれの前記目的変数を、前記第一の軸方向のNw個の区間に分類する処理を実行させ、
前記Nw個の区間それぞれについて、当該区間の前記Nh個のピクセルの中から、当該区間に分類された前記目的変数それぞれに対応するピクセルを特定し、当該特定したピクセルに対して1回ずつ点を配置するが当該Nw個の区間のうち隣り合う2つの区間それぞれを結ぶ線を配置しないことによって前記グラフを生成する処理を実行させる、
ことを特徴とするコンピュータプログラム。
A graph representing all or part of target data having a plurality of sets of explanatory variables and objective variables, in a coordinate system having a first axis representing the explanatory variables and a second axis representing the objective variables, 1. A computer program for use in a computer to generate Nw subregions of Nh pixels aligned parallel to two axes in a region aligned parallel to the first axis, comprising:
on said computer;
executing a process of classifying the objective variables of each of the plurality of sets into Nw sections in the first axial direction;
For each of the Nw sections, a pixel corresponding to each of the objective variables classified into the section is specified from among the Nh pixels in the section, and a point is drawn once for each of the specified pixels. executing the process of generating the graph by arranging but not arranging lines connecting two adjacent sections among the Nw sections ;
A computer program characterized by:
JP2021042588A 2021-03-16 2021-03-16 Graph generation device, graph generation method, and computer program Active JP7118194B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021042588A JP7118194B1 (en) 2021-03-16 2021-03-16 Graph generation device, graph generation method, and computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2021042588A JP7118194B1 (en) 2021-03-16 2021-03-16 Graph generation device, graph generation method, and computer program

Publications (2)

Publication Number Publication Date
JP7118194B1 true JP7118194B1 (en) 2022-08-15
JP2022142429A JP2022142429A (en) 2022-09-30

Family

ID=82847598

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021042588A Active JP7118194B1 (en) 2021-03-16 2021-03-16 Graph generation device, graph generation method, and computer program

Country Status (1)

Country Link
JP (1) JP7118194B1 (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020160692A (en) * 2019-03-26 2020-10-01 株式会社日立製作所 Explanatory variable extraction system, method of the same and program of the same

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020160692A (en) * 2019-03-26 2020-10-01 株式会社日立製作所 Explanatory variable extraction system, method of the same and program of the same

Also Published As

Publication number Publication date
JP2022142429A (en) 2022-09-30

Similar Documents

Publication Publication Date Title
US20240126773A1 (en) Interaction with a field sidebar for field information panel display
US8151213B2 (en) System, method and program product for tabular data with dynamic visual cells
KR101794373B1 (en) Temporary formatting and charting of selected data
JP2643596B2 (en) Display method of scalar quantity distribution
US11086916B2 (en) System and method for analyzing and visualizing team conversational data
KR101773574B1 (en) Method for chart visualizing of data table
CN107908604B (en) Report form graph generation method and device, computer equipment and storage medium
US10699451B1 (en) Generating digital graphical representations reflecting multiple data series utilizing dynamic y-axes
JP2014505311A (en) Multipath symbol and component-based visual object search method for documents
JP7118194B1 (en) Graph generation device, graph generation method, and computer program
US10762116B2 (en) System and method for analyzing and visualizing team conversational data
JP7469516B2 (en) Method, device, and storage medium for displaying and analyzing option information
CN111078518B (en) Data acquisition method, terminal device and computer readable storage medium
US10885685B2 (en) Electronic apparatus for drawing graphs of mathematical expressions
CN113780673A (en) Training method and device of job leaving prediction model and job leaving prediction method and device
JP6996360B2 (en) Report creation program and report creation method
US20220164399A1 (en) Locating method and device, and storage medium
WO2018173337A1 (en) Information presentation device, information presentation method, and program
JP4598718B2 (en) Information management apparatus, information management method, and program
JP2006260171A (en) Workflow display device, workflow display method and workflow display program
JP7442896B1 (en) Programs, information processing systems and information processing methods
JP4113106B2 (en) Performance measuring apparatus and performance measuring method
CN111523288B (en) Display method and device for aerial view of PDF document
JP2005056081A (en) Documentation management system and recording medium
JP3636682B2 (en) Data analysis apparatus and method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210316

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20210409

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220517

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220708

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20220726

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220802

R150 Certificate of patent or registration of utility model

Ref document number: 7118194

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150