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

Change typealias to const

github.com/JuliaPlots/Plots.jl - 10f214fbb4cb700e0ad800c96eee6bab38c51c02 authored over 7 years ago by David Sanders <[email protected]>
Fix world-age problem with IJulia

github.com/JuliaPlots/Plots.jl - 698d583d1d261e01d0d17e364db16c1e9d0c1ab7 authored over 7 years ago by David Sanders <[email protected]>
Merge pull request #802 from oschulz/bins-default-auto

Change default for bins to :auto (meaning 30 bins)

github.com/JuliaPlots/Plots.jl - 598211c34971b701a17d26b46a17ede468c7c001 authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
Change default for bins to :auto (meaning 30 bins)

github.com/JuliaPlots/Plots.jl - 784382110945b37e9d2acbbb1fe82a7b6ca2ac05 authored over 7 years ago by Oliver Schulz <[email protected]>
Merge pull request #800 from oschulz/barplot-fix

Barplot fix

github.com/JuliaPlots/Plots.jl - 96f3baca41efbf505df4e3648550df259fefec5b authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
Merge pull request #775 from JonathanAnderson/julia0.6

Update gr.jl in v0.6 so inline plots work

github.com/JuliaPlots/Plots.jl - d1980ef978a765f5c80ed72f2857161ffe28f65f authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
Improve data preprocessing for bar and histogram plots

Fixes broken bar-plots with non-numeric a-axes

github.com/JuliaPlots/Plots.jl - 67b4157e254fdfe910132bea9b3fcb1a3f0f2a1d authored over 7 years ago by Oliver Schulz <[email protected]>
Remove remnant debugging output

github.com/JuliaPlots/Plots.jl - a523903c154a4c3d43c7ab0543b2b23ad519e911 authored over 7 years ago by Oliver Schulz <[email protected]>
Merge pull request #798 from jheinen/master

gr: fixed linewidth bug (lw=0)

github.com/JuliaPlots/Plots.jl - 92e9fa208465821487280bbd022e152a83287181 authored over 7 years ago by Josef Heinen <[email protected]>
gr: fixed linewidth bug (lw=0)

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

Add pgfplots support for zcolor and colorbar

github.com/JuliaPlots/Plots.jl - 79bf45b8231f5f6120362a4cb10196b8a389831a authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
Merge pull request #793 from daschw/ds-ticks-reduction

Avoid reducing the number of ticks set by the user

github.com/JuliaPlots/Plots.jl - 58989465f42f4bb5bd1a9c124765e55ee69a2f75 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
Merge pull request #794 from daschw/ds-pyplot-colorbar

Avoid PyPlot colorbar label cropping

github.com/JuliaPlots/Plots.jl - 1e6b442c6c2f68abe376d0f48e4a93c08a56d69e authored over 7 years ago by Daniel Schwabeneder <[email protected]>
Merge pull request #758 from mcawte/master

Added an animation with subplots example

github.com/JuliaPlots/Plots.jl - 33addf4449e91a3bab46e98ce541ab19b625644d authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
Merge pull request #790 from huckl3b3rry87/pull-request/2e732993

changed warning in imagemagick

github.com/JuliaPlots/Plots.jl - c5fed9524a09a67a56fcc29fbc7b49e52eeb27f5 authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
Merge pull request #769 from blegat/surfaceclims

Use clims with :surface for PyPlot

github.com/JuliaPlots/Plots.jl - cbfadde43cc677b2d7d4796dafa1c4ef92469ed3 authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
Merge pull request #797 from mkborregaard/updatenews

Update News.md

github.com/JuliaPlots/Plots.jl - cebe1eedeb0ba2bf3913fec6aecd2a8aa67006f3 authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
Update News.md

github.com/JuliaPlots/Plots.jl - c22a9e51a16b7e353137fc7a4b2e01648b9a788d authored over 7 years ago by Michael K. Borregaard <[email protected]>
Merge pull request #787 from oschulz/new-hist-impl

