Cody Greer
Cody Greer
Is there any interest in having a convenience function for setting units for an existing `Axis` or `AxisArray` that is currently unitless? I found this useful when loading someone else's...
Error message: ```julia julia> using Gtk INFO: Precompiling module Gtk. ERROR: LoadError: LoadError: LoadError: syntax: malformed expression Stacktrace: [1] include_relative(::Module, ::String) at ./loading.jl:464 [2] include at ./sysimg.jl:14 [inlined] [3] include(::String)...
I get a SWIG pointer to VersionInfo: `````` Does this still need to be wrapped, and what would be the desired python type to return? A version string? Thanks!
supersedes #18
I see there's a similar issue already for tagging a 0.4-compatible release, but I'll second that request now that tests pass on 0.5 after the commits I made in January....
I've been rendering a rotating group of spheres with the perspective camera. I make the spheres somewhat transparent using the alpha value of the color that I assign, and I've...