Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kt86 committed Sep 27, 2024
1 parent acbd9f5 commit 49969f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/R/KaiMT/plotFoodResults_multiDir.R
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ for (subdir in subdirs) {
colorsAna <- c("#1c18a0", "#1e54b6", "#1f90cc", "#3c71d9", "#9013fe", "#760e95", "#aa108e", "c40d1e", "#a40c2e", "#5e082c","#4e0c49","#3d1066")

xValue <- df_tours$vehicleCategory
yValue <- df_tours$travelDistance.kmö
yValue <- df_tours$travelDistance.km

### plotly ####
violin_plot_distances <- plot_ly(#data = df_tours,
Expand Down

0 comments on commit 49969f7

Please sign in to comment.