Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 Julia 0.6.2 中的 Plots 使用 plotlyJS 后端绘制箱线图
我正在努力为极端的点显示特定的标签(字符串)。(所以我们可以很容易地识别它们)。
检查图像以获取更多详细信息 在此处输入图像描述
代码: using Plots plotlyjs() boxplot(data_mat,ylabel="measure", xlabel="categs", title = "data")
using Plots plotlyjs() boxplot(data_mat,ylabel="measure", xlabel="categs", title = "data")
我对每个点都有一个特定的标签。这些标签对于 17 个条件是相同的。
谢谢