From 64159f7dd234234e3f08d1e752f222e159e4668a Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Fri, 13 Oct 2023 16:22:26 +0300 Subject: [PATCH] fix the ci of the main V repo --- .../modules/internal/dataset/.skip_should_compile_all | 0 examples/plot_basic_heatmap/main.v | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 examples/ml_kmeans_plot/modules/internal/dataset/.skip_should_compile_all diff --git a/examples/ml_kmeans_plot/modules/internal/dataset/.skip_should_compile_all b/examples/ml_kmeans_plot/modules/internal/dataset/.skip_should_compile_all new file mode 100644 index 000000000..e69de29bb diff --git a/examples/plot_basic_heatmap/main.v b/examples/plot_basic_heatmap/main.v index f4341f9b1..4081c8410 100644 --- a/examples/plot_basic_heatmap/main.v +++ b/examples/plot_basic_heatmap/main.v @@ -4,14 +4,14 @@ import vsl.plot z := [[1.0, 0, 30, 50, 1], [20.0, 1, 60, 80, 30], [30.0, 60, 1, -10, 20]] x := ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'] -y := ['Morning', 'Afternoon', 'Evening'] +// y := ['Morning', 'Afternoon', 'Evening'] mut plt := plot.new_plot() plt.add_trace( trace_type: .heatmap x: x - y_str: y + // y_str: y z: z ) plt.set_layout(