三维绘图控件使用方法(1)-CSV 数据
把 CSV 文本喂给 plot3d_set_dataset。示例加载资源 sample_sin_surface.csv,plottypesurface。 plot3d_register_all();
win window_open("demo_csv_min");
chart widget_lookup(win, "chart", TRUE);plot3d_set_plottype(chart, "surf…
2026/8/2 5:29:36