Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Plots.jl

Plots.jl is a package for the julia programming language that aims to provide a uniform and intuitive API for multiple plotting libraries.
Collective - Host: opensource - https://opencollective.com/plotsjl - Website: https://julialang.zulipchat.com/#narrow/stream/236493-plots.2Ejl - Code: https://github.com/JuliaPlots/Plots.jl

Fix UndefVarError: series not defined

github.com/JuliaPlots/Plots.jl - 3a2b6296ac64f04770c9b440785f80c2b4d57ad5 authored about 6 years ago
Add test case for https://github.com/JuliaPlots/Plots.jl/issues/1904

github.com/JuliaPlots/Plots.jl - 87af609a6f4c16748681d25b3e339a1dd37588eb authored about 6 years ago
Merge remote-tracking branch 'upstream/master'

t push

github.com/JuliaPlots/Plots.jl - a0d5d0f3c8cf18705a5707872aa9954b8336c8d1 authored about 6 years ago
Merge pull request #1910 from BioTurboNick/master

Fixed MethodError

github.com/JuliaPlots/Plots.jl - 53510f3268e50a3a30e2e0029d15f8c530890bab authored about 6 years ago
Fixed MethodError

github.com/JuliaPlots/Plots.jl - 9d5ce9753a35e5d3a2642e60b509fa61c99a3875 authored about 6 years ago
t push

Merge remote-tracking branch 'upstream/master'

github.com/JuliaPlots/Plots.jl - d7a2df41fa025084b1f5035a38e5b09c0918d441 authored about 6 years ago
Merge pull request #1829 from oschulz/faster-load

Reduce load time for Plots and GR backend

github.com/JuliaPlots/Plots.jl - f905cb957721be871d3fa9c86eea2bdbaefd69a3 authored about 6 years ago
Clean up backend-related global vars and related functions

github.com/JuliaPlots/Plots.jl - 43245b5eb5f4a242c50d90cfd41d1188bc575043 authored about 6 years ago
Remove function add_backend

No longer in use.

github.com/JuliaPlots/Plots.jl - 420228c67b24c8e131eb34ee179b1ab2ba0f5de3 authored about 6 years ago
Set explicit return type for function _backend_instance

Inferred return type is Any, otherwise, not AbstractBackend.

github.com/JuliaPlots/Plots.jl - ffcdf986a3261be6f140fbcfb3dd451cd6b9cb92 authored about 6 years ago
Clean up backend default handling

github.com/JuliaPlots/Plots.jl - b9b6439f472aba832008aad019bbba0debab759d authored about 6 years ago
_initialize_backend doesn't need to do anything for PlotlyBackend

github.com/JuliaPlots/Plots.jl - 141845aa407bcb93aee4a9f8230fbb73a80c7c8f authored about 6 years ago
macro init_backend can call backend() with backend instance

github.com/JuliaPlots/Plots.jl - 9aa1fd5c003cc6453743e60ef49456cc2f1b265b authored about 6 years ago
_initialize_backend doesn't need to do anything for GRBackend

github.com/JuliaPlots/Plots.jl - 7867df6079908b7d425ff1566b35b194f86241ce authored about 6 years ago
Refactor __init__() to make Plots load faster

github.com/JuliaPlots/Plots.jl - 182b937143b7c1444cd1d79593b1d435f6ccf358 authored about 6 years ago
Improve implementation of backend(pkg::AbstractBackend)

github.com/JuliaPlots/Plots.jl - f1719d6e9102e2cd77b9b2b3ffe96d7e5fc78afa authored about 6 years ago
t push

Merge remote-tracking branch 'upstream/master'

github.com/JuliaPlots/Plots.jl - 5a54fb7e9fa8c169d105af1a25c2d87cb266b666 authored about 6 years ago
StatPlots --> StatsPlots

github.com/JuliaPlots/Plots.jl - 399a9b16f6b4a9259c5c844b38954bc56715a1ba authored about 6 years ago
StatPlots-->StatsPlots in examples

