Giter Club home page Giter Club logo

Comments (6)

jw3126 avatar jw3126 commented on May 21, 2024 1

I edited my post, see above.

from unitfulrecipes.jl.

briochemc avatar briochemc commented on May 21, 2024

Yes, I agree!

from unitfulrecipes.jl.

jw3126 avatar jw3126 commented on May 21, 2024

[ANN] UnitfulRecipes.jl 1.0

@briochemc and myself are happy to announce UnitfulRecipes.jl 1.0.

UnitfulRecipes.jl provides recipes for plotting figures (Plots.jl) when using data with units (Unitful.jl).

using Unitful, UnitfulRecipes, Plots
const a = 1u"m/s^2"
v(t) = a * t
x(t) = a/2 * t^2
t = (0:0.01:100)*u"s"
plot(x.(t), v.(t), xlabel="position", ylabel="speed")

should give something like

UnitfulRecipeExample

UnitfulRecipes.jl also interoperates well with the wider ecosystem:

using Plots, UnitfulRecipes, Unitful, UnitfulMoles, Measurements
x = collect(-10:2:30) * u"°C"
y = (50 .+ 10atan.(ustrip.(x)/10) .± 3rand.(length(x))) * u"molC/molP"
plot(x, y, ylabel="Organic matter C:P", xlabel="Water temperature", label="")

image

Head over to the documentation for more examples!

from unitfulrecipes.jl.

jw3126 avatar jw3126 commented on May 21, 2024

Does that sound good for a discourse announcement @briochemc ?

from unitfulrecipes.jl.

briochemc avatar briochemc commented on May 21, 2024

Yes, of course! Maybe give this example too to say that it also combines well with the recently released UnitfulMoles.jl and other packages like Measurments.jl?

using Plots, UnitfulRecipes, Unitful, UnitfulMoles, Measurements
x = collect(-10:2:30) * u"°C"
y = (50 .+ 10atan.(ustrip.(x)/10) .± 3rand.(length(x))) * u"molC/molP"
plot(x, y, ylabel="Organic matter C:P", xlabel="Water temperature", label="")

should give something like

Screen Shot 2020-08-22 at 4 03 07 pm

from unitfulrecipes.jl.

jw3126 avatar jw3126 commented on May 21, 2024

https://discourse.julialang.org/t/ann-unitfulrecipes-jl-1-0/45365

from unitfulrecipes.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.