Rewrite of histogram recipes, using StatsBase.histogram

github.com/JuliaPlots/Plots.jl - e41022c7be73d4a201767b05dc335d4feae98315 authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
Change histogram implementation, use StatsPlots, add new histogram styles

New series recipes for binned data:

* barbins
* scatterbins
* stepbins

New series recipes for ...

github.com/JuliaPlots/Plots.jl - 118823064174714f14698f819fa0e0616b403ce2 authored over 7 years ago by Oliver Schulz <[email protected]>
Fix log-scale for 1D bar/bin/histogram series types

github.com/JuliaPlots/Plots.jl - 56a9389023745db11308225cae2ecd0a21253f91 authored over 7 years ago by Oliver Schulz <[email protected]>
Merge pull request #789 from huckl3b3rry87/pull-request/5e5e1850

deleted old warning for conda

github.com/JuliaPlots/Plots.jl - e760b425601481219906cea4231341a375cb5e3c authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
Merge branch 'master' into pull-request/5e5e1850

github.com/JuliaPlots/Plots.jl - 627c03193a0c83c7c7d65529a734b8d5174ce4d4 authored over 7 years ago by Huckleberry Febbo <[email protected]>
Add pgfplots support for zcolor and colorbar

github.com/JuliaPlots/Plots.jl - 0f837f3438fd4e7bf41075a83bcf604738feba22 authored over 7 years ago by Sebastian Pech <[email protected]>
avoid auto-reduction of user-defined ticks

github.com/JuliaPlots/Plots.jl - af072da0b05013c5e954c4171ca59f2ad565f561 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
increase rightpad for colorbars

github.com/JuliaPlots/Plots.jl - c4f3b93da56a26d8ac8a7734991ab32943c5c62e authored over 7 years ago by Daniel Schwabeneder <[email protected]>
Merge pull request #782 from oschulz/fix-pylot-conda-handling

Prevent inadvertent Conda ROOTENV initialization

github.com/JuliaPlots/Plots.jl - 906f11ed76116ecd7641131defddee10fc44f664 authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
changed warning in imagemagick

github.com/JuliaPlots/Plots.jl - 2e7329931c0faac4c4effbe5f82830bf39c21d7f authored over 7 years ago by Huckleberry Febbo <[email protected]>
deleted old warning for conda

github.com/JuliaPlots/Plots.jl - 5e5e1850ac39e7b83ea47f9658375a4b5bb19d20 authored over 7 years ago by Huckleberry Febbo <[email protected]>
undo unnecessary changes

github.com/JuliaPlots/Plots.jl - 93d16a27c1cb67e7305360429cea15b80eb3f4dc authored over 7 years ago by Daniel Schwabeneder <[email protected]>
wip let axis limits expand

github.com/JuliaPlots/Plots.jl - a602309a02c72359227c1d1d68635cf5b1d37762 authored over 7 years ago by Daniel Schwabeneder <[email protected]>
Prevent inadvertent Conda ROOTENV initialization

Conda._installed_packages_dict() always runs Conda._install_conda(),
even when using an external...

github.com/JuliaPlots/Plots.jl - 6b250d1ab6d29cf1841573ae37ba68c6f0a8cdea authored over 7 years ago by Oliver Schulz <[email protected]>
Merge pull request #777 from Godisemo/patch-1

Add colorbar_title attr to plotly(js) backends

github.com/JuliaPlots/Plots.jl - 1ee6affcb3990cdcfa1e489451bc57c3f33be015 authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
allow Int as input type for the ticks attribute to set the desired number of ticks

github.com/JuliaPlots/Plots.jl - 11e9eb3aa354a5ea07e608cb9d5c35bdbe19efdb authored over 7 years ago by Daniel Schwabeneder <[email protected]>
Add colorbar_title attr to plotly(js) backends

fixes issue #773

