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

ready for release

github.com/JuliaPlots/Plots.jl - fdf2d5b20b90a8d697e1c2e789e132f235ed824e authored over 7 years ago
Also import px and pct into PlotMeasures

Necessary for example 29 to work

github.com/JuliaPlots/Plots.jl - b37f2141a1e7eb1bc74ff3d3403f13bd71bb3e20 authored over 7 years ago
Added marker strokes

github.com/JuliaPlots/Plots.jl - 520dc80eeb3301abeca26ae7b1200c50cb533fa9 authored over 7 years ago
PyPlot legends now show marker types.

github.com/JuliaPlots/Plots.jl - 878fa48afad20a00f7765dad1b691d20ae66627c authored over 7 years ago
normalize colors even when plotting without colorbars

github.com/JuliaPlots/Plots.jl - 514cd1bd3735c63d8642a044c2a3a048c492501b authored over 7 years ago
Fix `line_z` for PyPlot backend

`LineCollection` expects an array with pairs of coordinates,
corresponding to the starting and e...

github.com/JuliaPlots/Plots.jl - f5ee5ea8148f92ebc8242a41b7e920f7e2933ee2 authored over 7 years ago
pgfplots: remove axis arrows and implement origin and zerolines framestyles

github.com/JuliaPlots/Plots.jl - e3b0f7cd94c89bfc75a7c1dfff993eb92c1a1ece authored over 7 years ago
slight refactor for clarity

github.com/JuliaPlots/Plots.jl - 0327c9101e63848338c73c318b66bf26885c6e11 authored over 7 years ago
Apply automatic limits for vectors of functions

github.com/JuliaPlots/Plots.jl - 3d86d5f530612092a70236abb258eb9254650a6a authored over 7 years ago
Typo on line 352

```errror``` is a typo
RecipesBase still does not compile on v0.7, get the following error stac...

github.com/JuliaPlots/Plots.jl - 100a44353c94e0d6cc805817a119e502088d5317 authored over 7 years ago
Merge pull request #1128 from mkborregaard/hotfix-measures

Make Measures available in Plots in general too

github.com/JuliaPlots/Plots.jl - 6a129bfe922bce41620053f93c4673c03548b72b authored over 7 years ago
Make Measures available in Plots in general too

github.com/JuliaPlots/Plots.jl - 53a4c36aab83ebd00a43ab6efc501d0d7d2e98bf authored over 7 years ago
Merge pull request #1127 from mkborregaard/release-13

Reactivate precompilation

github.com/JuliaPlots/Plots.jl - eb36f4eca0bae16ac29b551711625c27023dd7f1 authored over 7 years ago
Reactivate precompilation

github.com/JuliaPlots/Plots.jl - 54838d386dd3fff2213589884c910c097c0d236b authored over 7 years ago
Merge pull request #1126 from mkborregaard/release-13

release-0.13

github.com/JuliaPlots/Plots.jl - 0235821f242a018c7b4db79b1fb180228aef0dd6 authored over 7 years ago
deactivate precompilation

github.com/JuliaPlots/Plots.jl - efd116ec52633e9461fb7e93a4b92f2c6bf9e9c4 authored over 7 years ago
Merge pull request #855 from mkborregaard/submodule-measure