github.com/JuliaPlots/Plots.jl - a8e0d181313e90599c0589a8d1cba0de5fd72dc7 authored about 6 years ago
gr: clamp rgb values

github.com/JuliaPlots/Plots.jl - fef45dfc302f1b317b12d6bc9005c977e074f020 authored about 6 years ago
Merge pull request #1901 from mkborregaard/clamp

Inplace clamp

github.com/JuliaPlots/Plots.jl - 42aa7d8d55e872c105a45c70dc7b2e9bef6f00e6 authored about 6 years ago
Merge pull request #1900 from mkborregaard/clamp

WIP clamp greyscale images to (0,1)

github.com/JuliaPlots/Plots.jl - 10e3f2c990c922c24da081505f61821dd79a6584 authored about 6 years ago
clamp image for backends not supporting image

Does not work for GR or PyPlot which are supposed to support images natively

github.com/JuliaPlots/Plots.jl - f12d328cf76d5eda9efbb18a3baddf022db0bf53 authored about 6 years ago
copy and clamp for greyscale images if outside (0,1)

github.com/JuliaPlots/Plots.jl - 5e2598936687de9b0fd54aef5e7813388bfd2190 authored about 6 years ago
Merge pull request #1769 from djsegal/djsegal/scatter

Allow vectors of markers for pyplot scatter

github.com/JuliaPlots/Plots.jl - efc491772436908fcf4ccf1d46f1159c8501d8a5 authored about 6 years ago
Merge pull request #1895 from sswatson/fontargs

Support keyword arguments for font options

github.com/JuliaPlots/Plots.jl - c2bf145ff5089987bec57c0680df34ec44fb74c9 authored about 6 years ago
Fix bug where pyplot marker vec added blank legend

github.com/JuliaPlots/Plots.jl - c8c82811b3a2c20cfab5d92743fc209119e72bd4 authored about 6 years ago
Merge pull request #1899 from daschw/pyplot-image

fix grayscale image in pyplot

github.com/JuliaPlots/Plots.jl - c21e133e6977c36af19b197483640f5ceae457ca authored about 6 years ago
fix grayscale image in pyplot

github.com/JuliaPlots/Plots.jl - 789a7fbb880dfba45ade2276fad4e29894ae2687 authored about 6 years ago
Support keyword arguments for font attributes

github.com/JuliaPlots/Plots.jl - 888ed9f0ae339f4b330f51c6fc74287e4c2c1f08 authored about 6 years ago
Merge pull request #1894 from sswatson/fontrotationfix

Fix annotation font rotation in PyPlot backend

github.com/JuliaPlots/Plots.jl - 57da253fa81933fc5e9f4838b0278ffc4f95de67 authored about 6 years ago
Fix annotation font rotation

github.com/JuliaPlots/Plots.jl - 44a6707397541b03c427e0fd23c2438157f4a036 authored about 6 years ago
Merge remote-tracking branch 'upstream/master'

github.com/JuliaPlots/Plots.jl - f0a3ca431493aabe3438046e4bc063d2fae40fb9 authored about 6 years ago
Merge pull request #1893 from JuliaPlots/doc_pr

rebased docpr from sswatson

github.com/JuliaPlots/Plots.jl - 9bbd52dcc20f8965dbe397da2df3dd28d637ab4d authored about 6 years ago
Remove xydoc and xyzdoc

github.com/JuliaPlots/Plots.jl - 017bed1a07b98ede2afc97164fd25e382972f3ed authored about 6 years ago
document @shorthands functions

github.com/JuliaPlots/Plots.jl - e30889aa122b28610b26df2a483ffe69589ef5fe authored about 6 years ago
Add shorthands.jl

github.com/JuliaPlots/Plots.jl - 63cdf9f8e71fb831d953232990e7d96e9fb94d1d authored about 6 years ago
change contour example

Co-Authored-By: sswatson <[email protected]>

github.com/JuliaPlots/Plots.jl - 3765d5f549e0d694c798df166449479cc9400543 authored about 6 years ago
Remove blank lines

github.com/JuliaPlots/Plots.jl - f50862ac517ca2f3cfbfc538cbd98e3baa10c42b authored about 6 years ago
remove rand from example