github.com/JuliaPlots/Plots.jl - 7a1dd0db29b3f181782842cfec4201282d736d28 authored over 7 years ago by Godisemo <[email protected]>
Merge pull request #776 from JuliaPlots/revert-747-hdf5plots

Revert "Initial implementation for HDF5 plots."

github.com/JuliaPlots/Plots.jl - e41918569b919db80bed8fd070dea122265c083c authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
Revert "Initial implementation for HDF5 plots."

github.com/JuliaPlots/Plots.jl - ec6f75b59e8b67eef6ec04f3183cb87f609d8482 authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
Merge pull request #747 from ma-laforge/hdf5plots

Initial implementation for HDF5 plots.

github.com/JuliaPlots/Plots.jl - ec595c23e5d942f7b81a62206c174c6f0a8e6c16 authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
Merge pull request #746 from ma-laforge/inspectdr

Layout fix: Update plot.bb in _update_plot_object.

github.com/JuliaPlots/Plots.jl - 2c5a37d38e096bdcface3a96dae1b8061ba8ce4e authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
Merge pull request #771 from blegat/travis

Update Travis badge

github.com/JuliaPlots/Plots.jl - 3ec61cd012cea63d98b4ccf158e65fbc2bcc558c authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
Merge pull request #774 from ChrisRackauckas/complex

Recipe for handing arrays of complex values

github.com/JuliaPlots/Plots.jl - a3b4b9c8b28262e11cd911ebfb20993ce9406dd5 authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
Update gr.jl in v0.6 so inline plots work

I wanted to switch from using GR directly to using Plots, but the inline plots were not working ...

github.com/JuliaPlots/Plots.jl - b3db49b4ae1b036fb08de6ca50b24c5907139b6e authored over 7 years ago by Jonathan Anderson <[email protected]>
Update gr.jl inline display to match GR.jl

I wanted to switch from using GR directly to using Plots, but the inline plots were not working ...

github.com/JuliaPlots/Plots.jl - 5166d164062c93e0a0bab11829b4143c599e2c8d authored over 7 years ago by Jonathan Anderson <[email protected]>
tone down recipe

github.com/JuliaPlots/Plots.jl - 3e7dd9bb77cd51ac432aaae5c5e7bdfb481f3566 authored over 7 years ago by ChrisRackauckas <[email protected]>
Merge pull request #772 from blegat/fix770

Fix #770

github.com/JuliaPlots/Plots.jl - 0ab57b3d76d0839cb08755a94ad6aad1fa6eeaab authored over 7 years ago by Simon <[email protected]>
(complex) type recipe

github.com/JuliaPlots/Plots.jl - 0be08242077129b3c40da812b793d746ac45f187 authored over 7 years ago by ChrisRackauckas <[email protected]>
add transformation option

github.com/JuliaPlots/Plots.jl - 7def4e8e7372cff8b6d046d8f578635964f173a9 authored over 7 years ago by ChrisRackauckas <[email protected]>
Merge pull request #762 from mkborregaard/vectorfield_alias

add vectorfield alias to quiver: Closes #760

github.com/JuliaPlots/Plots.jl - 2397c78e9fa7af47c1a74999984fc9dc723fb0bd authored over 7 years ago by Michael Krabbe Borregaard <[email protected]>
coloring setup

github.com/JuliaPlots/Plots.jl - 9a59df793dba43aed9104598b3d6ae591840d859 authored over 7 years ago by ChrisRackauckas <[email protected]>
force real x

github.com/JuliaPlots/Plots.jl - 1852ba99b35b96c6b2a858c3744c1edcd32ed334 authored over 7 years ago by ChrisRackauckas <[email protected]>
complex recipe

github.com/JuliaPlots/Plots.jl - 0d665c661f23a4248d2ecb76a723e4efbbd7a592 authored over 7 years ago by ChrisRackauckas <[email protected]>
Fix #770

