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

Merge pull request #1481 from daschw/gr-mindep

add minimal version for GR dependency

github.com/JuliaPlots/Plots.jl - c93d5e7830e076c40eee7046440a0459c842a0b5 authored almost 7 years ago
Merge pull request #1477 from daschw/heatmap-recipe

RFC: WIP: Heatmap recipe

github.com/JuliaPlots/Plots.jl - e305b973b2ecc38146cdae00b36448553c9606c3 authored almost 7 years ago
prepare release

github.com/JuliaPlots/Plots.jl - 506d3611fdead5c26996b478395e7c913becd12f authored almost 7 years ago
add minimal version for GR dependency

github.com/JuliaPlots/Plots.jl - 14b644777d962e7f15c38d6ecb1585bc73abb52a authored almost 7 years ago
Merge pull request #1380 from davidanthoff/always-install-gr

Add GR to REQUIRE

github.com/JuliaPlots/Plots.jl - b9c23c75f4d5d942a4e9af55f3fce331df7e5fee authored almost 7 years ago
make alternative plots_heatmap seriestype

github.com/JuliaPlots/Plots.jl - af60d03060722772512d190ef2a7ad142d92a841 authored almost 7 years ago
Merge pull request #1479 from apalugniok/pgfplots-scientific

Replace `×` with `\times` for PGFPlots. (Fixes #1464)

github.com/JuliaPlots/Plots.jl - adb66cae9df30a4360d01b9333a66993545b3baa authored almost 7 years ago
Fix axis limits for ticks = :native

github.com/JuliaPlots/Plots.jl - aeaa0c5f8d74cb709d682114230bd9d9e227e40f authored almost 7 years ago
Fix :native DateTime and categorical ticks for Plotly.

github.com/JuliaPlots/Plots.jl - b009da4b47d3ac5032506949ab7354a3853b672c authored almost 7 years ago
Replace `×` with `\times` for PGFPlots.

github.com/JuliaPlots/Plots.jl - 8abd70bed8e4be9a92d2b7354448c4aa886ed17d authored almost 7 years ago
Merge pull request #1443 from fedxa/fedxa-autosciaxis

Partial attempt to fix labeling to atomatically scientific notation

github.com/JuliaPlots/Plots.jl - 91cd6c1954919a93947a9011a9c68b5d2d43cc7d authored almost 7 years ago
fixes for plotly

github.com/JuliaPlots/Plots.jl - 7a702489d03b6b1345450682c8758cafbd783e1d authored almost 7 years ago
Merge pull request #1476 from daschw/default-theme

allow to set the theme in PLOTS_DEFAULTS

github.com/JuliaPlots/Plots.jl - d33331f650901fb6795ea42e8c347538bae0b5af authored almost 7 years ago
allow to set the theme in PLOTS_DEFAULTS

github.com/JuliaPlots/Plots.jl - ad55551819848b2a34683f61b22abc601be6869a authored almost 7 years ago
Merge pull request #1475 from daschw/pgf-legendmarker

Filled legend marker for filled areas in PGFPlots

github.com/JuliaPlots/Plots.jl - 1d38e5028157810194ba97bb7967700135636676 authored almost 7 years ago
Merge pull request #1471 from hycakir/master

Remove SVG support for plotly, which is not there

github.com/JuliaPlots/Plots.jl - cef0882e806fa580ad90fd48fe15b3a609ac35f6 authored almost 7 years ago
fix multiple series

github.com/JuliaPlots/Plots.jl - 5a07c4917ef781ad576a037fa631848b7acc219a authored almost 7 years ago
filled legend marker for filled area in PGFPlots

github.com/JuliaPlots/Plots.jl - e498d091cd553c92d4e20287ac91d4250d762f89 authored almost 7 years ago
Merge pull request #1474 from mkborregaard/master

Improve histogram2d bin estimation

github.com/JuliaPlots/Plots.jl - 8ba30c5453c0b32d6bc2aeb8406fb240d1eb5c9c authored almost 7 years ago
implement heatmapr recipe

github.com/JuliaPlots/Plots.jl - 685e2eaff7c3645c5ba5ae724e47fd0cac086e49 authored almost 7 years ago
Improve histogram2d bin estimation

The existing one would error when the correlation was high

github.com/JuliaPlots/Plots.jl - 6ca8471c64a45526ca45757f2bda388721bec82f authored almost 7 years ago
Remove SVG support, which is not there

plotly backend does not support SVG output. What it shows is the HTML output of Plotly backend.
...

github.com/JuliaPlots/Plots.jl - e30f4652afa159dc49a4720140b30c69387c8eab authored almost 7 years ago
Merge pull request #1467 from daschw/segments

Segments: vector arguments, line_z and fill_z for GR, PyPlot, Plotly(JS) and PGFPlots

github.com/JuliaPlots/Plots.jl - 9acb89ba8ab78b9252e0c72c7c1285ada2b2abd5 authored almost 7 years ago
fix test errors

github.com/JuliaPlots/Plots.jl - 9b9a775a4189894834e840c0ed82b799df73b3b0 authored almost 7 years ago
fix pyplot (leave commented lines for possible future work)

github.com/JuliaPlots/Plots.jl - a6f11cdb31af10aa7290d07c9564c28c0b472c67 authored almost 7 years ago
pyplot use linecollection only WITHOUT fillrange

github.com/JuliaPlots/Plots.jl - 777642ef55cae1867783bb1965b020d22b4d5603 authored almost 7 years ago
add fill_z and line_z to supported pgfplots attr

github.com/JuliaPlots/Plots.jl - d1d7fd258f6b53a77d2477281cda7a4006365d8f authored almost 7 years ago
fix transparency on GR

github.com/JuliaPlots/Plots.jl - 7e4635de26b71033855a9c92dc3d7189abcb7603 authored almost 7 years ago
fix linestyle in pyplot

github.com/JuliaPlots/Plots.jl - d7b2173066d5ae46d2601e590e2a60d3adec33be authored almost 7 years ago
implement fillrange, vector arguments, line_z and fill_z for pgfplots

github.com/JuliaPlots/Plots.jl - 55e9c8c9ebdf9b77ee773b5882a40de387473980 authored almost 7 years ago
implement vector arguments, line_z and fill_z for plotly

github.com/JuliaPlots/Plots.jl - c34e1d3c199958240e147f8aa996617c592da5ea authored almost 7 years ago
implement vector arguments for GR and PyPlot

github.com/JuliaPlots/Plots.jl - f89b1ba303fd4f40a392a023f3e3fcb3a05181c0 authored almost 7 years ago
some bug fixes

github.com/JuliaPlots/Plots.jl - fc7b6dd0c6231f2af1c93e1b85c2ee495b30ab5f authored almost 7 years ago
introduce iter_segments(series::Series) considering certain vector series attributes

github.com/JuliaPlots/Plots.jl - 1b5240a513b08ddda3d22b942c886088fd20c417 authored almost 7 years ago
Update imgcomp.jl

github.com/JuliaPlots/Plots.jl - 4bcf43c84b28e0870b5d1967e3e43b5733b484ac authored almost 7 years ago
remove sp arg from get_linecolor and get_fillcolor

github.com/JuliaPlots/Plots.jl - b57abfd563866b9c94c88c49204c7ab7562ac863 authored almost 7 years ago
Merge pull request #1445 from daschw/infinite-objects

Infinite objects (fix #1422)

github.com/JuliaPlots/Plots.jl - bfc26fa407f26b10723938d64df26f8683ee5fd6 authored almost 7 years ago
Merge pull request #1454 from CarloLucibello/master

import filter from Base

github.com/JuliaPlots/Plots.jl - e7b435b47f7304c86a517cb6db64ac3ae719d7ed authored almost 7 years ago
hspan and vspan recipes

github.com/JuliaPlots/Plots.jl - f56d944870d13ef56c14df74f99331b9639d22de authored almost 7 years ago
Merge pull request #1460 from daschw/pyplot-marker_z

PyPlot: fix markercolor in legend for marker_z with st = :path

github.com/JuliaPlots/Plots.jl - 772b79306d5c755d8ce35dc6722d2ec077afe19b authored almost 7 years ago
Merge pull request #1459 from daschw/mplot3d

import mplot3d in pyplot (fix #1457)

github.com/JuliaPlots/Plots.jl - 4ef2c6286ba4acabf5791286577333405d3722a5 authored almost 7 years ago
fix markercolor in legend for marker_z with st = :path

github.com/JuliaPlots/Plots.jl - a5f7c1b8673b308e3215b74e873acbff764419c5 authored almost 7 years ago
import mplot3d in pyplot

github.com/JuliaPlots/Plots.jl - 4d8ef2a008635cc73dd68c3c77d7a1d44721c4a0 authored almost 7 years ago
import filter

github.com/JuliaPlots/Plots.jl - 8bc28d472fd0c85c18e37049a5044a88d89ce3c2 authored almost 7 years ago
increase version number for tests

github.com/JuliaPlots/Plots.jl - 3753ab1b55449f52f57c28a105556711eea495c1 authored almost 7 years ago
Merge pull request #1450 from JuliaPlots/pv/release

update news

github.com/JuliaPlots/Plots.jl - babc6009155f1608ff9ce5d0081eb40987ff233f authored almost 7 years ago
Added :plain formatter

github.com/JuliaPlots/Plots.jl - 92f9ccce5c58c5412a2cbebb9ec30b75260fa4fb authored almost 7 years ago
Remove cache-busting from gif animation. Should be done by the frontend.

github.com/JuliaPlots/Plots.jl - 1a67ca897c6c734c125138567c5250735526e9e2 authored almost 7 years ago
extend straightline data beyond axes limits

github.com/JuliaPlots/Plots.jl - 0ace28b784d8f254cd1521f6f7d5910c46428914 authored almost 7 years ago
Fixed broken behaviour for function :formatter, and pgfplots

github.com/JuliaPlots/Plots.jl - bd06f0c71306192caa5d26c5987c225686884a06 authored almost 7 years ago
Fixed unicode display for plotly()

github.com/JuliaPlots/Plots.jl - 4e5c88eb74a11e9c7a77a1bf663d81de44603f28 authored almost 7 years ago
Merge pull request #1437 from daschw/plotly-bar

RFC: use bar recipe in plotly

github.com/JuliaPlots/Plots.jl - 004ad15875efb06e8ea369ba1f8a08ed211666f8 authored almost 7 years ago
fix typo in glvisualize

github.com/JuliaPlots/Plots.jl - 1c0a731ff6e1d5e913d1aa7da7d5ae0bd3a7cd2b authored almost 7 years ago
infinite shapes

github.com/JuliaPlots/Plots.jl - 9a5f42c251e48f356ad38335725341b2679a3e6f authored almost 7 years ago
:straightline for all backends

github.com/JuliaPlots/Plots.jl - c8cdade88409645b7c0d9b5e7f057c41c564d37b authored almost 7 years ago
glvisualize() :straightline

github.com/JuliaPlots/Plots.jl - bbff66a0417c84d2c413ecbe6bc8055c3fd395a3 authored almost 7 years ago
Fixed bug introduced into GR Polar plot

github.com/JuliaPlots/Plots.jl - 6b6394ba9779b1351f8bb3cb5d067071877a8dea authored almost 7 years ago
Merge pull request #1438 from daschw/categorical-ticks

allow ticks = :all and ticks = n::Int for categorical axes

github.com/JuliaPlots/Plots.jl - d11c6a20bf5e90eb85dba0029f9853571afbbf32 authored almost 7 years ago
Merge pull request #1436 from daschw/fill-magic

fix fill magic argument

github.com/JuliaPlots/Plots.jl - 6c396e1d88f332d9dd0956403be386c5df60f9a7 authored almost 7 years ago
:straightline seriestype and gr implementation

github.com/JuliaPlots/Plots.jl - bffd9bcb53701a08cb251e127e811011c8be3d42 authored almost 7 years ago
Merge pull request #1378 from apalugniok/dynamic-link-axes

Implement synchronized interactive linked axes for PyPlot and Plotly.

github.com/JuliaPlots/Plots.jl - 7cee448d68184714721f61c5eb6dbb39db4f1114 authored almost 7 years ago
Partial attempt to fix label scaling to atomatically scientific notation.

Note, that the logic of replacing scientific notation in GR backend is a bit dodgy.

github.com/JuliaPlots/Plots.jl - c273bf6a7bb7afea9e7167077dda712348e2aaa3 authored almost 7 years ago
Merge pull request #1430 from yakir12/patch-2

add option to supress saved message

github.com/JuliaPlots/Plots.jl - 047a13a8dc4d693d963917e27e839a6ab64ec055 authored almost 7 years ago
allow ticks = :all and ticks = n::Int for categorical axes

github.com/JuliaPlots/Plots.jl - 717aed5a06465670e1d41d89eb6887c788837163 authored almost 7 years ago
use bar recipe in plotly

github.com/JuliaPlots/Plots.jl - 7d58090e598d531c7daa3ed56ac6a0e0cd0de081 authored almost 7 years ago
allow passing Real or 2Tuple of Reals as fillrange for Plotly

github.com/JuliaPlots/Plots.jl - 501df8cfb97435992d1969233fb7dd4e89e1fffc authored almost 7 years ago
fix magic fill argument

github.com/JuliaPlots/Plots.jl - 7f6fe09a002be68355546b741576788562c0df44 authored almost 7 years ago
Link axes before adding series.

github.com/JuliaPlots/Plots.jl - d183d579cfc51020a7f54008209663f07846fe1a authored almost 7 years ago
add option to supress saved message

Added option `show_msg::Bool` to `buildanimation` to show/suppress the "Saved animation to..." m...

github.com/JuliaPlots/Plots.jl - bfa2fd2edcbc5994628e33b46cba630df05324c1 authored almost 7 years ago
Partially address #1409: group with named tuples (#1429)

* group with named tuples

* comma

github.com/JuliaPlots/Plots.jl - 7c257a09f63c2b73e80eced4e77d15c3f40f688a authored almost 7 years ago
Implement interactive linked axes for Plotly.

github.com/JuliaPlots/Plots.jl - da4111579dbefeb607734c75949aab954e665149 authored almost 7 years ago
Implement interactive linked axes for PyPlot.

github.com/JuliaPlots/Plots.jl - 6b117234bc157c675bfe16b4b52df2a6ed944236 authored almost 7 years ago
Merge pull request #1420 from daschw/contour-fix

Contour improvements

github.com/JuliaPlots/Plots.jl - c4bac660cf07ebd8cfcc59358062e8857992dcb9 authored almost 7 years ago
Merge pull request #1419 from sglyon/sl/plotly_mime

ENH: provide "application/vnd.plotly.v1+json" for Plotly and PlotlyJS backends

github.com/JuliaPlots/Plots.jl - ee2e7d509cd47eb244d70a0a53bea8628d05b3c1 authored almost 7 years ago
ENH: provide "application/vnd.plotly.v1+json" for Plotly and PlotlyJS backends

For use in jupyterlab and nteract

closes #1418

closes #1386

github.com/JuliaPlots/Plots.jl - 461e93fc565c46349ee3528c09036dd84d3b87e0 authored almost 7 years ago
check if a vector of the color black is passed to gr contour

github.com/JuliaPlots/Plots.jl - c74adc652117087beb0151242cc69de796a94d85 authored almost 7 years ago
fix single-color case for plotly

github.com/JuliaPlots/Plots.jl - 7cc60d0b0cdc3d1a7b6aaae3bfe3d01c97fef90a authored almost 7 years ago
implement contour_labels and partially vector of colors for Plotly(JS)

github.com/JuliaPlots/Plots.jl - d8f0612f5a124e4b111c8f9568d1d6062c6d415d authored almost 7 years ago
allow to pass a vector of colors for contour lines in PyPlot

github.com/JuliaPlots/Plots.jl - cd4b41a5379a6fd081d4acc9ff53bd5caaa7f8af authored almost 7 years ago
implement contour_labels for PyPlot and fix #1091

github.com/JuliaPlots/Plots.jl - fdb2ee2847b91f6bfc9e68ee3b94894a6e17d2af authored almost 7 years ago
GR colorbar fixees

github.com/JuliaPlots/Plots.jl - 9c4cc5acda289926bf34f0d71a74d3fb121964d2 authored almost 7 years ago
add contour_labels attribute and minor GR contour fixes

github.com/JuliaPlots/Plots.jl - f901254519a7ea202c7be032acd1aa0c16acee8b authored almost 7 years ago
Merge pull request #1414 from daschw/bar

default bar width for plots with only one bar (fix #1413)

github.com/JuliaPlots/Plots.jl - 18032bb9af9f24e8e3c13e9b2ec6d5423a0379dc authored almost 7 years ago
default to a bar width of _bar_width for bar plots with only one data point

github.com/JuliaPlots/Plots.jl - a7a5fe36f9ed2a9ec0692d95c3d9156e09ec7617 authored almost 7 years ago
Merge pull request #1411 from daschw/pyplot-marker

replace hline and vline marker shapes with _ and | on pyplot (fix #1188)

github.com/JuliaPlots/Plots.jl - 32e1536955b0fb55f127995644eb87d7fccd1b2d authored almost 7 years ago
replace hline and vline marker shapes with _ and | on pyplot

github.com/JuliaPlots/Plots.jl - 77c2ee6782ac7d6daa086d99be1da6aabcd75d01 authored almost 7 years ago
Merge pull request #1395 from apalugniok/native-ticks

Add :native option to ticks attribute (Fixes #1382)

github.com/JuliaPlots/Plots.jl - dbe5b7830738d1b8f745ad98b701dec01c8d6fb6 authored almost 7 years ago
Merge pull request #1408 from piever/plotlyjs

make plotlyjs use html in ijulia

github.com/JuliaPlots/Plots.jl - 9578fe03b93a8b2fb20f0f6eacf8b8d1d57cc785 authored almost 7 years ago
make plotlyjs use html in ijulia

github.com/JuliaPlots/Plots.jl - b9d586c00969ade23157e72f87678b9eca258bcd authored almost 7 years ago
Fix non-native lims for ticks = :native on PyPlot.

github.com/JuliaPlots/Plots.jl - 1d51982cb0d343dc3897f32ef50631772f7fadaf authored almost 7 years ago
Merge pull request #1399 from massemanet/fix-ijulia-integration

fix IJulia integration (fix #1365)

github.com/JuliaPlots/Plots.jl - 046985277dc36b701d20db807d5b1fb27bde2d37 authored almost 7 years ago
Merge pull request #1405 from daschw/contour

Make contourf work with uniform data

github.com/JuliaPlots/Plots.jl - d679337700c5639f52d078489db4664b5b78d919 authored almost 7 years ago
Merge pull request #1403 from daschw/pyplot-colorbar

reduce pyplot colorbar size for z values with very small or big abs vals

github.com/JuliaPlots/Plots.jl - 2d5f896069be6a4a602b3f7265c67803a2a9e6cd authored almost 7 years ago
ensure non-unique clims

github.com/JuliaPlots/Plots.jl - de51beebe86c4ff8787d2f0741244184b03a13b6 authored almost 7 years ago
Merge pull request #1401 from apalugniok/pgfplots-extra-brackets

Prevent addition of curly braces around style string. (Fixes #1396)

github.com/JuliaPlots/Plots.jl - 80b25657bcf6a2ff01d850c5c38edc59f9fa3a2a authored almost 7 years ago
reduce pyplot colorbar size for z values with very small or big absolute values

github.com/JuliaPlots/Plots.jl - 0db60348aa507cdbb9bfdf5cd93f0cbf64d5a881 authored almost 7 years ago