How do I stop plot from putting white padding around point-labels' text? Like in this example, the text isn't really legible because there's white padding around the yellow text:
(require plot)
(plot3d (list (point-label3d (vector 0 -.5 .42) "a label" #:point-size 0 #:color "yellow")
(polar3d (λ (θ φ) 1) #:color "black")))