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

update grid defaults and modify grid example

github.com/JuliaPlots/Plots.jl - 4b60b05f757b274cf2a037c5ca8f1fe14dc05bbe authored over 7 years ago by Daniel Schwabeneder <[email protected]>
Merge pull request #1011 from martinbiel/enforce-plotorder

Enforce plot order in user recipes

github.com/JuliaPlots/Plots.jl - 6afd0f9f82da981d01daac0cd5c90b0b5b2753d2 authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
only flip colorbar for marker_z

github.com/JuliaPlots/Plots.jl - 8288e85c2567788301d9c6e79fb802333695e86e authored over 7 years ago by Daniel Schwabeneder <[email protected]>
add inplace plot function definition

github.com/JuliaPlots/Plots.jl - e1ab222185da4921a880a9407de64f6d41f36ec4 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
import inplace plot placeholder from RecipesBase

github.com/JuliaPlots/Plots.jl - bb2f4ff16b97f44c2dae7f6204b694ce7cd122d6 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
allow non-boolean args for xgrid function

github.com/JuliaPlots/Plots.jl - 682ba1f7640ce007540f921f4de345f39de29111 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
magic grid argument

github.com/JuliaPlots/Plots.jl - e0c679f5ee820754bb1664098afca5c959e9892f authored over 7 years ago by Daniel Schwabeneder <[email protected]>
Updated error text in _process_userrecipes, now uses correct variable

github.com/JuliaPlots/Plots.jl - a1d0d028b6e4a38917a8b6f2200696daba2d7646 authored over 7 years ago by Martin Biel <[email protected]>
Comma in the wrong place

github.com/JuliaPlots/Plots.jl - 774187257808bb7438da44416edccba8fbbbc5cc authored over 7 years ago by JackDevine <[email protected]>
I forgot a comma

github.com/JuliaPlots/Plots.jl - d1dcd536f58d54a30009102fc63f201844c4df9f authored over 7 years ago by JackDevine <[email protected]>
Added suggestions

Changed the interface to stride, which is a tuple. Also added aliases and a docstring in arg_desc.

github.com/JuliaPlots/Plots.jl - 177d380092f65bcff318f67b92d2c127841db2cc authored over 7 years ago by JackDevine <[email protected]>
Process user recipes depth-first rather than breadth-first to enforce the plot order given in the recipe

github.com/JuliaPlots/Plots.jl - 33a15f1e9386eaf3dedbe1e14e6feb1dda17b7a9 authored over 7 years ago by Martin Biel <[email protected]>
Add stride to wireframe/surface

I only have this for PyPlot at the moment, I would be more than happy
to add other backends if p...

github.com/JuliaPlots/Plots.jl - ad2eaf7aef672fb9081ce4c632432704162babb8 authored over 7 years ago by JackDevine <[email protected]>
Merge pull request #24 from JuliaPlots/PlotModule

Add `RecipesBase.` in front of `plot` commands

github.com/JuliaPlots/Plots.jl - 7efdfd819183f541d7265399d10134916ab04e68 authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
Add `RecipesBase.` in front of `plot` commands

After the move we cannot expect that the plot command has actually been exported yet. But by doi...

github.com/JuliaPlots/Plots.jl - 867b56293f6a4c78ed5c417ed34421a2afa0e2f4 authored over 7 years ago by Christopher Rackauckas <[email protected]>
undo support for foreground_color_grid and foreground_color_axis attributes in plotly(js)

github.com/JuliaPlots/Plots.jl - 23ae99b97e119c889e3fedb67125bac7339374d5 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
fix testimage 16 error - only add grid segments when ticks are defined

github.com/JuliaPlots/Plots.jl - 3c37de152d910fa8bbe63a7ef875ae9799cd739f authored over 7 years ago by Daniel Schwabeneder <[email protected]>
make it work on all backends

github.com/JuliaPlots/Plots.jl - 2dd99d053a3b65eff2797f1f13bdd796f1be5d01 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
make it work for gr, pyplot and plotly(js)

github.com/JuliaPlots/Plots.jl - c60d66d94a3873748b8e70f15333209766a60463 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
initial commit mostly a copy of #695

github.com/JuliaPlots/Plots.jl - 6b814b8dcadd2e4c9229a951f2d27e42f26a2ee7 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
Merge pull request #1005 from jheinen/master

