Can the frame border on a BarChart Legend be removed?

前端 未结 3 1917
别那么骄傲
别那么骄傲 2021-01-05 11:48

I am creating an application for various kinds of plot/chart drawing in Mathematica. Ultimately it will have a GUI, but the first step is to get the code right, and simple e

3条回答
  •  隐瞒了意图╮
    2021-01-05 12:03

    Not as versatile as Simon's method given above, but nevertheless possibly worth posting. (I found this out while reading this question)

    Using Part, where bc is as defined in Simon's answer:

    bc[[2]] = bc[[2, 1]]; bc
    

    giving

    enter image description here

提交回复
热议问题