github.com/JuliaPlots/Plots.jl - f11828075b2a8c46cb306d8c3deadaa0ed58a03d authored over 7 years ago by Benoît Legat <[email protected]>
Update Travis badge

github.com/JuliaPlots/Plots.jl - 9a1efefbd45d882f2e8f247b0183825d6dc852ac authored over 7 years ago by Benoît Legat <[email protected]>
Use clims with :surface for PyPlot

github.com/JuliaPlots/Plots.jl - 066ff96b5845599d860305b374f9dee4955857d2 authored over 7 years ago by Benoît Legat <[email protected]>
Merge pull request #768 from jheinen/master

gr: expand extrema for heatmap() axes

github.com/JuliaPlots/Plots.jl - 7d8b00d1b9631a31de568ac256080a2dba8a7e10 authored over 7 years ago by Josef Heinen <[email protected]>
gr: expand extrema for heatmap() axes

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

gr: use correct line width

github.com/JuliaPlots/Plots.jl - b8d80f5285f802cfa1df2c6e581fac1b12f7bd59 authored almost 8 years ago by Josef Heinen <[email protected]>
gr: use correct line width

github.com/JuliaPlots/Plots.jl - ccb9df2a0870b9ff6307b6157f92114ac73917f6 authored almost 8 years ago by Josef Heinen <[email protected]>
Merge pull request #764 from JuliaPlots/dev

gr: use correct marker size

github.com/JuliaPlots/Plots.jl - c3ae9e1ee2492f81895cf71a7848b0f302249bf2 authored almost 8 years ago by Josef Heinen <[email protected]>
Merge pull request #763 from jheinen/dev

gr: use correct colorbar() routine

github.com/JuliaPlots/Plots.jl - abcc4b6739192dc114f5c86a6859a4ee4446e3fa authored almost 8 years ago by Josef Heinen <[email protected]>
gr: use correct marker size

github.com/JuliaPlots/Plots.jl - dd3f65496ad98c8a393fd0f766dd81e0288b2de4 authored almost 8 years ago by Josef Heinen <[email protected]>
add vectorfield alias to quiver

github.com/JuliaPlots/Plots.jl - 2d69fc39de7522770a53d9a9078314c8cebad37a authored almost 8 years ago by Michael K. Borregaard <[email protected]>
Merge pull request #752 from daschw/ds-datetime-ticks

restore bar_width behavior for date x axis

github.com/JuliaPlots/Plots.jl - 731cac42620a06e2197fea1132a3d4990a8d8a8f authored almost 8 years ago by Michael Krabbe Borregaard <[email protected]>
Added an animation with subplots example

github.com/JuliaPlots/Plots.jl - b4846bd5d55202bb6948fb3979f69705d2ef552f authored almost 8 years ago by Michael Cawte <[email protected]>
Merge pull request #754 from jheinen/dev

gr: use correct colorbar() routine

github.com/JuliaPlots/Plots.jl - fac39344f4976a5769eceb06332a158c8d7fb487 authored almost 8 years ago by Josef Heinen <[email protected]>
gr: use correct colorbar() routine

github.com/JuliaPlots/Plots.jl - ffb9878893b75378f710fc5511c7e5518a0b9cdf authored almost 8 years ago by Josef Heinen <[email protected]>
restore bar_width behavior for date x axis

github.com/JuliaPlots/Plots.jl - 034a1af649ca29efb1d293b85de7c711c629f421 authored almost 8 years ago by Daniel Schwabeneder <[email protected]>
Initial implementation for HDF5 plots.

github.com/JuliaPlots/Plots.jl - 06fd894f7945fe5f0e8200800522cef9ff36b5fb authored almost 8 years ago by MA Laforge <[email protected]>
Layout fix: Update plot.bb in _update_plot_object.

github.com/JuliaPlots/Plots.jl - 57316484798535b747fceb0bb0695587b2b15df3 authored almost 8 years ago by MA Laforge <[email protected]>
Merge pull request #731 from mkborregaard/fix-colors-with-marker_z

