2008-10-15-01 csv-plot.xl script: some bugs
Author: GLOBALBASE PROJECT +
Status
First Report: bugs / Agent(s) csv-plot.xl and gbmx / Version ver.B.b17.10 / OS all
Handling Status: Accepted>>Observed>>InProgress>>
Resolved
Interrested Area of This Report
- Interresting Agent(s): csv-plot.xl, gbmx, cosmos and gbview
- OS:all
- The version which resolves this probrem: ver.B.b17.11
Request (Date 2008-12-15)
csv-plot.xl script has some bugs as following
-
When column A is corresponding to some plot attribute fields, All of the line is corresponding to the fields.
-
When an empty column is exist in one line, columns after the column can not be read.
-
Plots can not be converted if an pixel size are over the 2power
[UP]
Go To Page Top
Final Report (Author:Hirohisa MORI / Date:2008-12-15)
-
When column A is corresponding to some plot attribute fields, All of the line is corresponding to the fields.
-
When an empty column is exist in one line, columns after the column can not be read.
Those two bugs are in gbmx. Only csv-plot.xl is suffered.
-
Plots can not be converted if an pixel size are over the 2power
This bug is in matrix module. So gbmx, cosmos and gbview is suffered. Every bugs are fixed in the version ver.B.b17.11.
[UP]
Go To Page Top
Work Around
-
When column A is corresponding to some plot attribute fields, All of the line is corresponding to the fields.
Write dummy data on the column A. Move the data to the other column.
-
When an empty column is exist in one line, columns after the column can not be read.
Do not make empty column. Event if you want empty column, write a space character.
-
Plots can not be converted if an pixel size are over the 2power
There is no workaround.