Co-Authored-By: sswatson <[email protected]>

github.com/JuliaPlots/Plots.jl - dd28159564e788bd171905646acb35ab975e160c authored about 6 years ago
Remove blank lines

github.com/JuliaPlots/Plots.jl - b7caec1bfe9a4b929719e8c3ecae3441791963f7 authored about 6 years ago
Merge branch 'master' of https://github.com/sswatson/Plots.jl

github.com/JuliaPlots/Plots.jl - 660786b99c0cc4deb3adeb9335686585225c07b6 authored about 6 years ago
Remove xydoc and xyzdoc

github.com/JuliaPlots/Plots.jl - b060576209e5cbc8c3d8eff5a2efb3e8dafc85d5 authored about 6 years ago
Merge pull request #1448 from OliverEvans96/gif_cache

Remove cache-busting from gif animation. Should be done by the frontend.

github.com/JuliaPlots/Plots.jl - 7b3826c2d551c3c4ea60e6ddaa8f8a3cbd5bc477 authored about 6 years ago
Merge pull request #1891 from mkborregaard/master

filter infinite values in histograms too

github.com/JuliaPlots/Plots.jl - 51d4416b00a11e6b5c25bf27f738efcf4685c8c1 authored about 6 years ago
filter infinite values in histograms too

github.com/JuliaPlots/Plots.jl - cfe6103f481f830a66550aa95bab267131748934 authored about 6 years ago
Merge pull request #1889 from mkborregaard/master

fix histograms with NaN; close #1212

github.com/JuliaPlots/Plots.jl - bee82300798fa7169dd6ba14ad71785e0820587e authored about 6 years ago
don't rebind vs

github.com/JuliaPlots/Plots.jl - 3d77c59c92209902e30e81538c34cbc1df6d8cbf authored about 6 years ago
move filtering to makebins

github.com/JuliaPlots/Plots.jl - 667ed161c0d1710fdc1c287254f17590ab0e106e authored about 6 years ago
add faster method for 1-d histogram

github.com/JuliaPlots/Plots.jl - 979f9495f104c524b79f6cee1efeead165c8d704 authored about 6 years ago
fix histograms with NaN

github.com/JuliaPlots/Plots.jl - d29a44efa734b3a54e6b4c2c444598d53bd222de authored about 6 years ago
Merge pull request #1885 from sglyon/sl/plotlyjs-fix

Sl/plotlyjs fix

github.com/JuliaPlots/Plots.jl - 7750003033f3ba6320aa32a8e870e1df31bf6888 authored about 6 years ago
change contour example

Co-Authored-By: sswatson <[email protected]>

github.com/JuliaPlots/Plots.jl - e673339dc4aab78bf67cb22dfe408237d1b60a23 authored about 6 years ago
remove rand from example

Co-Authored-By: sswatson <[email protected]>

github.com/JuliaPlots/Plots.jl - b20b47f8eb2ccf8d861adbea69cafaa94cd6d49d authored about 6 years ago
Add shorthands.jl

github.com/JuliaPlots/Plots.jl - 689e437baccdcfb40c4b91997be85eef74799d10 authored about 6 years ago
document @shorthands functions

github.com/JuliaPlots/Plots.jl - e6bb17dc865781c304392582862fdc475d9b276c authored about 6 years ago
ENH: use PlotlyJS.savefig(::IO, ...) methods instead of former `plotlyjs_save_hack` hack

github.com/JuliaPlots/Plots.jl - 80a97b0f2693e0b7e9959859144e4121f364f4b7 authored about 6 years ago
ENH: don't special case html display for jupyter

github.com/JuliaPlots/Plots.jl - ffea050bc20573596a4bbeded52060db6478cb26 authored about 6 years ago
Set minimum GR version

github.com/JuliaPlots/Plots.jl - 8951526d0d395f7bece2217d1d021b5fa9cdac57 authored about 6 years ago
Merge pull request #1880 from jheinen/master

Added support for discrete contour plots