fix plotly error on marker_z

github.com/JuliaPlots/Plots.jl - 1ebc2cb9c1dab6de5baeedbbbaa0b24b17ce43de authored almost 8 years ago by Tom Breloff <[email protected]>
Merge pull request #729 from JuliaPlots/sd/dev

newest changes

github.com/JuliaPlots/Plots.jl - 0bd76ef7a4a1b6ef24a242bd34d01bd41f869cac authored almost 8 years ago by Tom Breloff <[email protected]>
Merge pull request #720 from daschw/pull-request/f2235abf

Added logic to choose *round* DateTime tick positions

github.com/JuliaPlots/Plots.jl - ea15f7746d085cfb0057794185015d9ee12df428 authored almost 8 years ago by Tom Breloff <[email protected]>
fix error on marker_z

github.com/JuliaPlots/Plots.jl - ed102269e7eaa5e46ffdd74b09a92739d736a95b authored almost 8 years ago by Michael K. Borregaard <[email protected]>
avoid ignoring ticks set by the user

github.com/JuliaPlots/Plots.jl - 76e1f4720bad7d956dfd076311430f244dd96990 authored almost 8 years ago by Daniel Schwabeneder <[email protected]>
Merge pull request #721 from mkborregaard/fix-pyplot-grid

set dotted grid lines for pyplot

github.com/JuliaPlots/Plots.jl - 2317b77314b7fbf6fd17ca0628d6da3986e4d8ef authored almost 8 years ago by Tom Breloff <[email protected]>
Merge pull request #718 from anowacki/0.6-scale-fix

Remove import of Base.scale(!); fixes #687

github.com/JuliaPlots/Plots.jl - 1a7bb10a229bb48b5fe5c6a37dc9429f93121ae4 authored almost 8 years ago by Michael Krabbe Borregaard <[email protected]>
Merge pull request #727 from mkborregaard/fix-linecolor-for-density

remove density from like_histogram

github.com/JuliaPlots/Plots.jl - 0732006d5acad1056a7b0522f2a948efc9dcb273 authored almost 8 years ago by Michael Krabbe Borregaard <[email protected]>
remove density from like_histogram

github.com/JuliaPlots/Plots.jl - fb2e12089f67a53fc92a70a3b53ee5f265a1006d authored almost 8 years ago by Michael K. Borregaard <[email protected]>
set dotted grid lines for pyplot

github.com/JuliaPlots/Plots.jl - 7a0e03b3746ce8207d5572001a0b96b4d8a8e64e authored almost 8 years ago by Michael K. Borregaard <[email protected]>
Added logic to choose *round* DateTime tick positions

github.com/JuliaPlots/Plots.jl - f2235abf08cca48209954c7378075e55efd3f7f2 authored almost 8 years ago by Daniel Schwabeneder <[email protected]>
Remove import of Base.scale(!); fixes #687

Base.scale and Base.scale! were deprecated in v0.5 and removed in
v0.6-pre.alpha. Removing thei...

github.com/JuliaPlots/Plots.jl - 5435ce20a935f4236ec8b2a31ebf6d7e690fe97e authored almost 8 years ago by Andy Nowacki <[email protected]>
Merge pull request #716 from mkborregaard/fix-gr_inqtext

define default behaviour for symbol in gr_text

github.com/JuliaPlots/Plots.jl - 124f1fe7019f5201d89b1c46fc684cfb8d5aa9d8 authored almost 8 years ago by Michael Krabbe Borregaard <[email protected]>
define default behaviour for symbol in gr_text

github.com/JuliaPlots/Plots.jl - 37e2c18c3c01efe448720e49817c06e1afb008a6 authored almost 8 years ago by Michael K. Borregaard <[email protected]>
Merge pull request #692 from mkborregaard/showlibrary

Update Plots to use color libraries

