Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jagot/pyplotrecipes.jl


https://github.com/jagot/pyplotrecipes.jl

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

#+TITLE: PyPlotRecipes.jl
#+AUTHOR: Stefanos Carlström
#+EMAIL: [email protected]

/Very/ simple library for utilizing [[https://github.com/JuliaPlots/RecipesBase.jl][plot recipes]] using [[https://github.com/JuliaPy/PyPlot.jl][PyPlot.jl]]
directly.

Usage:

#+BEGIN_SRC julia
rplot(t, args...)
#+END_SRC

PRs welcome!