UnitfulRecipes.jl icon indicating copy to clipboard operation
UnitfulRecipes.jl copied to clipboard

Plots.jl recipes for Unitful.jl arrays

Results 10 UnitfulRecipes.jl issues
Sort by recently updated
recently updated
newest added

Using annotate! with Unitful coordinates fails on GR, InspectDR, PGFPlotsX and UnicodePlots. On PlotlyJS no crash, but annotation ends up on top left corner of plot. ``` using Plots, PGFPlotsX,...

Solves #71. Accept unitful AbstractArrays and Vectors of unitful Vectors as the x axis to functions, leading to multiple series. (Also more consistently abbreviate array types to save text width...

Hello! It would be nice to be able to use UnitfulRecipes.jl with the functions (e.g. `groupedbar()` and `kde()`) from StatsPlots.jl. Given that [StatsPlots.jl](https://github.com/JuliaPlots/StatsPlots.jl) is very closely related to Plots.jl (according...

I am asking because the pgfplots backend does some processing on labels etc. depending on whether its a `LaTeXString` or not. But since `UnitfulString{LaTeXString, ...}` is not a `LaTeXString`, it...

I hope you don't me starting a new pull request on logarithmic units. I decided on a new approach to support logarithmic units. This requires minimal changes to the existing...

Dear all, I'd like to contribute to the issue on support for logarithmic units. I've made some modifications and my first simple tests seem promising. Please let me know your...

When constructing lists from iterators, tuple and vectors yield different levels of wrapped data, which then gets differently ustripped when plotting. I personally find this tricky in Plots because I'm...

Issue #68 Tries to unify how we treat the axes and axis labels, and apply that to the `c` axis. In this state, it fails when applying a `plot!` call...

enhancement

I have a surface that is drawn in 3D space (length x, y, and z) with a 4th axis, the colorbar, which could be unitless, time, pressure, or some other...

`plot([2u"dB", 3u"dB"])` doesn't work for me. Quick tests like this suggest that logarithmic units aren't working, for either axis. Is it possible/easy to add a recipe for these?