github.com/JuliaPlots/Plots.jl - 032f5a5dab468f918b6310f29016e03ca57bf477 authored almost 8 years ago by Michael Krabbe Borregaard <[email protected]>
sort colors

github.com/JuliaPlots/Plots.jl - 7e41a2f40d6aeff6f086faa510f2e48308d1ec18 authored almost 8 years ago by Michael K. Borregaard <[email protected]>
Merge pull request #711 from mkborregaard/fix-pyplot-deprecation-warning

fix set_axis_bgcolor

github.com/JuliaPlots/Plots.jl - 8b90eb37c516e4bd74c4fdde420d453526815193 authored almost 8 years ago by Tom Breloff <[email protected]>
Merge pull request #703 from lwabeke/FreeBSDfix

FreeBSDfix

github.com/JuliaPlots/Plots.jl - ff797b11d15da5ce632a4c4c5e301007e0195a71 authored almost 8 years ago by Tom Breloff <[email protected]>
Merge pull request #706 from ma-laforge/inspectdr

InspectDR: Reflect changes to support delta markers.

github.com/JuliaPlots/Plots.jl - 31c665a837fd35fa3f690a7ff87bcb48c4b8b3b2 authored almost 8 years ago by Tom Breloff <[email protected]>
Merge remote-tracking branch 'origin/dev'

github.com/JuliaPlots/Plots.jl - 68c39697a668c806aeeda91505e037f7e47b209b authored almost 8 years ago by Tom Breloff <[email protected]>
set defaults to sequential

github.com/JuliaPlots/Plots.jl - 6f8881b610d3908e5413e4abc5101e2b8ed5009f authored almost 8 years ago by Michael K. Borregaard <[email protected]>
fix gr.text on showgradient

github.com/JuliaPlots/Plots.jl - 1b468ba5d80348b232b3542d1a8837ab9e98a924 authored almost 8 years ago by Michael K. Borregaard <[email protected]>
fix set_axis_bgcolor

github.com/JuliaPlots/Plots.jl - 7aca2b1584503c28dd9660d15f13630d9b690ef3 authored almost 8 years ago by Michael K. Borregaard <[email protected]>
put PlotThemes in :misc

github.com/JuliaPlots/Plots.jl - 41e56b1f2e4350ca9676995e18cde0d6e6d3e710 authored almost 8 years ago by Michael K. Borregaard <[email protected]>
fix error on gr

github.com/JuliaPlots/Plots.jl - cad96e652f1634acbc52f768666bf1275864327c authored almost 8 years ago by Michael K. Borregaard <[email protected]>
Merge pull request #1 from mkborregaard/theme-works-with-colorlibraries

Theme works with colorlibraries

github.com/JuliaPlots/Plots.jl - c7bde0ff1945e8d1c30f3fad44844bb3755597b4 authored almost 8 years ago by Michael Krabbe Borregaard <[email protected]>
updated function names

github.com/JuliaPlots/Plots.jl - 6b94bbac2d9031dd41b711794855b29f82ef16af authored almost 8 years ago by Michael K. Borregaard <[email protected]>
Merge branch 'JuliaPlots/master' into showlibrary

github.com/JuliaPlots/Plots.jl - f7de9fbea410887b4812d14d68de3fefe31284df authored almost 8 years ago by Michael K. Borregaard <[email protected]>
Put themes in Plots library

github.com/JuliaPlots/Plots.jl - 5465479e5772b60d4a19c6eae191f9fa3908b498 authored almost 8 years ago by Michael K. Borregaard <[email protected]>
Merge pull request #710 from jheinen/dev

Fixed image bug

github.com/JuliaPlots/Plots.jl - cd3ce86dbba1630f263a6ec7bc6dbb0e95e4b6a2 authored almost 8 years ago by Josef Heinen <[email protected]>
Fixed image bug

github.com/JuliaPlots/Plots.jl - b109025fac29835e5a37a6fe4e0581dc6355e189 authored almost 8 years ago by Josef Heinen <[email protected]>