Adam R. Smith
Adam R. Smith
In those other projects, instead of using Link from this package, can you just alias Link to React.DOM.a?
"Other projects" => "external custom sites". Sounds like you're already covered with your Link component. Could you take the logic from your custom Link, paste it into the main Link,...
I have not had time to track breaking changes in julia v0.4. Was the bitwise OR for char and int removed for some reason? a d a m From: Iain...
Having each plot be a different color might not be too hard, but choosing the colors could be pretty difficult. I think most people have a color scheme in their...
I thought about this some more, and I don't think it's possible. The braille character hack sets dots in a grid, so when two plots intersect, they share the same...
It might be entertaining to experiment with it; chars with a single color would be that color, and chars with multiple colors could try blending them to an average color?...
Ooh, interesting! Since unicode hacks are what this project is about, I'm definitely going to look into that. If I find anything in the next day or two, I'll post...
So far the closest I've found is the combining dot characters (http://graphemica.com/search?q=combining+dot), but so far I can't seem to reliably build a grid out of them like with the braille...
That is slick. I'm not sure 3d plotting would hold up in a terminal setting, but I might take a stab at it eventually. If you need that level of...
I've thought about this more, and so far I can only come up with one semi-reasonable idea to make a 3d orthographic plot legible at such an insanely low resolution....