github.com/JuliaPlots/Plots.jl - 3e799fbe21766f378ca4d2a5fb7eea71bde99bf1 authored about 6 years ago
Added support for discrete contour plots

github.com/JuliaPlots/Plots.jl - 53e27dbc38a99fffa1dfa4d28ce478cbb2cc22dc authored about 6 years ago
Merge pull request #1879 from wfrgra/round_axis_limits

stop default axis widen behaviour overriding axis limit rounding

github.com/JuliaPlots/Plots.jl - 9985d303cef602e1912348496038d98041a87ea6 authored about 6 years ago
Fix stray srand in showtheme

github.com/JuliaPlots/Plots.jl - ba46299088ec4cff1d3df686804e89a9ed02500c authored about 6 years ago
stop default widen behaviour overriding axis limit rounding

github.com/JuliaPlots/Plots.jl - 9679eae662d86b37aca91e7fee7eda2c83968829 authored about 6 years ago
allow annotations to take a tuple and pass it to text

github.com/JuliaPlots/Plots.jl - 7acb5a4bdb0497877b4d214c0cc1a05a8d9bfcf7 authored about 6 years ago
update news.md

github.com/JuliaPlots/Plots.jl - d1428b82214c71e729ee1a56d8324f86d5b557be authored about 6 years ago
Merge pull request #1875 from pfitzseb/sp/fixtypo

PlotDisplay -> PlotsDisplay

github.com/JuliaPlots/Plots.jl - c59a361ab3eec7f302ea95407c8beb57734dbab7 authored about 6 years ago
PlotDisplay -> PlotsDisplay

github.com/JuliaPlots/Plots.jl - 8935728daad6214b1c39386906d3a61f3c469904 authored about 6 years ago
Merge pull request #1874 from pfitzseb/sp/displayfixagain

insert PlotDisplay directly after REPLDisplay

github.com/JuliaPlots/Plots.jl - 155ac9138509224debe95bfc7872b7c151f4c8af authored about 6 years ago
insert PlotDisplay directly after REPLDisplay

github.com/JuliaPlots/Plots.jl - 4403ed3860714a15ab89a9b6c5f19bc55f412251 authored about 6 years ago
update news for release

github.com/JuliaPlots/Plots.jl - 712b567752989ad3ba9319620a93923577a4259b authored about 6 years ago
Revert "MethodError -> ArgumentError"

This reverts commit 6f821e534430dd0876c1c874bc32cb702b2b37d7.

github.com/JuliaPlots/Plots.jl - 75be945359e1e953a4778c4a8bf310a2fa6aae3f authored about 6 years ago
Merge pull request #1862 from mkborregaard/master

Fix MethodError to ArgumentError; fix #1861

github.com/JuliaPlots/Plots.jl - fe50a457cd2d47a889351a7c31e8b9168a088c92 authored about 6 years ago
MethodError -> ArgumentError

github.com/JuliaPlots/Plots.jl - 6f821e534430dd0876c1c874bc32cb702b2b37d7 authored about 6 years ago
fix warn -> @warn

github.com/JuliaPlots/Plots.jl - 14cbfb570627a771d72572e0f979cbf93f544daf authored about 6 years ago
Merge pull request #1857 from BoundaryValueProblems/master

vmin, vmax in KW were suppressed for :wireframe

github.com/JuliaPlots/Plots.jl - a882685169fccabb8deb70c982ae65999fb4e032 authored about 6 years ago
vmin, vmax in KW were suppressed for :wireframe

github.com/JuliaPlots/Plots.jl - b9b7edc72d53d4858572caf2881fd2f1b82fac6a authored about 6 years ago
Merge pull request #1854 from mauro3/patch-1

Fix #1799

github.com/JuliaPlots/Plots.jl - d0b939da4a00d6a97debbd2879567fa7f58cde9c authored about 6 years ago
Fix #1799

This may fix #1799. Although, note, I have no deeper understanding of this code...

github.com/JuliaPlots/Plots.jl - 2643d493a3d11162aea67f16efdef81be24503c2 authored about 6 years ago
Merge pull request #1850 from greimel/gre/pgf-axes

