gunrock / io

Input (scripts, etc.) and output (scripts, performance results, etc.) for Gunrock and other graph engines
10 stars 6 forks source link

X and Y axis continuous data display #24

Closed ffarhour closed 8 years ago

ffarhour commented 8 years ago

For some reason the x axis was not displayed correctly when presented with continuous floating point data. Does this still occur for x-axis? Does the same happen for the y-axis?

ffarhour commented 8 years ago

As of current commit b1eb0d36b723a2aed0fde3fc5c646e1891d4d22d , there is no problem with this. THe code checks the data-type of both axes. Refer to lines 193-197 of scripts/json2vega.py.