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 recipe error
github.com/JuliaPlots/Plots.jl - 35427850213a464ba0c2271d0103834c45a9b120 authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - 65173e6dd2de3c605bb0a382c2ffca32e0da482f authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - bf0bb68e28537a1bca90f81c119c66eda37f2eeb authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - 21774dc36b3a1ba4c74750df4d999822a37b03b5 authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - 0e3a9f0b8fa0c327ddd4e81b8430f7b5a150a64e authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - 903cb404c3d712f3a470d38d28f62f0e538e629c authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - 03325533bf63ba74c4c83691e561b6a67c0bf9da authored almost 6 years ago
The draw_arrow attribute enables drawing an arrow at the end of an axis.
Currently supported onl...
github.com/JuliaPlots/Plots.jl - 4742ec972b50b873884597f58efd50dbd7333994 authored almost 6 years ago
Make legend=:outertopright work for GR
github.com/JuliaPlots/Plots.jl - e860ba220ae97731b629476f318242148016d419 authored almost 6 years ago
Move x to the right of the plot viewport
Perform legend size computation earlier as this compute...
Avoid filtering data in polar plots (fix #2009)
github.com/JuliaPlots/Plots.jl - 1a4f411b8ff7eb584d678aa5b6bc3bc94d95c422 authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - a6588daa3e92312261129f2bbe85ebb9b858306d authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - b053366b060cadcb7e29ca16b7b3b1b9b4e625dc authored almost 6 years ago
[RFC] fix io; close #1998
github.com/JuliaPlots/Plots.jl - e838ac502d1dae530c246581687983555c5e963d authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - 6131154dd04cc29634db5907fb07dea40d0f9dbf authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - 0c67a61e7d90259c7e3174ce0c65986ccfcb8b7f authored almost 6 years ago
don't let `marker = true` set the marker size to 1 (fix #1994)
github.com/JuliaPlots/Plots.jl - 72696a43263656653281e96055112fae9ba5da1a authored almost 6 years agosort vector attributes for seriestype line (fix #1989)
github.com/JuliaPlots/Plots.jl - 3231f4d9b14ca09de73f79e658283429eab640ca authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - 8a81b398cfc124cd5d0247dac55fb3bfbafe036e authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - a37a1a0004a1eb2b4fb4fba331b63cca5c19c6dc authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - b6b00c843a55423f838e0330ccc52ab2fb121ec9 authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - 5506c0543c9330d378703c7cf32f19dc4517e7a6 authored almost 6 years ago
fix plotattr
github.com/JuliaPlots/Plots.jl - 7a1b48311c2fbc2ff7b3f28b555d2f74f17b7692 authored almost 6 years ago`plotattr` would fail when the description did not have a period (`.`) in it, e.g. for `ticks`. ...
github.com/JuliaPlots/Plots.jl - 0b3dafcd1891cd2df95189d633c0a98324de9986 authored almost 6 years agoreplace StaticArrays with GeometryTypes (fix #1886)
github.com/JuliaPlots/Plots.jl - 81f6b3c7bdc4f25a27b1759864904605525a3138 authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - c2da4acb4802d2dfcc693d05ac09b84fd3bd4561 authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - 841b05631d342752472b02c3b2d820693cec848f authored almost 6 years ago
fix passing a vector of colors
github.com/JuliaPlots/Plots.jl - a6e60aea04ff51bebf91fb1a864efa27e079fa48 authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - 7f2a1db64a7c6eb1977211ff602299ce93706d3e authored almost 6 years ago
fix alpha for colorbar in GR (fix #1976)
github.com/JuliaPlots/Plots.jl - 926ccdf6187e8e0b34f43c92049aa261ac53b09b authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - 9774eca8e27556d89062cc47c8a0c1a6b028b441 authored almost 6 years ago
gr: use correct workstation type after savefig()
github.com/JuliaPlots/Plots.jl - 2ad033f8e20a71d02adfb42019acee1d95650922 authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - 7c26ffee512820f17c15d80444608bb15016feba authored almost 6 years ago
Update `yaxis!` description
github.com/JuliaPlots/Plots.jl - aa37ba0463cb3d1407fb26c89b23808794b82c47 authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - d61c86b54b357156fc10e10a982d535f7fa4cd36 authored almost 6 years ago
don't draw ticks twice in gr for framestyle in (:zerolines, :grid)
github.com/JuliaPlots/Plots.jl - e72fa1dc7460091293a196887ad39a7880389274 authored almost 6 years agoSome more fixes for contours and colorbars (mostly GR)
github.com/JuliaPlots/Plots.jl - 16db531cce406709f0a403283cc27ce317bff5e1 authored almost 6 years agofix `abline!` description
github.com/JuliaPlots/Plots.jl - 226023043b7258c271dcb3540022e8339fd9f6b3 authored almost 6 years agoIt should be `ax+b` rather than `a+bx`.
github.com/JuliaPlots/Plots.jl - 5d2538c4c26f20fb325c0bdc7708fb2c96f4d0f0 authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - 0075103ddfd83e26a0f4d08a3abf63fd90412029 authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - 8982a67902b61cd80320b80b3c3b3a5e4b7e9eb5 authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - 65ab45ff1bcb6cd134aa862e3f85099a7ad804ab authored almost 6 years ago
Just fixing a small typo. The description for `yaxis!` used to read "Specify x axis attributes f...
github.com/JuliaPlots/Plots.jl - 577d434bc82325ff9fb5ca081b044a3068095d64 authored almost 6 years agofix multiple drawing of discrete ticks
github.com/JuliaPlots/Plots.jl - b300e634f6f9fb2644e90bc8aeb6e4974820c2ef authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - 61d13b9b2d783f2ffa8cebb2518843951c25f20e authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - 78059bf825277171434146aa015ef86031f0de7b authored almost 6 years ago
GR: fixed colorbar rendering/alignment for contour[f]. Merged colorbar
for mutiple series.
:colo...
github.com/JuliaPlots/Plots.jl - 5ec80ad1f1bbdbf4a498fed061c1cab2bae0050f authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - 484977243545d956d7d780716d400573ce0cd2c0 authored almost 6 years ago
fix init error if PLOTS_DEFAULTS <: Dict{Symbol, Symbol} (fix #1962)
github.com/JuliaPlots/Plots.jl - 6546879d3a05b17727a203eebe0cd2c8b5186662 authored almost 6 years agosee https://github.com/jheinen/GR.jl/issues/202
github.com/JuliaPlots/Plots.jl - cbc379daa9e203824ce24145a1bab1528487f825 authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - a7be08ef461e61e000f8f38401c5424620fcfc68 authored almost 6 years ago
add support for gif mime
github.com/JuliaPlots/Plots.jl - 47e48e5d27fdde8d2388d8b19abeff0285241c27 authored almost 6 years agoPyplot API update (fix #1932)
github.com/JuliaPlots/Plots.jl - 968b8109ddf0a0156b4e88211b1912525a1368c0 authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - 19fba27951137c7f04de6976510f36500ee11474 authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - b78da20d04e59f4250268ab762c36c19c8a469d8 authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - 5e445b4a71ce36d0ae1492a915cbcde99b017b21 authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - 0e5df883d06c81aed972c0d6d1b3cab48c1bbc6a authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - b79ea119ea7de7519442464085d93317cc2990f4 authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - b21d98affd7c6dae3eb01fd598a3f37a744cb22a authored almost 6 years ago
put radius 0 at the center for polar plots (fix #1813)
github.com/JuliaPlots/Plots.jl - d83666bed3dcac1c6058012bdaf9905ec4706e0f authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - cab6ca3ef0890688b06a5abab4ac29fce90ec21a authored almost 6 years ago
fix image axis limits
github.com/JuliaPlots/Plots.jl - 33a37f949404cd784f6f7bf451fb499326f1b9a9 authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - 79e978aac98d0803c73625829fff39cc0d7cbcef authored almost 6 years ago
add plotly json mime to PlotlyBackend as well
github.com/JuliaPlots/Plots.jl - 3af60a81f8551f23ca8fc31e83cda40ee4bf423c authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - 56525ced92cdfb31b04adc3e1d17e2d352056ac4 authored almost 6 years ago
support plotly mime type
github.com/JuliaPlots/Plots.jl - 581f3797bc56b8851273225d0b46310d04cdd45b authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - 2c8d51988b9e8332ebc978a8cc98623fabf18189 authored almost 6 years ago
fix `ticks = :none` for gr
github.com/JuliaPlots/Plots.jl - 19243b741a0056c19eca7ba4bf86aed147c39622 authored almost 6 years agoplotly: fix yflip for `ticks = :none` (fix #1937)
github.com/JuliaPlots/Plots.jl - afc1e08f21e13958c68d27150cf38fe164620700 authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - 80c01e74c67a53e46ce3df36c14b82c707c3f9ee authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - d728bfb90c9879a7ce02bf29f8049f6b3bf9fc9c authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - 203d73ee265b9777ab2175a1967dd777fc3ef0e4 authored almost 6 years ago
Add option :tex_output_standalone for standalone documentclass
github.com/JuliaPlots/Plots.jl - 05fe220102324fc2efb8daaf9e4153f54431c12d authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - c4f2de198e1a4a2a396872617c88d4e89876de44 authored almost 6 years ago
update to `o.show` syntax. Close #1932
github.com/JuliaPlots/Plots.jl - 50f984683677157f1a176150af581285dfbafaa4 authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - a33b3cfbd8f95fffa9b24692c70c3a259b7ebb67 authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - 248f7cce909b91801148e2a58167da0c9a82441d authored almost 6 years ago
Add 3D axes guides for GR (Fixes #743)
github.com/JuliaPlots/Plots.jl - 8f381e26114c55dad524bb8a847702a80598115f authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - f4b14d0d8de336697d5493e27d707aff22a24ad1 authored almost 6 years ago
Add vline to PGFPlots.
github.com/JuliaPlots/Plots.jl - 93428815e43cd35e7120da65b41ca5d8abe1f9ea authored almost 6 years agoAdd LaTeX output for pyplot backend.
github.com/JuliaPlots/Plots.jl - 6b70610770753e556de2901958a0f748c4f3b991 authored almost 6 years agoFix #1961
github.com/JuliaPlots/Plots.jl - 84eead47e3e3de04f36c05dfc851e643a73d8bb6 authored almost 6 years agoThere does not exist any other.
github.com/JuliaPlots/Plots.jl - 009d03f1f82bc0b808b8eb1df6013026c99b7ecf authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - 9482a247e7722c98bebddeb113f30043d54129ac authored almost 6 years ago
Actually matplotlib supports outputting LaTeX via pgf:
https://matplotlib.org/users/pgf.html
This enables proper vertical errorbars.
github.com/JuliaPlots/Plots.jl - a9ed4ac21db639a8e2cb7e05afbafe6bda42ce8a authored almost 6 years agoplotlyjs: Fix custom tick labels do not work when supplied as a tuple
github.com/JuliaPlots/Plots.jl - 354e39e9bf48bbaabca0d498463137e31e8500bc authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - 757e08c6fe2b001604cfffcf02025b664bb8b029 authored almost 6 years ago
bump GR version to 0.38.1
github.com/JuliaPlots/Plots.jl - 33e57752944b02e717dd571918272435f99e07af authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - 5b73a8ed1cda5f1037b11830a286b63313022935 authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - f864ebbf1a1b1c9aefccbc2adc8dff9bce9ac166 authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - 54b6051315deebd94a3fb8f25ce8d50196976a62 authored almost 6 years ago
GR: contour colorbar fixes
github.com/JuliaPlots/Plots.jl - ebea34920bcc84e9f93af2067e01d6d6d6f77aa6 authored almost 6 years agoRemoved failed attempt at supporting single-color contours.
github.com/JuliaPlots/Plots.jl - 44294306ce10e2cdeb04caaeee8de6b829e6b5ea authored almost 6 years agogithub.com/JuliaPlots/Plots.jl - c2af1a0666f392afddfc5c01548b2f0726040e96 authored almost 6 years ago
github.com/JuliaPlots/Plots.jl - 8f30696a4d210eda84fc66c45626fee0aa2aaad4 authored almost 6 years ago
t push
github.com/JuliaPlots/Plots.jl - b58082a37bf85a11334496cdbe4a87473b4da816 authored about 6 years agoFix bar plot for unicode plots backend
github.com/JuliaPlots/Plots.jl - a594878860703ed59c39c9bb03527a353a074a1f authored about 6 years ago