Use :foreground_color_border for axis color in pgfplot

github.com/JuliaPlots/Plots.jl - c26689fcb1d3f1054c739dbf8878ce717521667a authored about 6 years ago
Use :foreground_color_border for axis color in pgfplot

github.com/JuliaPlots/Plots.jl - a2365f2c14fda56fa9864fba00ad395890026610 authored about 6 years ago
Merge pull request #1841 from daschw/docs-formatter

add :plain formatter option in arg_desc (fix #1840)

github.com/JuliaPlots/Plots.jl - 435ff795cac20d60011c5aaa5ecb5486d4bde828 authored over 6 years ago
add :plain formatter option in arg_desc

github.com/JuliaPlots/Plots.jl - af34fdc45abc7a62d861265f20e3b5de3aed92e9 authored over 6 years ago
Merge pull request #1838 from tkf/smuggle

Smuggle PyCall and LaTeXStrings through PyPlot

github.com/JuliaPlots/Plots.jl - 3bfedd844e3e23bd19c44453ddfad0ffa3964eb2 authored over 6 years ago
Smuggle PyCall and LaTeXStrings through PyPlot

fix #1672
fix https://github.com/JuliaPy/PyPlot.jl/issues/389
fix https://github.com/JuliaPy/PyP...

github.com/JuliaPlots/Plots.jl - f726151e6ef09d535488dabbf420044fb699323e authored over 6 years ago
Merge pull request #1808 from JonathanAnderson/patch-1

Fallback to non gr3 surface call

github.com/JuliaPlots/Plots.jl - c6c4becf7d1df0af68ba26623fdf0ca2da18416d authored over 6 years ago
Merge pull request #1828 from harryscholes/#1827

Fixes #1827

github.com/JuliaPlots/Plots.jl - e2deb719888553c65f5f5d4b017dd4f2cfbac104 authored over 6 years ago
Merge pull request #1822 from JuliaPlots/revert-1821-revert-1819-mkb/plotrecipes

Revert "Revert "Transfer portfoliocomposition recipe from PlotRecipes""

github.com/JuliaPlots/Plots.jl - 2fef7a5b84926344f9be3d247b3cc8bff9ea562b authored over 6 years ago
Revert "Revert "Transfer portfoliocomposition recipe from PlotRecipes""

github.com/JuliaPlots/Plots.jl - 12309c281bdd6bd4e36dcbe9353be7359730ea1d authored over 6 years ago
Merge pull request #1821 from JuliaPlots/revert-1819-mkb/plotrecipes

Revert "Transfer portfoliocomposition recipe from PlotRecipes"

github.com/JuliaPlots/Plots.jl - a2a4e5b3507bad7003533ed34773188a047ad619 authored over 6 years ago
Revert "Transfer portfoliocomposition recipe from PlotRecipes"

github.com/JuliaPlots/Plots.jl - 6741287ef15af9ed259d780d042d160432314e77 authored over 6 years ago
Merge pull request #1819 from JuliaPlots/mkb/plotrecipes

Transfer portfoliocomposition recipe from PlotRecipes

github.com/JuliaPlots/Plots.jl - 6940f5a9821098b3e3aa5ca7f93971756a4bd7c2 authored over 6 years ago
Merge pull request #1820 from diegozea/patch-1

It solves Shape bugs

github.com/JuliaPlots/Plots.jl - b0bd5c13a0d2dfbd17b6f637c2b8eae20fb9780a authored over 6 years ago
It solves Shape bugs

unneeded get and missing undef

github.com/JuliaPlots/Plots.jl - af119a024896adc1101b46ffa1e7f0aa224f66c7 authored over 6 years ago
add portfoliocomposition

github.com/JuliaPlots/Plots.jl - 85b83e174583101506713ee5045ee8df632fd407 authored over 6 years ago
Merge pull request #1818 from JuliaPlots/mkb/dev2

Deprecate glivisualize backend - replaces #1816

github.com/JuliaPlots/Plots.jl - 441954be35f296be39fb9a1a5afa260d9ddb18d8 authored over 6 years ago