Skip to content

Instantly share code, notes, and snippets.

View hkmoon's full-sized avatar

HongKee Moon hkmoon

  • MPI-CBG
  • Dresden
View GitHub Profile
@hkmoon
hkmoon / RPlot_ly_jupyter.R
Created October 4, 2019 09:00
R ploty usage
library(plotly)
library("RColorBrewer")
# display.brewer.all()
x <- c("Non-MT", "MT-8", "MT-16")
y <- c(61.88, 6.79, 2.38)
color <- brewer.pal(n = 3, name = "Dark2")
p <- plot_ly(
x = ~x,
@hkmoon
hkmoon / translation_from_Python.ipynb
Created February 24, 2020 16:03
Translation python data to javascript to visualize
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hkmoon
hkmoon / techan_in_jupyter.ipynb
Last active February 25, 2020 10:48
techan.js in jupyter notebook
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.