Add submodule PlotMeasures (fix #821)

github.com/JuliaPlots/Plots.jl - 6bbb26d2ea47f3752001455d13f70f1d9174baac authored over 7 years ago
include PlotMeasures in example 29

github.com/JuliaPlots/Plots.jl - 2a1140c0b3e56aa360ea60662306dbbc8afbdee3 authored over 7 years ago
Merge pull request #1116 from jw3126/replaceD

replace d by plotattributes inside recipes

github.com/JuliaPlots/Plots.jl - a80c7ada27ff90e603ba63cf00da519e6239118e authored over 7 years ago
Merge pull request #1122 from mkborregaard/bar_width_fix

Fix barwidth to minimum(diff) not mean(diff)

github.com/JuliaPlots/Plots.jl - 9bc6d0c7d1b48f72699f7a9f3c69ad334a82db05 authored over 7 years ago
sort before taking diff

github.com/JuliaPlots/Plots.jl - f3566a493362c88239b3ece5b2db601a947066d5 authored over 7 years ago
Fix barwidth to minimum(diff) not mean(diff)

github.com/JuliaPlots/Plots.jl - cd958a6c6885706b4d49236813a3b8af36bf4ce9 authored over 7 years ago
Import Measures into Plots

github.com/JuliaPlots/Plots.jl - 4f6a920f72fb8bbf3f9124f4e994daa2286f4a17 authored over 7 years ago
Rename submodule to PlotMeasures

github.com/JuliaPlots/Plots.jl - b717cf1dc0cf0832473e332e414b965192d1067e authored over 7 years ago
add submodule Measure

github.com/JuliaPlots/Plots.jl - 33e5a51a28a998683440826eb920fbe664ee1307 authored over 7 years ago
implement showaxis and basic framestyles for pgfplots

github.com/JuliaPlots/Plots.jl - ff751ca423803d43a6fb2ca16e59268caaf7fa7a authored over 7 years ago
implement showaxis for glvisualize

github.com/JuliaPlots/Plots.jl - 93df7f43679be2ce131129846ceec4f5461e9c46 authored over 7 years ago
Merge pull request #1119 from apalugniok/master

Change GR default 3D view angles

github.com/JuliaPlots/Plots.jl - dca5a7ce4df0aa1065789cab3fe5dc37c03b7fd1 authored over 7 years ago
Change GR default 3D view angles to match PyPlot

github.com/JuliaPlots/Plots.jl - bf4dd78a7dd9e35f32241a7d962c97f3fde2fc74 authored over 7 years ago
bump required RecipesBase to 0.2.3

github.com/JuliaPlots/Plots.jl - 489e48411754620f2aa19cd236950f88956ce20e authored over 7 years ago
replace d by plotattributes inside recipes

github.com/JuliaPlots/Plots.jl - 6e1cc8449b41b50e4b1d691379305508b9daf727 authored over 7 years ago
Merge pull request #29 from jw3126/replaceD

Replace d by plotattributes

github.com/JuliaPlots/Plots.jl - 21721a63ed429cfec1040a212b20fee1ad6e230e authored over 7 years ago
implement showaxis for pyplot

github.com/JuliaPlots/Plots.jl - 148ad8032f57f62b1b6f6bd2f63ae4a3bf806f0b authored over 7 years ago
implement showaxis for plotly

github.com/JuliaPlots/Plots.jl - 6d53594850bfc6ea94e1bd54e8edadf57dc83ef8 authored over 7 years ago
general axis fixes and improvemennts

github.com/JuliaPlots/Plots.jl - ee7a3b36864c4a94e2bc3e86dfb588cf9bc49540 authored over 7 years ago
implement showaxis attribute for gr

github.com/JuliaPlots/Plots.jl - 18188516ec7c02994b57ae7e7ffff03c56edd189 authored over 7 years ago
Merge pull request #1115 from mkborregaard/default-function-limits

Function default x limits: fix #1109

github.com/JuliaPlots/Plots.jl - bcc2f089be9d453a13aee43287af53f2b290098a authored over 7 years ago
Add negative ranges

github.com/JuliaPlots/Plots.jl - 07843c00d3a351a22989ff72df7b5fffc5b9fcf3 authored over 7 years ago
Merge pull request #1112 from daschw/tick-orientation

Implement new tick_direction attribute for GR, Plotly(JS), PyPlot, GLVisualize and PGFPlots

github.com/JuliaPlots/Plots.jl - de12915eba4dd4ef23c12ff260a50eade5680568 authored over 7 years ago
Try to find default x axis limits where function is defined

github.com/JuliaPlots/Plots.jl - 4395718e0c5cfaa8053fc1261adbae65d564f52f authored over 7 years ago
Merge pull request #1114 from mkborregaard/fix-1113

Don't delete attr when `plot(::Plot)` - fix #1113

github.com/JuliaPlots/Plots.jl - 913fdf52474a8c8ae8e9a9d3745c3cb6865e0960 authored over 7 years ago
Don't delete attr when `plot(::Plot)` - fix #1113

github.com/JuliaPlots/Plots.jl - 650c1730c9149a3969beca7b476682d1c896b889 authored over 7 years ago
Merge pull request #1110 from daschw/line_z

RFC: Implement line_z and fill_z for GR

github.com/JuliaPlots/Plots.jl - fba1c66499115e04c32458cc79284bb447e5184f authored over 7 years ago
reset tick size for gr and glvisualize

github.com/JuliaPlots/Plots.jl - 1c048238777efe6ccbb623be329fa631451b1048 authored over 7 years ago
implement tick_direction for PGFPlots

github.com/JuliaPlots/Plots.jl - 69fa9e7b1034c47a0978cb85b92a0deb519300d6 authored over 7 years ago
add tick_direction to supported arguments

github.com/JuliaPlots/Plots.jl - 350237a7740fddb100ca7ab7cef0c27a8d32bc0f authored over 7 years ago
implement tick_direction for GR, PyPlot, Plotly and GLVisualize

github.com/JuliaPlots/Plots.jl - b73ea55bbde6bfc5bd4f21e102b04051e423f4fb authored over 7 years ago
fix fill_z for shapes (draw colorbar once)

github.com/JuliaPlots/Plots.jl - ea6ab46a13bd1068dc2b0692bd76eedb7b449b6c authored over 7 years ago
implement fill_z and line_z for GR

github.com/JuliaPlots/Plots.jl - 5f8486536561746b73823065ac033896ed220082 authored over 7 years ago
Colorbar takes font style from Y Axis

github.com/JuliaPlots/Plots.jl - 5b3c41bd774f96b6e19aedad119c53df2d77cfb4 authored over 7 years ago
Colorbar takes font style from Y Axis

github.com/JuliaPlots/Plots.jl - c6b7ff6c7585fdc0bb344cfe8cb6ca27c96a4c1b authored over 7 years ago
different colors for different line segments in GR

github.com/JuliaPlots/Plots.jl - 337a107168b6739d3e4bd0c35d201f63f6346110 authored over 7 years ago
Merge pull request #1105 from daschw/plot-empty-any

Allow plotting empty Vector{Any} (fix #1078)

github.com/JuliaPlots/Plots.jl - a7485cc7f5f3fc1f8aee7d625316da5d0d8ffdda authored over 7 years ago
implement line_z for GR

github.com/JuliaPlots/Plots.jl - 8b4edae35858a12533332719ce568aab4693f7f9 authored over 7 years ago
replace d by plotattribues

github.com/JuliaPlots/Plots.jl - 037dd6677def46e663614052b55c6d10a812176c authored over 7 years ago
Allow plotting empty Vector{Any}

github.com/JuliaPlots/Plots.jl - b6dca5e9b1b4e5b8b3ec5247bf7181045661e245 authored over 7 years ago
Merge pull request #1092 from daschw/plotly-marker_z

fix marker_z for plotly

github.com/JuliaPlots/Plots.jl - 371f0a6a731e003dedc48c0ed520badb1c2fa69a authored over 7 years ago
Merge pull request #1096 from fedxa/fix_logscale

Fix for wrong setting of logscale for values below 1e-16

github.com/JuliaPlots/Plots.jl - b777a2d3c8b78325ff8bead0add0ad00a9f50dff authored over 7 years ago
Fix for wrong setting of logscale for values below 1e-16

github.com/JuliaPlots/Plots.jl - bdfc4636f018232239c3d00a81e809bd8842d4f1 authored over 7 years ago
fix marker_z for plotly

github.com/JuliaPlots/Plots.jl - 7ba128db712e195434cf4caf55add84eb6461215 authored over 7 years ago
Merge pull request #1089 from daschw/pyplot-colorbar

activate clims for inactive colorbar in pyplot

github.com/JuliaPlots/Plots.jl - 0f1d8478ce4dbfe944e7a249b6ba43d0cc40fbd9 authored over 7 years ago
remove unnecessary setting of needs_colorbar

github.com/JuliaPlots/Plots.jl - 9eae2ad76b48fb0d1d99b0c25f85f1cc5a58d039 authored over 7 years ago
activate clims for inactive colorbar

github.com/JuliaPlots/Plots.jl - f43f2956f5cdf0d064bc3fb2b1376afbd054febe authored over 7 years ago
Merge pull request #1084 from daschw/pyplot-marker_z

Only one colorbar per subplot on pyplot

github.com/JuliaPlots/Plots.jl - 2dc03cc5373a1b9dd52357d6ea2004c55811f155 authored over 7 years ago
Merge pull request #1086 from anriseth/writemimefix

Use show instead of writemime for eps

github.com/JuliaPlots/Plots.jl - 233b0d0de2e165e75c4ca58c98d0124a1338bdb3 authored over 7 years ago
Use show instead of writemime for eps

github.com/JuliaPlots/Plots.jl - dc9a0441415c615b3e0cfde98b9eac32e90a0a1f authored over 7 years ago
only one colorbar per subplot in pyplot

github.com/JuliaPlots/Plots.jl - 518fba759fb249598d2171d3f72857d4cf214404 authored over 7 years ago
make GR use hascolorbar

github.com/JuliaPlots/Plots.jl - 7dfa1ec984cd125933dbb454c781a0bfd7273903 authored over 7 years ago
Merge pull request #1083 from daschw/gr-marker_z

Fix GR marker_z and clims (fix #1063)

github.com/JuliaPlots/Plots.jl - da5a538f89b7cd4207d9ba9fcd6353116c3427c4 authored over 7 years ago
reset runtests accuracy

github.com/JuliaPlots/Plots.jl - a518796736c55da0bde04ee343094db4040df507 authored over 7 years ago
fix marker_z for GR

github.com/JuliaPlots/Plots.jl - 13111b377996961fee5e0ae2943aa7bccf6224b5 authored over 7 years ago
Merge pull request #1082 from timholy/teh/nbins

histogram: ensure the number of bins is finite

github.com/JuliaPlots/Plots.jl - 8412d77067fe7c7a4137c886c6b3cbc913f0c7ca authored over 7 years ago
histogram: ensure the number of bins is finite

github.com/JuliaPlots/Plots.jl - fe0ea168f3310f89635b3eb191a30c9a65afb2bd authored over 7 years ago
Merge pull request #1077 from daschw/seriestype-error

improve recipe error

github.com/JuliaPlots/Plots.jl - af9d97d56125f1f5588cc5fc5446e6194befd1fd authored over 7 years ago
Merge pull request #1079 from daschw/framestyle

implement framestyles for plotly(js) (fix #1075)

github.com/JuliaPlots/Plots.jl - 478f5b6e20a182e647820ab7ed929035796d9b9d authored over 7 years ago
implement framestyles for plotly(js)

github.com/JuliaPlots/Plots.jl - c89b125b9a09bc0f7a42fcb3a572f1ba7bd6c844 authored over 7 years ago
Merge pull request #1057 from daschw/framestyle

RFC: Add :origin framestyle

github.com/JuliaPlots/Plots.jl - a981dc71f910ef561c98d32ad8e9f27d9854d935 authored over 7 years ago
improve recipe error

github.com/JuliaPlots/Plots.jl - 331dd49326f2306899b5e0aed8f0bacb04cedd5f authored over 7 years ago
Merge pull request #1073 from mkborregaard/fix-2dhistogram-bins

fix 2dhistogram bins

github.com/JuliaPlots/Plots.jl - b69c37f1bb366bc775724fa6a24552f083315507 authored over 7 years ago
move bracket in Sturges

github.com/JuliaPlots/Plots.jl - 20ef846c38d33b44cbbf36d6ba0ab86362d9ad76 authored over 7 years ago
Add correction for correlations

github.com/JuliaPlots/Plots.jl - cd9f00300cacbf91cd5ca3526666be3da22a1211 authored over 7 years ago
fix-2dhistogram-bins

github.com/JuliaPlots/Plots.jl - d6e5b57a089ba236c7df4d1ba1d20669bf809ad3 authored over 7 years ago
Merge pull request #1062 from piever/groupedbar

WIP: allow to group user recipes

github.com/JuliaPlots/Plots.jl - d5e5d81ee2ce9de739eb31464a86c41fe60ca114 authored over 7 years ago
reactivate precompilation on master

github.com/JuliaPlots/Plots.jl - 9a2a54b8858528193b6e8a69a9ff1ff16adbf8cd authored over 7 years ago
change version number for testing

github.com/JuliaPlots/Plots.jl - 4c2b01ccb02569ef3ae3a7951958061bb2709cbf authored over 7 years ago
Merge pull request #1070 from JuliaPlots/release-0.12.4

Release 0.12.4

github.com/JuliaPlots/Plots.jl - ddf4136022cf4d4ea8b3f2462cd3746a5b300844 authored over 7 years ago
Turn off precompile for release

github.com/JuliaPlots/Plots.jl - 4f8fc61689239d3ae0aec981e6a2dd08680567bb authored over 7 years ago
Update News.md with 12.4 improvements

github.com/JuliaPlots/Plots.jl - c8a7a050dec58fcf1aeab0c75ea7d23e744b5a87 authored over 7 years ago
Merge pull request #1069 from daschw/seriestype-error

Seriestype error (fix #1068)

github.com/JuliaPlots/Plots.jl - fb04b3d78b984540bb26745bfb0c9999effcef11 authored over 7 years ago
added support for 1 or 3 arguments to group as matrix

github.com/JuliaPlots/Plots.jl - 0f28b59c5f1467a6293b36efb8932d7c46708075 authored over 7 years ago
moved group_as_matrix to Plots

github.com/JuliaPlots/Plots.jl - e2795341d96729dc2ec3d59287ec63500002bcd6 authored over 7 years ago