gr: use correct gradient labels for scatter plot

github.com/JuliaPlots/Plots.jl - 11c71d7a5d78a415d373fabf7302c7b3c3d07007 authored over 7 years ago by Josef Heinen <[email protected]>
gr: use correct gradient labels for scatter plot

github.com/JuliaPlots/Plots.jl - d90b2e6142d9b9845e8ef863576525ef94539bce authored over 7 years ago by Josef Heinen <[email protected]>
Merge pull request #1003 from jheinen/master

gr: no longer handle '_' and '^' in text

github.com/JuliaPlots/Plots.jl - 2ab7f3c767eeb100cb761b249b1daf2aa129e633 authored over 7 years ago by Josef Heinen <[email protected]>
gr: no longer handle '_' and '^' in text

github.com/JuliaPlots/Plots.jl - a937fa0ef8fe38aed81f038181e4303de56bcf25 authored over 7 years ago by Josef Heinen <[email protected]>
Merge pull request #1002 from mkborregaard/mkb-precompile

allow precompilation

github.com/JuliaPlots/Plots.jl - bc36749f6dd9018d87be81790a7900a3d45a272b authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
allow precompilation

github.com/JuliaPlots/Plots.jl - 88d1735380cd0c2f9d358b74732db5f592f45897 authored over 7 years ago by Michael K. Borregaard <[email protected]>
Update news.md

github.com/JuliaPlots/Plots.jl - 92672ffddfef671812377cd7bab89c20a899b897 authored over 7 years ago by Michael K. Borregaard <[email protected]>
Merge pull request #1001 from mkborregaard/mkb-release

disable precompilation for release

github.com/JuliaPlots/Plots.jl - 2ccfa9b4fa4028af57d268ad00631d9d51883ba7 authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
disable precompilation for release

github.com/JuliaPlots/Plots.jl - 1f07be6ae00e4da6fa2d407a46a99c4fe1b373bc authored over 7 years ago by Michael K. Borregaard <[email protected]>
Merge pull request #1000 from mkborregaard/fix-993

Move when output is included

github.com/JuliaPlots/Plots.jl - 9a8c7b290fe27bf3445be8a7f670a909f247bd11 authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
Move when output is included

github.com/JuliaPlots/Plots.jl - 2e3bc15d2b3e04ea0fbe386409bf7258e138f99a authored over 7 years ago by Michael K. Borregaard <[email protected]>
Update README.md

