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

add missing `get_clims` in GR (#3950)

github.com/JuliaPlots/Plots.jl - c2af71756edf926c4a5f8cb408f405307769693a authored about 3 years ago
1.24.0 [skip ci]

github.com/JuliaPlots/Plots.jl - c1e88d036035bba010c2686781cb2f4b547498ba authored about 3 years ago
Update precompile_*.jl file [skip ci] (#3949)

Co-authored-by: BeastyBlacksmith <[email protected]>

github.com/JuliaPlots/Plots.jl - e0ea601239f228bc4f7327fadeb722cb8ca09e54 authored about 3 years ago
rework layout macro to use Base types (#3943)

* @layout -> Base types except for `grid` call

* add layout conversion of namedtuples, vector...

github.com/JuliaPlots/Plots.jl - e471ce8d284e8816ca3747c42106972165ca6f53 authored about 3 years ago
add missing docstrings

github.com/JuliaPlots/Plots.jl - 1bdec476c3b7e7e30d2b440e28a640c4ff75d89a authored about 3 years ago
Update Project.toml

github.com/JuliaPlots/Plots.jl - 7645dfbed077f7828902c873cfb4d5ece7e8f319 authored about 3 years ago
1.2.1 [skip ci]

github.com/JuliaPlots/Plots.jl - fedd54366826a60cb153769f5e41ddc6742aeca6 authored about 3 years ago
1.2.0 [skip ci]

github.com/JuliaPlots/Plots.jl - ac27e789a9d604fa689a0cb42e93b78f6202d8c7 authored about 3 years ago
move layout macro from plots (#85)

github.com/JuliaPlots/Plots.jl - 5fdd9ac7f53168f77ca08589b0768c16be5a3eef authored about 3 years ago
Format .jl files [skip ci] (#3941)

Co-authored-by: t-bltg <[email protected]>

github.com/JuliaPlots/Plots.jl - b23c620d77611d7ef5b295d33255e61308804230 authored about 3 years ago
1.23.6 [skip ci]

github.com/JuliaPlots/Plots.jl - 21c3ac4c452fb2b81a08650e28b460925b0c2f11 authored about 3 years ago
Update precompile_*.jl file [skip ci] (#3939)

Co-authored-by: BeastyBlacksmith <[email protected]>

github.com/JuliaPlots/Plots.jl - 861f537736a69789dcea5e547524eac97ece006c authored about 3 years ago
Fix setting of legend font via `legend_font` (#3934)

* find pipeline spot

* better spot

* construct font

* set font and matching

* respec...

github.com/JuliaPlots/Plots.jl - e9ae75dfa49af60166cf586212de580f86d67957 authored about 3 years ago
Update precompile_*.jl file [skip ci] (#3937)

Co-authored-by: BeastyBlacksmith <[email protected]>

github.com/JuliaPlots/Plots.jl - 07bcecd47c58652198450a9ddbe215e20e2212df authored about 3 years ago
split looops (#3931)

github.com/JuliaPlots/Plots.jl - af3ebe993618330a4790899392fb022fc1f7d6fc authored about 3 years ago
Format .jl files [skip ci] (#3927)

Co-authored-by: t-bltg <[email protected]>

github.com/JuliaPlots/Plots.jl - 9d3ce54c37f239b2bff0a14dcb8adf7565e7e3ab authored about 3 years ago
gr: fix text problems

github.com/JuliaPlots/Plots.jl - 6df1f384927d3dc7f6e12e2380f8dd8f45c68657 authored over 3 years ago
1.23.4 [skip ci]

github.com/JuliaPlots/Plots.jl - c4b7757e22bdf67f8621dd97ade85d691d8d0ff7 authored over 3 years ago
Fix LaTeXStrings support for `UnicodePlots` and `InspectDR` (#3879)

* fix LaTeXStrings support for UnicodePlots and InspectDR

* rename & fix

github.com/JuliaPlots/Plots.jl - d1309c6c7bb770975349a3ec42bf7a57b0f638fb authored over 3 years ago
Update precompile_*.jl file [skip ci] (#3919)

Co-authored-by: BeastyBlacksmith <[email protected]>

github.com/JuliaPlots/Plots.jl - 58ed4a60dee2001b08facbf48e809a096109f4da authored over 3 years ago
Add `:log10`-`colorbar_scale` support in GR (#3915)

* Add `:log10`-`colorbar_scale` support in GR

* Change `clims` behaviour (gr heatmap)

github.com/JuliaPlots/Plots.jl - 70dec4230854a155eda333e990ba0bd34891de93 authored over 3 years ago
GR compat and 1.23.3 [skip ci]

github.com/JuliaPlots/Plots.jl - fdbd2c397c28bd29bfc3bf317ff961cca2185fe7 authored over 3 years ago
Update precompile_*.jl file [skip ci] (#3916)

Co-authored-by: BeastyBlacksmith <[email protected]>

github.com/JuliaPlots/Plots.jl - c337f15e18cd3eef751b91f6d260c33dfd8e2db4 authored over 3 years ago
update gaston backend

github.com/JuliaPlots/Plots.jl - 1fe9a9f536b25d86598da478ec137dd1cdc161e3 authored over 3 years ago
Format .jl files [skip ci] (#3914)

Co-authored-by: t-bltg <[email protected]>

github.com/JuliaPlots/Plots.jl - 41cf64b400ed9dd83199cf5bff1bb2ac08036e46 authored over 3 years ago
Update gr.jl

Use new text functionality. GR v0.62+ can handle multiline strings and inline math expressions.

github.com/JuliaPlots/Plots.jl - 19b70c06ff49e5cc3470679ab2acd8da5c669961 authored over 3 years ago
Update Project.toml

add GR v0.62.0

github.com/JuliaPlots/Plots.jl - 40fe8eed9ab034547acf0588affd52c864bb9a20 authored over 3 years ago
support axis flip (#3908)

github.com/JuliaPlots/Plots.jl - 4b94384c7dcb89a7b2d2ae8b0faa48c50f66203f authored over 3 years ago
1.23.2 [skip ci]

github.com/JuliaPlots/Plots.jl - 35e96a53028cb0133930c3ef6a992aaa2e9e8d76 authored over 3 years ago
detect aliases in recipes (#3904)

* detect aliases in recipes

* remove doubled tests

github.com/JuliaPlots/Plots.jl - e84905c2a084b850da5907db010ea7888caf1bfc authored over 3 years ago
1.23.1 [skip ci]

github.com/JuliaPlots/Plots.jl - 1c621feaccbc084ada29eca7397566cee91281cb authored over 3 years ago
fix pyplot backend

github.com/JuliaPlots/Plots.jl - e8356965e922865840e9ca728b0a1a8b5e2ec72f authored over 3 years ago
Moved clims into plot/series attributes (#3897)

* Moved limits into plot/series attributes

* Moved const to args

github.com/JuliaPlots/Plots.jl - 72428000ccc30cb4ca4419fb0bc33007b989e2f2 authored over 3 years ago
1.23.0 [skip ci]

github.com/JuliaPlots/Plots.jl - d9116d577f3b11fc7f03070d9e1eeb0d7aa85f87 authored over 3 years ago
Update precompile_*.jl file [skip ci] (#3889)

Co-authored-by: t-bltg <[email protected]>

github.com/JuliaPlots/Plots.jl - 96dbd07627200a5dfd353f5edadc8f9f5218dfdc authored over 3 years ago
Format .jl files [skip ci] (#3896)

Co-authored-by: t-bltg <[email protected]>

github.com/JuliaPlots/Plots.jl - 804fab45ad637ea9ca5486e0ef0c687467e33d83 authored over 3 years ago
Legend overhaul including horizontal legends (#2854)

* prototype

* use add_attributes macro with modification

* add Colors back

* fix conver...

github.com/JuliaPlots/Plots.jl - 2e67e843611b9a13c568e7343b119c036ce9bd30 authored over 3 years ago
1.22.7 [skip ci]

github.com/JuliaPlots/Plots.jl - b29871137987eb50818b2248631442981d45b271 authored over 3 years ago
Update SnoopCompile.yml

github.com/JuliaPlots/Plots.jl - bacf2d2f066f15c2f76dc1f7c345a97a3762fcf3 authored over 3 years ago
Fix formatting src/precompile_includer.jl

github.com/JuliaPlots/Plots.jl - bb9cd718a50467906bddbe0e5ef97bcf930aabc9 authored over 3 years ago
fix name [skip ci]

github.com/JuliaPlots/Plots.jl - 0af22a8fe610eb66d2fc5e54102e463e4a38be90 authored over 3 years ago
Fix vector attributes to bar plots (#3751)

github.com/JuliaPlots/Plots.jl - 3b0950f915ec4547f3f6ecc604fd9291a1d4d254 authored over 3 years ago
Format .jl files [skip ci] (#3882)

Co-authored-by: t-bltg <[email protected]>

github.com/JuliaPlots/Plots.jl - 31d3bf3e06e3209804ee6c1bce796f4712c99a84 authored over 3 years ago
use codecov-action v2

github.com/JuliaPlots/Plots.jl - c487a10f7962880bbbe78a4278ba34ad51da4de4 authored over 3 years ago
Update precompile_*.jl file [skip ci] (#3876)

Co-authored-by: BeastyBlacksmith <[email protected]>

github.com/JuliaPlots/Plots.jl - ef3417617cbfd6fc6eeb3cbdeda5e502cbecf6ab authored over 3 years ago
1.22.6 [skip ci]

github.com/JuliaPlots/Plots.jl - 0d2d516ca6ceb1dd0c6ccb32a839bc13c99cf374 authored over 3 years ago
Use `GR.polygonmesh3d` for `:mesh3d` seriestype (#3868)

* Use `GR.polygonmesh3d` for `:mesh3d` seriestype

* Remove unecessary code

* Update GR ver...

github.com/JuliaPlots/Plots.jl - 12a1d83595e219b6607480f8d5cc3b644b2b4755 authored over 3 years ago
1.22.5 [skip ci]

github.com/JuliaPlots/Plots.jl - 9eba5964d9f5cc13c2db7273154bd2d25fbcd551 authored over 3 years ago
Fix for regression with colorbar limits (#3874)

* Fix for regression

* Remove call

* Refactored to dispatching

* Fixes

* Unrolling l...

github.com/JuliaPlots/Plots.jl - d74ee6371024065423b2338a68730b80bb7e84d4 authored over 3 years ago
Update precompile_*.jl file [skip ci] (#3849)

Co-authored-by: isentropic <[email protected]>

github.com/JuliaPlots/Plots.jl - 9941563b0b200e409369036ba7b10aab03e077c4 authored over 3 years ago
Format .jl files [skip ci] (#3872)

Co-authored-by: t-bltg <[email protected]>

github.com/JuliaPlots/Plots.jl - fb82722dd3eeec854e8dd3c6e4107c2daa38ca11 authored over 3 years ago
Fix PyCall deprecations (#3864)

Fixes #3818

github.com/JuliaPlots/Plots.jl - 86a9b8bf6d267a87868f8f1845d37eaed1d11f82 authored over 3 years ago
Update Project.toml

github.com/JuliaPlots/Plots.jl - 5a19673eaf21520e9b8b1f9069e919baab476092 authored over 3 years ago
Update Project.toml

Bump GR version

github.com/JuliaPlots/Plots.jl - c26561eab394a025cf95f40e420b81dfd13f76a2 authored over 3 years ago
1.22.4 [skip ci]

github.com/JuliaPlots/Plots.jl - f0ad66da36616c306acc80d71c792070c80c42e1 authored over 3 years ago
Generalize GR tick label rotations (#3782)

* gr tick rotations

* consistency

* start of angle offset work

* Working!

* simplify...

github.com/JuliaPlots/Plots.jl - aca2aa49b851e0ee582d081fb3d256f59254d980 authored over 3 years ago
Update .zenodo.json

Fix broken .json

github.com/JuliaPlots/Plots.jl - 9d56e72f6abfda3be99e37b44ded6265d7fef7b0 authored over 3 years ago
Allow styling of magnification shape in lens!() (#3860)

* Allow styling of magnification shape in lens!()

The guide lines that indicate the region of...

github.com/JuliaPlots/Plots.jl - f06225655d29ee8f479defd4acdc4360ad0c1477 authored over 3 years ago
Format .jl files [skip ci] (#3861)

Co-authored-by: t-bltg <[email protected]>

github.com/JuliaPlots/Plots.jl - 4f0f84f4009e0a9b3be073f788ffd6dcbc0e6273 authored over 3 years ago
change docs link to httpS (#3852)

always bugs me to get a warning from my browser about the not secure connection.
Could someone ...

github.com/JuliaPlots/Plots.jl - a65cda8b7e77a9b6031c912b27f73c38903d4175 authored over 3 years ago
1.22.3 [skip ci]

github.com/JuliaPlots/Plots.jl - 37744d7b6aaef28e88a5638d2d3f681eb5cecc67 authored over 3 years ago
Update Plots.jl's `colorbar_titel` maps to PGFPlotsX's `color bar style={ylabel}` (#3848)

* Update PGFPlotsX colorbar_titel map to ylabel

For most of the backends supported by Polts.j...

github.com/JuliaPlots/Plots.jl - 09a66224ce529b6013a1b7338a3c05b50102b716 authored over 3 years ago
Speed up `get_clims` (#3839)

* For Shape type, cut off process

* Remove fillcolor for now

* Address type inference fail...

github.com/JuliaPlots/Plots.jl - 405bc0820b3667aab646c8c05fb794b15d3d4e31 authored over 3 years ago
Update precompile_*.jl file [skip ci] (#3841)

Co-authored-by: t-bltg <[email protected]>

github.com/JuliaPlots/Plots.jl - 1c89bd8727d38353f2cc50f0f6e30688d29fe323 authored over 3 years ago
Format .jl files [skip ci] (#3846)

Co-authored-by: t-bltg <[email protected]>

github.com/JuliaPlots/Plots.jl - 8e17a182f91f4590c5b90b92e9b3e5f62e70e882 authored over 3 years ago
UnicodePlots: support markers (#3845)

github.com/JuliaPlots/Plots.jl - 032c5d1638fe7ec41911611b67d8b85d41d2f122 authored over 3 years ago
Legend positioning for 3d plots in plotly (#3840)

* Remove hardoced numbers, shift for 3d plots

* Revert changes

* Fixed some missed reverts

github.com/JuliaPlots/Plots.jl - 8d95333d1ec929aa2ef8239c70275e5857a0c78b authored over 3 years ago
Update precompile_*.jl file [skip ci] (#3828)

Co-authored-by: BeastyBlacksmith <[email protected]>

github.com/JuliaPlots/Plots.jl - 7bfc97285c15023db76f98592f66371cf8f2b939 authored over 3 years ago
1.22.2 [skip ci]

github.com/JuliaPlots/Plots.jl - acca707f34b0f47c02a8b2392d5d62567f9cac7f authored over 3 years ago
Fix type inference failure in `get_clims` (#3838)

* For Shape type, cut off process

* Remove fillcolor for now

* NaN

* Address type infer...

github.com/JuliaPlots/Plots.jl - 6fa3dae166b4b66af9d07a550d29cf447c2604b0 authored over 3 years ago
Add `:mesh3d` seriesstyle for PyPlot backend (#3835)

* Add `:mesh3d` seriesstyle for PyPlot backend

via `Poly3DCollection`.

* Add `:connections...

github.com/JuliaPlots/Plots.jl - 866cb0c33571f00d694e528fa17a43cb95af3dd1 authored over 3 years ago
Update bug.md

update supported backends

github.com/JuliaPlots/Plots.jl - 4d40bae9cc669bafcc06e80ad24acc0b5e187fd8 authored over 3 years ago
Format .jl files [skip ci] (#3829)

Co-authored-by: t-bltg <[email protected]>

github.com/JuliaPlots/Plots.jl - 5a48002d311ebe69c43c4d72c9116d2ae6b7a9a3 authored over 3 years ago
UnicodePlots: `compact` plots

github.com/JuliaPlots/Plots.jl - 0cd81243ad5696dec51795924352b934c910a2ce authored over 3 years ago
1.22.1 [skip ci]

github.com/JuliaPlots/Plots.jl - ed3bab0e6f8f27856244c39290289705133293f2 authored over 3 years ago
Update precompile_*.jl file [skip ci] (#3822)

Co-authored-by: t-bltg <[email protected]>

github.com/JuliaPlots/Plots.jl - 4621c18b23f60232faa66cc2c534e3a74e9be9a4 authored over 3 years ago
Fix generic aliases (#3824)

github.com/JuliaPlots/Plots.jl - 4f8a265c6ad1f04e9951f99d14ad64b968a107ca authored over 3 years ago
UnicodePlots: adjust layout width per column (#3825)

github.com/JuliaPlots/Plots.jl - e2539a3d190b377c417bab5d6c6a924365c2f27f authored over 3 years ago
Negate condition on `:warn_on_unsupported` (#3816)

github.com/JuliaPlots/Plots.jl - 85739932f086228ae1030c2301f0a017971973f4 authored over 3 years ago
Test cleanup (#3821)

github.com/JuliaPlots/Plots.jl - 9d84e53bcb5cf23986d143037c4621cafb3c1d5d authored over 3 years ago
pyplot fixing ticks=:native

github.com/JuliaPlots/Plots.jl - 82f31c48b7d81e99145e7023a0a2c191128eb892 authored over 3 years ago
instructions for matplotlib update

github.com/JuliaPlots/Plots.jl - 293b8b112e1a47657619e1209181cedb0e3252f3 authored over 3 years ago
1.22.0 [skip ci]

github.com/JuliaPlots/Plots.jl - d988d4c9d12fa574ff2b60ba58923807599982e1 authored over 3 years ago
Update precompile_*.jl file [skip ci] (#3810)

Co-authored-by: t-bltg <[email protected]>

github.com/JuliaPlots/Plots.jl - 85bd3ea53ffc6416a3e3b14184a936ed83ad6923 authored over 3 years ago
GR: fix `NaN` tick size (#3813)

github.com/JuliaPlots/Plots.jl - cd6a8c87b632b624057fec45bb0e21d3084043af authored over 3 years ago
Avoid Vararg usage (#3809)

github.com/JuliaPlots/Plots.jl - 175c87cec62372e5c5499c54d3c36249c8ecfef2 authored over 3 years ago
UnicodePlots: minor fixes (#3812)

github.com/JuliaPlots/Plots.jl - c3f45dd7123b552cb109f7c19bb629e971e22402 authored over 3 years ago
UnicodePlots: propagate xyscale (#3811)

github.com/JuliaPlots/Plots.jl - 198a59b621a7e6ad117be2c6aa551b2c1d8ea524 authored over 3 years ago
Update examples.jl

UnicodePlots: annotations are supported

github.com/JuliaPlots/Plots.jl - c5d7283473b5e58efd25266c0ff2d976a72690c9 authored over 3 years ago
Use hyphens to specify version ranges

github.com/JuliaPlots/Plots.jl - 7a1bc88f66035e0ad9d673fed89f50e4272eab35 authored over 3 years ago
Update precompile_*.jl file [skip ci] (#3807)

Co-authored-by: t-bltg <[email protected]>

github.com/JuliaPlots/Plots.jl - ad5cd2f1da67020f3ee2d00d053b3763a92d1973 authored over 3 years ago
UnicodePlots: support :annotations (#3804)

github.com/JuliaPlots/Plots.jl - 6cf01229bb97299a146a2af86db15c4a8f0c736e authored over 3 years ago
Fix invalid axes aliases (#3803)

* Fix invalid axes aliases

* Add test

* Enhance testing

github.com/JuliaPlots/Plots.jl - 0a9d30f7acca42034aacdf21105cabee43b65eb5 authored over 3 years ago
0.4.1 [skip ci]

github.com/JuliaPlots/Plots.jl - 890b9bf9a1ffc52dacb517d90fee5622fa0571d7 authored over 3 years ago
Avoid Vararg UnionAll dispatch (#104)

* Avoid Vararg UnionAll dispatch

Fixes https://github.com/JuliaPlots/RecipesPipeline.jl/issue...

github.com/JuliaPlots/Plots.jl - 1e0bfdcbefaf29f7c2d245b35c310b4fe84959d5 authored over 3 years ago
Format .jl files [skip ci] (#3801)

Co-authored-by: t-bltg <[email protected]>

github.com/JuliaPlots/Plots.jl - 7da990b23ff2d02bb8e65c7cd5ad39d71ce85d38 authored over 3 years ago
Update precompile_*.jl file [skip ci] (#3797)

Co-authored-by: isentropic <[email protected]>

github.com/JuliaPlots/Plots.jl - 942fb38dcddbc40988bbc83b5deb6c235cea194d authored over 3 years ago
handling fonts better, moving to stable 3.4 (#3793)

* handling fonts better, moving to stable 3.4

* better math parent font matching

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