joshkarges
joshkarges
Something in the past few weeks has made PyPlot unusable. I'm on PyCall v0.4.5, PyPlot v1.2.5, and PySide v0.0.2. in the julia terminal: ``` julia> using PyPlot ERROR: PyError (PyImport_ImportModule)...
### Feature Proposal When rotating the x-labels past 90 degrees, the text direction should change so that the beginning of the label is against the axes. Instead it looks like...
I tried to `import { DropdownInput } from 'react-dropdown-input';` and I got the error `Module not found: Can't resolve 'react/addons' in '.../node_modules/react-dropdown-input'` ``` > npm -v react 2.15.5 ```
### How To Reproduce Try the storybook demo: https://kontentino.github.io/react-multilevel-dropdown/?path=/story/dropdown--default Open up the dev tools console, and set this style on the `ul` element: ``` max-height: 90px; overflow-y: auto; ``` Now...