Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Tag Plots v0.5.2 #4589

Merged
merged 1 commit into from
Feb 13, 2016
Merged

Conversation

tbreloff
Copy link
Contributor

It's been a while since I tagged Plots. Here's an (incomplete) list of everything new since v0.5.1:

  • Added GR.jl as a backend (unfinished but functional) All credit to @jheinen
  • Set defaults within backend calls (i.e. gadfly(legend=false))
  • abline!; also extrema allows plotting functions without giving x (i.e. plot(cos, 0, 10); plot!(sin)) @pkofod @joshday
  • Integration with PlotlyJS.jl for using Plotly inside a Blink window @spencerlyon2
  • The Plotly backend has been split into my built-in version (plotly()) and @spencerlyon2's backend (plotlyjs())
  • Revamped backend setup code for easily adding new backends
  • New docs (WIP) at http://plots.readthedocs.org/
  • Overhaul to :legend keyword (see RFC: Add new keyword: colorbar? JuliaPlots/Plots.jl#135)
  • New dependency on Requires, allows auto-loading of DataFrames support
  • Support for plotting lists of Tuples and FixedSizeArrays
  • new @animate macro for super simple animations (see Animation interface JuliaPlots/Plots.jl#111 (comment))
  • allow Function for :fillrange and zcolor arguments (for example: scatter(sin, 0:10, marker=15, fill=(cos,0.4), zcolor=sin))
  • allow vectors of PlotText without x/y coords (for example: scatter(rand(10), m=20, ann=map(text, 1:10)))
  • Lots and lots of fixes

As always, post your issues and questions here

-Tom

@tkelman
Copy link
Contributor

tkelman commented Feb 12, 2016

Do you know why your tests are failing on travis?

@tbreloff
Copy link
Contributor Author

Short answer: I'm aware and it's no big deal.

I know what is failing (a single visual regression test drawing PyPlot markers), but I'm not sure the exact reason. Different version of Matplotlib on the test machine? Who knows... I'm also not really sure how to figure that out. Best solution is probably to skip that test so I get a green icon :/

tkelman added a commit that referenced this pull request Feb 13, 2016
@tkelman tkelman merged commit 27b2835 into JuliaLang:metadata-v2 Feb 13, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants