Quantcast
Channel: Active questions tagged r - Stack Overflow
Viewing all articles
Browse latest Browse all 206531

How can I italicize donut labels on a piedonut chart?

$
0
0

What I need is to place the "donut" labels with reference to the "Epecie" variable in italics. I have tried several methods without good results.

This is my code:

require(ggplot2)
require(moonBook)
require(webr)
library(ggpubr)

attach(datapecespv)
PieDonut(datapecespv, aes(pies = Ictiofauna, donuts = Especie), explode = 0, selected = c(1, 3), labelposition = 0, explodeDonut = T, pieLabelSize = 5, donutLabelSize = 3.6, pieAlpha = 0.8, donutAlpha = 0.9, family =  getOption("Bookman", "italic"))

enter image description here


Viewing all articles
Browse latest Browse all 206531

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>