我现在正在使用 QwtPlot3D,我需要展示一个图例,例如:
但我不知道如何,我在互联网上找不到合适的教程或示例。谁能帮我?
http://qwtplot3d.sourceforge.net/web/doxygen/classQwt3D_1_1Plot3D-members.html
在 Plot3D 的所有成员列表中,它列出:
void showColorLegend (bool show)
它不起作用,您可能需要创建一个实例ColorLegend
并确保它具有您希望它显示的元素。
http://qwtplot3d.sourceforge.net/web/doxygen/classQwt3D_1_1ColorLegend.html
希望有帮助。