You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

Kaj_Sotala comments on Bayes Academy Development Report 2 - improved data visualization - Less Wrong Discussion

7 Post author: Kaj_Sotala 18 December 2014 10:11PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (9)

You are viewing a single comment's thread. Show more comments above.

Comment author: Kaj_Sotala 19 December 2014 08:20:50AM *  0 points [-]

Thanks. Yeah, I've increased the size of the node graphics from the default, but the graph library that lays them out doesn't actually know that, so it places the text in a way that ends up overlapping with the graphics. Hacking that is on my to-do list.

Comment author: Risto_Saarelma 24 December 2014 08:56:16AM 1 point [-]

Try giving the letters outlines by rendering the same string in white four times at (-1,0), (1,0), (0,-1), (0,1) from the final text position before rendering the actual black text at the center. That way it won't get visually tangled with the black graph parts.

Also, speaking of visuals, maybe take a moment to think about colors. The pure-channel #F00 / #0F0 red and green are too visually stark and have a different visual intensity. Maybe try experimenting with tweaking the colors and looking up general color palette design stuff to get some easy wins on making the screenshots look instantly visually nice.

Screenshot with some quick color tweaking experiments and an example of an outlined string

Comment author: Kaj_Sotala 24 December 2014 11:44:51AM 0 points [-]

Great suggestion about the text, thanks!

Interesting suggestion about the colors. That might be worth doing, though it seems like a lower-priority thing right now, so I'll probably leave it for later.