Thank you for your reply. I installed it already.That ggplot took more dependencies than I expected.
then I make the project pbzip2 again, then run "coz run --- ./pbzip2 tanGE" ,where "tanGE" is just a big .txt file
it generated a "profile.coz".
cpchung@ubuntu:~/coz/benchmarks/pbzip2$ coz plot
Traceback (most recent call last):
File "/home/cpchung/coz/bin/coz", line 5, in <module>
pycoz.run_command_line()
File "/home/cpchung/coz/bin/pycoz/__init__.py", line 31, in run_command_line
args.func(args)
File "/home/cpchung/coz/bin/pycoz/coz_plot.py", line 35, in run
data = pandas.DataFrame(p.to_records(), columns=p.get_columns())
File "/usr/local/lib/python2.7/dist-packages/pandas/core/frame.py", line 264, in __init__
copy=copy)
File "/usr/local/lib/python2.7/dist-packages/pandas/core/frame.py", line 399, in _init_ndarray
return create_block_manager_from_blocks([values.T], [columns, index])
File "/usr/local/lib/python2.7/dist-packages/pandas/core/internals.py", line 3534, in create_block_manager_from_blocks
construction_error(tot_items, blocks[0].shape[1:], axes, e)
File "/usr/local/lib/python2.7/dist-packages/pandas/core/internals.py", line 3515, in construction_error
passed,implied))
ValueError: Shape of passed values is (0, 0), indices imply (7, 0)
What could be the problem? I also looked into the file "profile.csv", there is no any numerical value but some column names.