Simon
Simon
Hi There, it would be great, if we're all using the same geomtric types and mesh types. I'm doing in GLVisualize probably pretty much the same, though I might have...
## TODO - [ ] wait for all changes to get merged (timed release?) - [ ] make sure NEWS.md mentions all changes, has good enough guides for upgrading to...
# Description Fixes # (issue) Add a description of your PR here. ## Type of change Delete options that do not apply: - [ ] Bug fix (non-breaking change which...
I noticed, that we can hack together a simple time aware axis as a small wrapper type around `Axis`... We may even be able to integrate this into the `Axis`...
in older Makie versions this worked and showed a red barplot: ```julia with_theme(; Axis=(palette=(patchcolor=[:red],),)) do barplot(rand(10)) end ``` But on master it just ignores it:
Hi there, this is what I get on Ubuntu 14.10: ``` llvm[5]: Linking Release+Asserts Shared Library liblldb.so llvm[6]: Linking Release+Asserts executable lldb-server (without symbols) /usr/bin/ld: /home/s/julia/deps/llvm-svn/build_Release+Asserts/tools/lldb/tools/lldb-server/Release+Asserts/lldb-server.o: undefined reference to symbol...
Hi, I don't read anywhere, if windows is supported or not. I tried to build julia and ran into this: ``` which: no python in (/usr/local/bin:/usr/bin:/opt/bin:/mingw/bin:/python:/home/Sim/julia/usr/lib:/home/Sim/julia/usr/lib/julia:/c/Program Files/7-zip:/home/Sim/julia/usr/lib:/home/Sim/julia/usr/lib/julia:/c/Program Files/7-zip) /bin/sh: line...
Just got this result:  That's probably not what we want ;)