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 handling of discrete values with ticks = :native for Plotly.

github.com/JuliaPlots/Plots.jl - 5017024557dfe05b38e20abdc176775e13bfbc8e authored almost 7 years ago
Consider all ticks = false aliases in backends.

github.com/JuliaPlots/Plots.jl - 94863d69b1ce4423f39e59516bf68be889e2c6d1 authored almost 7 years ago
Implement :native ticks option.

github.com/JuliaPlots/Plots.jl - 06466b060f912ad9b51257f330ef2d9b287467c1 authored almost 7 years ago
Merge pull request #1376 from grahamas/master

Allow animation frame saving frequency to be a variable.

github.com/JuliaPlots/Plots.jl - 3ac9f3d9cc3d7748943b7b1092bdaecbc156228b authored almost 7 years ago
Merge pull request #1398 from daschw/time

add Dates.Time recipe (fix #1391)

github.com/JuliaPlots/Plots.jl - d335a0221d800af211bc00866499c01b4eb864e0 authored almost 7 years ago
Merge pull request #1400 from daschw/step-ribbon

consider fillrange in step recipes (fix #1393)

github.com/JuliaPlots/Plots.jl - a118d7387101d4cd372fe826935949388ab77729 authored almost 7 years ago
remove old make_steps function

github.com/JuliaPlots/Plots.jl - 6c13d87a00e439265e17a03bee09772d8736ca9c authored almost 7 years ago
consider fillrange in step recipes

github.com/JuliaPlots/Plots.jl - 9e2264c841afa0371e074012a51eabfa3392d9c4 authored almost 7 years ago
add Dates.Time recipe

github.com/JuliaPlots/Plots.jl - c0248069a1b250b23d4a244b7eb3adf07fef26ca authored almost 7 years ago
Prevent addition of curly braces around style string.

github.com/JuliaPlots/Plots.jl - 5ba4c10a18de71cd86a93175539687e44678826f authored almost 7 years ago
fix IJulia integration

github.com/JuliaPlots/Plots.jl - 82ceb71bd00d04a26470fc34ade1a7156ffa0ca5 authored almost 7 years ago
Merge pull request #1390 from apalugniok/plotly-annotations

Fix misplaced Plotly annotations. (Fixes #1356)

github.com/JuliaPlots/Plots.jl - a4636fd88d271ceeb99d00d7edf214b888e5d177 authored almost 7 years ago
Fix misplaced Plotly annotations.

github.com/JuliaPlots/Plots.jl - e19e25473ce22407aa08a866ae888489eef41e40 authored almost 7 years ago
Add support for Surface plots.

github.com/JuliaPlots/Plots.jl - bde415edd79c5694d6c5243afc3f89ee623d2c9e authored almost 7 years ago
Remove GR clone in travis tests

github.com/JuliaPlots/Plots.jl - 2004090ce58edb5c26f25a87f6a3e90390bee8fc authored about 7 years ago
Add GR to REQUIRE

github.com/JuliaPlots/Plots.jl - 18ea542cc4a261034ce45ca2020ecb70cad628ae authored about 7 years ago
Allow animation frame saving frequency to be a variable.

github.com/JuliaPlots/Plots.jl - 11a856fbb3cacc1d72c46ae639a81c8b51cdf4c4 authored about 7 years ago
Merge pull request #1362 from apalugniok/cropped-image

Fix image axis limits and add image movement and resizing.

github.com/JuliaPlots/Plots.jl - 1ed7899296f668c644e41a5de02701db2fffc2ac authored about 7 years ago
Allow manual flipping of yaxis for images.

github.com/JuliaPlots/Plots.jl - a79a40b1e8b79162f7cf1c429207b703a7694d5a authored about 7 years ago
Allow movement and resizing of images.

github.com/JuliaPlots/Plots.jl - d4075a1ef5ab99b0b1fb29cfd27cd8ec9906da5e authored about 7 years ago
Fix axis limits for images.

github.com/JuliaPlots/Plots.jl - 99f3b7ae99972085038321710778e810b65b2f43 authored about 7 years ago
Merge pull request #1361 from daschw/group

fix grouping of series_annotations

github.com/JuliaPlots/Plots.jl - fcb5b355b1bdd3c9c1a4020595d434b13feb07df authored about 7 years ago
Merge pull request #1360 from daschw/pyplot

Update pyplot backend

github.com/JuliaPlots/Plots.jl - 43d26af34dbd3f979e3872ee0af7dfb299108118 authored about 7 years ago
fix grouping of series_annotations

github.com/JuliaPlots/Plots.jl - 5e1c67c042f491955b2d0cd6d060d18fc04a6eca authored about 7 years ago
update pyart3D

github.com/JuliaPlots/Plots.jl - 11ef2be5063734db5e1a2e5e70b1f064455a23ca authored about 7 years ago
Merge pull request #1331 from apalugniok/subplot-labeling

RFC: Subplot labeling. Fixes #998

github.com/JuliaPlots/Plots.jl - 0f9bb7793cfcc1c9abda47fb0497a17c1f1d390b authored about 7 years ago
Merge pull request #1354 from apalugniok/cropped-image

Fix axis limits not cropping image. Fixes #1296

github.com/JuliaPlots/Plots.jl - decd7c2f60482028212bca0747042512f1948cb0 authored about 7 years ago
Merge pull request #1353 from wkearn/wsk-bugfix-1329

Check if any of the iterator args are zero

github.com/JuliaPlots/Plots.jl - edf88ffdf64c078bcd4afd79f82ad32b118291ec authored about 7 years ago
Merge pull request #1352 from wkearn/wsk-bugfix-1823

Uncomment convertToAnyVector for Date/DateTime

github.com/JuliaPlots/Plots.jl - 435a7c809b26fc6b860e94b3fffe6f2ec9593c13 authored about 7 years ago
Add subplot labeling via annotations.

github.com/JuliaPlots/Plots.jl - 10a852080566bab4b773ab475caab4ef8ed554fe authored about 7 years ago
Add position aliases.

github.com/JuliaPlots/Plots.jl - d79c66e5b6604644629348e263fa91d5030cc9a4 authored about 7 years ago
Use isempty rather than iszero

github.com/JuliaPlots/Plots.jl - cf6c16102bc66388df527a3b3c77472e7758691c authored about 7 years ago
Check if any of the iterator args are zero

Fixes #1329

github.com/JuliaPlots/Plots.jl - 32baaea5cb55bca2716b936946d587bee2e27bfe authored about 7 years ago
Fix deprecation.

github.com/JuliaPlots/Plots.jl - 27e2795576671a18be7110df49d2d248c052b37c authored about 7 years ago
Fix axis limits not cropping image.

github.com/JuliaPlots/Plots.jl - c21f3810b9c0603b2c984565e75cee0b68ff28c6 authored about 7 years ago
Uncomment convertToAnyVector for Date/DateTime

Fixes #1283

github.com/JuliaPlots/Plots.jl - 877e7ab940f6e55b47213d7a227cc12f779ab02b authored about 7 years ago
Merge pull request #1351 from daschw/gr-loglabels

gr: fix labels with logscales

github.com/JuliaPlots/Plots.jl - 7a9a871be30b379276642eda64a27b8c0e07251d authored about 7 years ago
Merge pull request #1350 from daschw/tests

update version for tests

github.com/JuliaPlots/Plots.jl - de31ce1c7300f507199612f826c2b9713fed32d0 authored about 7 years ago
fix labels with logscales

github.com/JuliaPlots/Plots.jl - 8b6dba8301281c92053f77c57940cc11c334be90 authored about 7 years ago
update version in NEWS.md

github.com/JuliaPlots/Plots.jl - af859b4c139694b643a6d1d97dd897f868eeb8c6 authored about 7 years ago
update version for tests

github.com/JuliaPlots/Plots.jl - 9b5295ff00a552ac79cbff0934ebf0e4097766b0 authored about 7 years ago
Merge pull request #1349 from jheinen/master

fixed problems with labels in scientific notation

github.com/JuliaPlots/Plots.jl - c1a94d704e9169363f0f3562126c616e847375f8 authored about 7 years ago
fixed problems with labels in scientific notation

github.com/JuliaPlots/Plots.jl - c2b56878fc15881614fa3f1e615ad9adafbda263 authored about 7 years ago
Merge pull request #1249 from apalugniok/pgfplots-scaled-ticks

WIP: Fix scientific formatter for PGFPlots and GR. Fixes #1241

github.com/JuliaPlots/Plots.jl - 4757bd89c0824e1b60b8a9ef505950164384bb6a authored about 7 years ago
Merge pull request #1347 from mkborregaard/master

update news for 0.14.3

github.com/JuliaPlots/Plots.jl - 1e56bf939d5d663ab3f9029e1db03c23efb5e961 authored about 7 years ago
Merge pull request #1344 from daschw/heatmap-alpha

allow transparency in heatmaps (fix #1342)

github.com/JuliaPlots/Plots.jl - 7c6095b6e873250feaf4091a38f0af3679058f30 authored about 7 years ago
allow transparency in heatmaps

github.com/JuliaPlots/Plots.jl - f6ed3fbb767d0b1c4ccf70ca7e70fbee6d3fa00f authored about 7 years ago
Merge pull request #1324 from wkearn/plotlyjs_rgba

Map rgba_string over :color vector and cycle through result

github.com/JuliaPlots/Plots.jl - 7bf2918438db775449f19edb7aafff41430a92e7 authored about 7 years ago
Merge pull request #1340 from wkearn/framestyle_ticks

Add a check for ticks==nothing or false

github.com/JuliaPlots/Plots.jl - 92fefc708934ad6b6bce5a931d5990b10504c62a authored about 7 years ago
Add a check for ticks==nothing or false

Fixes #1336

github.com/JuliaPlots/Plots.jl - e6df4d977d5b656c6685e334c99c4a80f6af618e authored about 7 years ago
Merge pull request #34 from darwindarak/dd/userplot-docstring

RFC: Make `userplots` and `shorthand` macros documentable

github.com/JuliaPlots/Plots.jl - 9ba5a4faa30becc95dd3d886dcc4a22fe015c1cb authored about 7 years ago
Fix scientific formatter for GR and PGFPlots.

github.com/JuliaPlots/Plots.jl - 62ca787e6e3d9076b062064a534095706b875889 authored about 7 years ago
Turn off scaled ticks for PGFPlots.

github.com/JuliaPlots/Plots.jl - 32d59fff615df6fd098ca434c9faf1e2fb16f444 authored about 7 years ago
Merge pull request #1330 from apalugniok/pyplot-alphaImages

Fix PyPlot ignoring alpha values of images. Fixes #1131

github.com/JuliaPlots/Plots.jl - 1949b6fe0f6afef3b1d7d0e0d39a78510a7966c1 authored about 7 years ago
Fix PyPlot ignoring alpha values of images

github.com/JuliaPlots/Plots.jl - 95a5b5025a7e0b57e1af20abf5c3bd1c86cd9cc4 authored about 7 years ago
Merge pull request #1328 from daschw/gr-grid3d

fix gr 3d grid appearance

github.com/JuliaPlots/Plots.jl - aa22fd2ff2d569aee9f2862e32153c8ab9682125 authored about 7 years ago
fix gr 3d grid appearance

github.com/JuliaPlots/Plots.jl - 50df9a70c9fb9c207368358b451543afdfbfc1bc authored about 7 years ago
Merge pull request #1327 from mkborregaard/master

Don't return false from abline!

github.com/JuliaPlots/Plots.jl - 6d88e150d0c728cd344e6424b2f160e03c1fc068 authored about 7 years ago
Don't return false

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

Don't add `abline!` if outside plot window

github.com/JuliaPlots/Plots.jl - ce737a949105bdfc85d748df743f46d60653bd41 authored about 7 years ago
Don't add `abline!` if outside plot window

github.com/JuliaPlots/Plots.jl - 6ff4dce62a3a272ec2c0ac997b1bd279f8fd0905 authored about 7 years ago
Map rgba_string over :color vector and cycle through result

github.com/JuliaPlots/Plots.jl - 89b5582d0de6756daaafd42859d9dad11265a051 authored about 7 years ago
Merge pull request #1323 from daschw/plottheme

Reduce number of ticks in heatmap in showtheme recipe

github.com/JuliaPlots/Plots.jl - 09c5e8a375dbd924347dac42a3c6067745d62276 authored about 7 years ago
reduce tick number in heatmap plot

github.com/JuliaPlots/Plots.jl - a1a7dcd6b82b01a74aa633763d3a29932388fdaf authored about 7 years ago
Merge pull request #1322 from daschw/line_z

Fix line_z

github.com/JuliaPlots/Plots.jl - d223d872fbc5c7898ba8a36baeca350e56a699b8 authored about 7 years ago
Merge pull request #1320 from apalugniok/pyplot-legend

Fix mismatched legend color when linecolor is given. Fixes #1319

github.com/JuliaPlots/Plots.jl - 91eaa32ad795595b7bed41118a01adbb96b6e77d authored about 7 years ago
add missing 'series'

github.com/JuliaPlots/Plots.jl - 6cdccf4353c262bb489b2d398ecb3317c88148a3 authored about 7 years ago
Merge pull request #1318 from jheinen/master

gr: improve PNG output (resolution)

github.com/JuliaPlots/Plots.jl - ac9aee97fd2aa84a77855a65f8f02ec26a7a191c authored about 7 years ago
gr: improve PNG output (resolution)

github.com/JuliaPlots/Plots.jl - 5be95be9aeffbe413cf7beb635dd69be25a76a0d authored about 7 years ago
Fix mismatched legend color when linecolor is given.

github.com/JuliaPlots/Plots.jl - e402f5dfce2be0c9e127171debb804f96dcab194 authored about 7 years ago
Merge pull request #1317 from apalugniok/3d-marker_z

3D marker_z handling. Fixes #1205

github.com/JuliaPlots/Plots.jl - 61be113714c5fa0e6f7e654c23b4cfed75e2eb2e authored about 7 years ago
Only base clims on z values when series is colored by z.

github.com/JuliaPlots/Plots.jl - a637f43edd42479e83e5182a9458cc2bb6d35689 authored about 7 years ago
Merge pull request #1314 from daschw/showtheme

update showtheme recipe

github.com/JuliaPlots/Plots.jl - 4bb43887a484a760cf75f35f73ab6f60653428e0 authored about 7 years ago
update showtheme recipe

github.com/JuliaPlots/Plots.jl - 802b20be6f4d81b664d9d7c1ae931312db326de5 authored about 7 years ago
reactivate precompilation

github.com/JuliaPlots/Plots.jl - 216a9c3666516243f468b9c5c5c28da11ba50e93 authored about 7 years ago
turn off precompilation

github.com/JuliaPlots/Plots.jl - 81782c3927d17e63659cfe1b80fe5a92c2838419 authored about 7 years ago
Merge pull request #1313 from joshday/jd/fix-histogram

Fix plotly histogram

github.com/JuliaPlots/Plots.jl - 2c2ebbba0e88d942c883960a858a68230af6857c authored about 7 years ago
fix plotly histogram

github.com/JuliaPlots/Plots.jl - 3d323a734dffa5fa3fd4fdf8db955d14057613b8 authored about 7 years ago
Merge pull request #1301 from JuliaPlots/sd/fixlines

fix JuliaGL/GLVisualize.jl#238

github.com/JuliaPlots/Plots.jl - 93263a61b1df90ef3eaa1533207ac11e729675d8 authored about 7 years ago
Merge pull request #1311 from apalugniok/ribbons

Fix ribbons slicing for several series. Fixes #1302

github.com/JuliaPlots/Plots.jl - 8b551e5285308616248f618a4dc4f67cc93e3db7 authored about 7 years ago
Merge pull request #1308 from rdeits/line-z-example

add line_z and marker_z example

github.com/JuliaPlots/Plots.jl - e11c91ddd92f3c7ec9c69e8aa65508e8c6179b19 authored about 7 years ago
Fix slicing of ribbons.

github.com/JuliaPlots/Plots.jl - 938c83533b165541ea0a0f744a918eebd70dfa21 authored about 7 years ago
Merge pull request #1310 from daschw/release

precompile on

github.com/JuliaPlots/Plots.jl - 46136d616f65e5bfa3f95a54b4a44a6a2c116c72 authored about 7 years ago
Merge pull request #1309 from daschw/release

prepare release

github.com/JuliaPlots/Plots.jl - 2fb7dddffb060984bd286e72a1a659d165a8388f authored about 7 years ago
Merge pull request #38 from goretkin/patch-1

Update link for case studies

github.com/JuliaPlots/Plots.jl - ed3f672482ddc7658086b65fe25a196248af23e2 authored about 7 years ago
precompile off

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

github.com/JuliaPlots/Plots.jl - 1aa4e7eee631bd32a498f7202d6bce5cc6d06ebc authored about 7 years ago
Merge pull request #1279 from daschw/plottheme

New PlotTheme type

github.com/JuliaPlots/Plots.jl - 995e12bd5771037a209bd593ceca7f9479d481ff authored about 7 years ago
Update link for case studies

github.com/JuliaPlots/Plots.jl - aac0f9ec69b50c39e25ca52901fd7df2d3a0cb75 authored about 7 years ago
add line_z and marker_z example

github.com/JuliaPlots/Plots.jl - ee6dbb9ac782191f9f1449203219bc4fd9a3f39b authored about 7 years ago
Merge pull request #1307 from wkearn/pyplot_legend_style

Add linestyle argument to the legend

github.com/JuliaPlots/Plots.jl - 5b85cd83f270e433a311277a249f29d761ddfe38 authored about 7 years ago
Add linestyle argument to the legend

This fixes #1305

github.com/JuliaPlots/Plots.jl - 1645c3f66b19c229b188dc650dd9f67970008a18 authored about 7 years ago
Merge pull request #1304 from joshday/jd/histogram

plotly: bar_width and stroke_width support for bar plots

github.com/JuliaPlots/Plots.jl - 084d45141dd26a2835b58f1bb6ee032a319c034a authored about 7 years ago
add strokewidth and bar_width for plotly's bar

github.com/JuliaPlots/Plots.jl - f80afddd8f393aa8e4338634a1d0f9aba0f4a0ad authored about 7 years ago