Misha Mikhasenko
Misha Mikhasenko
Added description to the header. It is a `Plots.jl` specific recipe. No fitting, just plotting with correct scaling.
note: within a recipe, the histograms for pulls are plotted with `scatter` series type. When trying to plot a histogram, issue #123 leads to an error.
Just discovered this nice package. Thanks for it. How difficult is to enable text style settings?
yes, `splitdef` works. It correctly identifies the body and args
Ready for the review
Remind myself that this issue and PR exists.
I've been fighting with the same problem today, I found that `wireframe` is not a separate recipe in `plotly`. It is created by passing `hidesurface` to `surface` recipe. It can...
Here is my work around ```julia macro bind_pyfunc(jlname, pymod, pyn) esc(:( $(jlname)(ex, args...; kwargs...) = $(pymod).$(pyn)(ex, args...; kwargs...) )) end ``` binding symbols similarly as it used to work with...
it's not clear to me how to make two package working together without making one to depend on the other. I want that `JSON.print` write a valid JSON file, or...
Do you suggest it for `Measurements.jl`?