(venv) [root@oel9 test]# fio-plot -T title -i out/bigfile.dd/4k -r randread --bargraph3d -t lat
Traceback (most recent call last):
File "/home/xxx/test/venv/bin/fio-plot", line 33, in <module>
sys.exit(load_entry_point('fio-plot==1.1.9', 'console_scripts', 'fio-plot')())
File "/home/xxx/test/venv/lib64/python3.9/site-packages/fio_plot/__init__.py", line 39, in main
routing_dict[graphtype]["function"](settings, data)
File "/home/xxx/test/venv/lib64/python3.9/site-packages/fio_plot/fiolib/bar3d.py", line 146, in plot_3d
ax1.w_xaxis.set_ticks(float_x)
AttributeError: 'Axes3D' object has no attribute 'w_xaxis'
fio-plot is installed in a virtualenv with pip
Bench command used:
Error:
It's works fine with
matplotlib==3.7.0