RMD python
Advertisement :) |
- pica - high quality and fast image resize in browser. - babelfish - developer friendly i18n with plurals support and easy syntax. |
You will like those projects! |
h1 Heading 8-)
h2 Heading
h3 Heading
h4 Heading
h5 Heading
h6 Heading
library(reticulate)
plot(rnorm(100),rnorm(100,2,4))
import matplotlib.pyplot as plt
plt.plot([1, 2, 3, 4])
plt.ylabel('some numbers')
plt.show()