add appveyor badge. (But how does appveyor get run, as it doesn't seem to be current)

github.com/JuliaPlots/Plots.jl - 9f0117d914c3a558a08b800a7fd58f2fd64f87c1 authored over 7 years ago by john verzani <[email protected]>
Merge pull request #23 from iblis17/test-22

Add test cases for #22

github.com/JuliaPlots/Plots.jl - 9cf81e8d427d87db6c9d41dad6d11df6896fef82 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
Add test cases for #22

- update README, using `struct` in julia 0.6+

github.com/JuliaPlots/Plots.jl - 515164f1f4f24cafd82674622375d56e53811016 authored over 7 years ago by Iblis Lin <[email protected]>
Merge pull request #22 from daschw/ds-where

Allow where syntax in recipe definition (fix #21)

github.com/JuliaPlots/Plots.jl - fb2fd636180bb9ec4e8b9f9b4d5eeb685c2154af authored over 7 years ago by Daniel Schwabeneder <[email protected]>
re-add func_signature head check

github.com/JuliaPlots/Plots.jl - 879ce00a1378ba7c4b2c16b286e14ad3da0758ee authored over 7 years ago by Daniel Schwabeneder <[email protected]>
remove commented line

github.com/JuliaPlots/Plots.jl - edb47cdcc7504ac89900458ba48c039a5deeb8d1 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
dots for esc()

github.com/JuliaPlots/Plots.jl - 649d64cee27f533efd5e53d5400762870712b08f authored over 7 years ago by Daniel Schwabeneder <[email protected]>
fix (esc) args

github.com/JuliaPlots/Plots.jl - 4afb862609c06f75753c3f0dc169bc244ab20377 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
recursively apply nested where syntax

github.com/JuliaPlots/Plots.jl - 090f4c531f1080eb120bfe43242e33627a3079d5 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
Merge pull request #989 from mkborregaard/fix-markershape-recipes

RFC: fix markershape in recipes

github.com/JuliaPlots/Plots.jl - 5e5412887c21b8ac3ab91ebbcebe6ebee2264573 authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
allow where syntax

github.com/JuliaPlots/Plots.jl - 123b003df076e1e45f3b4cc5d557870fe74bb191 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
Merge pull request #992 from jheinen/master

gr: improved calculation of bottom margin

github.com/JuliaPlots/Plots.jl - b2efd5150b1350659a6358b28e73ce28f2c6715c authored over 7 years ago by Josef Heinen <[email protected]>
gr: improved calculation of bottom margin

github.com/JuliaPlots/Plots.jl - 50ec31a7a3ea206d6617555ac0b9e3f2e05850dd authored over 7 years ago by Josef Heinen <[email protected]>
Merge pull request #988 from stevengj/nopywrap

don't use pywrap

github.com/JuliaPlots/Plots.jl - 20bd9d6160e2666c4d658aed7311b5cc24668354 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
Update appveyor.yml

remove v0.5 testing from appveyor

github.com/JuliaPlots/Plots.jl - 8c3c07acb7c14b5c942ad966485a01ccae4b046c authored over 7 years ago by john verzani <[email protected]>
Update appveyor.yml

add testing on v0.6 with 32 and 64 bit.

github.com/JuliaPlots/Plots.jl - 26a56c3105c7f45f4b8ca7f1be125895cce368d1 authored over 7 years ago by john verzani <[email protected]>
whoops, forgot to commit these pywrap fixes

github.com/JuliaPlots/Plots.jl - d0070c72fdefd3298c9230587b17d33f5555ee44 authored over 7 years ago by Steven G. Johnson <[email protected]>
Add test for markershape

github.com/JuliaPlots/Plots.jl - 780f3c49e9dc98e8a8d510acc4189063d673dd95 authored over 7 years ago by Michael K. Borregaard <[email protected]>
don't use pywrap (closes #983)

github.com/JuliaPlots/Plots.jl - 2c191dbdbfc6adff907be26931c789b8bb26eeac authored over 7 years ago by Steven G. Johnson <[email protected]>
Merge pull request #987 from daschw/ds-precompile

reactivate precompilation

github.com/JuliaPlots/Plots.jl - 4b617f96a351025cbb6248bbe40e722d33af41f4 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
reactivate precompilation

github.com/JuliaPlots/Plots.jl - dabc3f998b66e4b7e4bfc577f188fd58b10c46ae authored over 7 years ago by Daniel Schwabeneder <[email protected]>
Merge pull request #986 from daschw/ds-release

prepare v0.12.1 release

github.com/JuliaPlots/Plots.jl - 23a22102c5c660196dbad27bd2cd8afb4e7b4176 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
prepare v0.12.1 release

github.com/JuliaPlots/Plots.jl - 8d9ff7af11f512ba9dd575cbc4999f0ac61342c5 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
Merge pull request #985 from jheinen/master

gr: fixed padding for guides

github.com/JuliaPlots/Plots.jl - fdcb6086d18ae385a39b45f219fd689798d3d606 authored over 7 years ago by Josef Heinen <[email protected]>
gr: fixed padding for guides

github.com/JuliaPlots/Plots.jl - 00e05efd7c0b713088dc4a2d62125daebab140d2 authored over 7 years ago by Josef Heinen <[email protected]>
Merge pull request #982 from daschw/ds-old-matplotlib

Allow Matplotlib 1.5 usage (fix #978)

github.com/JuliaPlots/Plots.jl - 0dd5eef3f27564e82bea0f1da49f5394fb386dc5 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
warning --> warn

github.com/JuliaPlots/Plots.jl - 6ecd30d42b810b4048e6effa13627e675bf9c150 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
Merge pull request #977 from daschw/ds-plotly-surf

allow setting surface alpha in plotly(js) (fix #957)

github.com/JuliaPlots/Plots.jl - 317091639f62a9cc021f9178607b16e1f7906caf authored over 7 years ago by Daniel Schwabeneder <[email protected]>
Merge pull request #976 from daschw/ds-gr-legend

Line legend marker for ribbons in GR (fix #896)

github.com/JuliaPlots/Plots.jl - 9c8e879465da038b02c6bc9be9a011b02d87cdcc authored over 7 years ago by Daniel Schwabeneder <[email protected]>
Merge pull request #975 from daschw/ds-tests

drop FactCheck in tests (fix #915)

github.com/JuliaPlots/Plots.jl - dc5a04346adb494f8a58ea4969e9af59d28c6dc5 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
allow matplotlib 1.5 usage

github.com/JuliaPlots/Plots.jl - 44b533f50165db6d28eb3f62f25a53fdf4cbb997 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
fix alpha in legend markers

github.com/JuliaPlots/Plots.jl - 0fa459d590a38c4529bd1d17346ed9b36a3f97e1 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
changed marker for path with fillrange

github.com/JuliaPlots/Plots.jl - 96d34bb5eeaf82a9ec20c08d6930e64374b0cdda authored over 7 years ago by Daniel Schwabeneder <[email protected]>
add ribbon area to marker

github.com/JuliaPlots/Plots.jl - 9f712b44f34fce4efa927f7d1439e3b93fc114db authored over 7 years ago by Daniel Schwabeneder <[email protected]>
allow setting surface alpha in plotly

github.com/JuliaPlots/Plots.jl - 1ff8663e447eabfdd309eb655bc8ca5537766391 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
fix case

github.com/JuliaPlots/Plots.jl - 52f042263b21acc27774d94da841bb7fbc5b51a6 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
drop FactCheck and Glob in test/REQUIRE

github.com/JuliaPlots/Plots.jl - da7e57989c2f3727cb16a213fea7a02b918a3aea authored over 7 years ago by Daniel Schwabeneder <[email protected]>
Merge pull request #971 from timholy/pull-request/a7a447a8

Update to newer Images

github.com/JuliaPlots/Plots.jl - 65c3d90642820682c04775ea64c97b05493250f0 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
Merge pull request #970 from JuliaPlots/sd/glvisualize

fix glvisualize backend for 0.6

github.com/JuliaPlots/Plots.jl - 3c044d729dcce55d4355662a811ae92d62d29ec6 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
fix issues - replace at-fact with at-test

github.com/JuliaPlots/Plots.jl - 82ecf894c0e1623215efe0f4864879aef2d96955 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
fix round() deprecation in gr.jl

github.com/JuliaPlots/Plots.jl - 7b15f7d74b1cc57941b437346a8f9bb4c000f713 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
drop Glob (enable testing on Windows)

github.com/JuliaPlots/Plots.jl - 371406845ca713d458aaff749ada1db15b18f8e2 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
drop FactCheck in tests

github.com/JuliaPlots/Plots.jl - ccd26a6d42e07b7fcddf217312bb844cdeb9603c authored over 7 years ago by Daniel Schwabeneder <[email protected]>
add contour as a dependency

github.com/JuliaPlots/Plots.jl - e992930ff627e7d8880d04c82b0378fdbf00f7e6 authored over 7 years ago by SimonDanisch <[email protected]>
fix glvisualize backend for 0.6

github.com/JuliaPlots/Plots.jl - f66d8bed8fb5009a14cda72ca5ce53b9246316d1 authored over 7 years ago by SimonDanisch <[email protected]>
change gr legend marker for ribbon

github.com/JuliaPlots/Plots.jl - 155634ef34cdc761251033f9dfe959c0ebd8a153 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
Merge pull request #940 from daschw/ds-heatmap-logscale

Avoid non-positive heatmap edges for log axis on GR and PyPlot

github.com/JuliaPlots/Plots.jl - dbc7bc4253d9aeb376eacfc1a4bc3d53e57e4c45 authored over 7 years ago by Josef Heinen <[email protected]>
Merge pull request #916 from pfitzseb/sp/juno

WIP: Better Juno integration

github.com/JuliaPlots/Plots.jl - fc427e618a9334b9576a79b847c06353d67cc9a7 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
no eval shenanigans

github.com/JuliaPlots/Plots.jl - 6d6619064492ab776d46ebae8d0cc13fac76231a authored over 7 years ago by Sebastian Pfitzner <[email protected]>
Merge branch 'master' into ds-heatmap-logscale

github.com/JuliaPlots/Plots.jl - 9b2da0d64501c8e2ae00e3ee54b0a937acbd17d7 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
unrecursify this definition

github.com/JuliaPlots/Plots.jl - 95c60b9554effa3c5b13ec90080276a68390f121 authored over 7 years ago by Sebastian Pfitzner <[email protected]>
circumvent warnings

github.com/JuliaPlots/Plots.jl - bc7f6a6fac35f65319a106799f8b2ccdd702db9f authored over 7 years ago by Sebastian Pfitzner <[email protected]>
Merge pull request #969 from pearlzli/plotly-fill

Add fillrange for Plotly backend

github.com/JuliaPlots/Plots.jl - 0b1118540a5f4e3482421996ea4958bbdf488313 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
Fix some errors/depwarns

github.com/JuliaPlots/Plots.jl - 96bd0bb46c4e8908caef3b09f2788484dd2f7b62 authored over 7 years ago by Tim Holy <[email protected]>
Update to newer Images

github.com/JuliaPlots/Plots.jl - 33e97ee49be209f034d23e3ab80867e9c8637a53 authored over 7 years ago by Tim Holy <[email protected]>
Merge pull request #967 from JackDevine/fix-pyplot-deprecation

Fixed a deprecation warning on the pyplot backend

github.com/JuliaPlots/Plots.jl - 8414facde26bf0713dbfbd4b55b049780a978f64 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
Hide legend entry for series being filled to

github.com/JuliaPlots/Plots.jl - 2a0d5a0a039498d675a86e7e48e67f93ce835745 authored over 7 years ago by Pearl Li <[email protected]>
Add fillrange for Plotly

github.com/JuliaPlots/Plots.jl - aec30301a1f0ae3424b1c36925318d89bb95ab5f authored over 7 years ago by Pearl Li <[email protected]>
fix juno plot sizing fallback

github.com/JuliaPlots/Plots.jl - 9cf246a03e51269c11fe1f16dc2516016447cb3b authored over 7 years ago by Sebastian Pfitzner <[email protected]>
handle ijulia with requires

and properly check if juno/ijulia are actually used and not just loaded

github.com/JuliaPlots/Plots.jl - c385035ac58fe5bb323f9c0a2f2e8a2686f8c6d4 authored over 7 years ago by Sebastian Pfitzner <[email protected]>
Fixed a deprecation warning on the pyplot backend

The follwing code created a deprecation warining:
using Plots; pyplot()
plot([1,2,3,4], [2,3,4,5...

github.com/JuliaPlots/Plots.jl - 409cf2c6309ab5102c94e40ff7fc2d3a9b31c006 authored over 7 years ago by JackDevine <[email protected]>
fix glvisualize backend for 0.6

github.com/JuliaPlots/Plots.jl - 02ddbc8381043851e78bc27cef9c2012919f0ad1 authored over 7 years ago by SimonDanisch <[email protected]>
Merge pull request #965 from rdeits/staticarrays

Switch from FixedSizeArrays to StaticArrays.FixedSizeArrays

github.com/JuliaPlots/Plots.jl - 1c2a5888648a688c5f49728727f704148c68440f authored over 7 years ago by Daniel Schwabeneder <[email protected]>
switch from FixedSizeArrays to StaticArrays.FixedSizeArrays

github.com/JuliaPlots/Plots.jl - de043eeaa2f975955f5602e2dc81e31d090ba4e8 authored over 7 years ago by Robin Deits <[email protected]>
better juno integration

github.com/JuliaPlots/Plots.jl - d671ccd6ba7089ff65d44226b1f714d0cb5d7c6f authored over 7 years ago by Sebastian Pfitzner <[email protected]>
fix world age error

github.com/JuliaPlots/Plots.jl - 5e5f23b5e5776266566bb95955ed00643dae3b3c authored over 7 years ago by Sebastian Pfitzner <[email protected]>
Merge pull request #955 from albi3ro/master

fixing deprecation warning

github.com/JuliaPlots/Plots.jl - f4f2f09d17b3bfd1b9c7975532d90edb03c4b1cd authored over 7 years ago by Daniel Schwabeneder <[email protected]>
fixing deprecation warning

github.com/JuliaPlots/Plots.jl - 2f1c70e49f1107d309aa0a6ce60cd80bde28426b authored over 7 years ago by Christina Lee <[email protected]>
Merge pull request #951 from jheinen/master

gr: implemented "old" heatmap behaviour

github.com/JuliaPlots/Plots.jl - d9890498d1b729ad246e8def0cdf24b554bc55a2 authored over 7 years ago by Josef Heinen <[email protected]>