python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
rgl plot displays incorrectly once sent to rglwidget
I'm trying to make some nice rgl 3d scatterplots I can include in an HTML document. They look fine when I display them in the rgl pane in RStudio - here: good output. But as soon as they're captured w...
blex-max
Votes: 0
Answers: 2
Override default networkD3 graph properties
I am trying to set a custom color scheme using sankeyNetwork() from the networkd3 package in r. This is the custom color code I set for the colourScale argument of sankeyNetwork()...
# Give a color fo...
Stephen Okiya
Votes: 0
Answers: 1
How can I change the font size of link labels to a Sankey Diagram built with networkd3 in R?
I was trying to add link labels to a sankey diagram as described by CJ Yetman in:
In R, how to display value on the links/paths of Sankey Graph?
library(htmlwidgets)
library(networkD3)
nodes <- da...
Jane von Okin
Votes: 0
Answers: 1
Add x-node titles to networkD3 Sankey plot in correct order
I am trying to label the x-nodes of a Sankey plot created with networkD3.
I see a solution posted here: How to add columnn titles in a Sankey chart networkD3
When I try to set labels manually, however...
MorrisseyJ
Votes: 0
Answers: 1