Skip to content

Releases: JuliaTeX/PGFPlots.jl

New Release for Julia 1.1.0

08 Apr 01:24
413dfff
Compare
Choose a tag to compare

New release for Julia 1.1.0. No changes to API.
Moves to Project and Manifest TOML files.

Error bars for BarChart

22 Jan 06:51
a7ceaeb
Compare
Choose a tag to compare
Merge pull request #109 from MaximeBouton/errorbars

Error bars for BarChart

Bugfix to prevent removal of PNG images when saving

17 Jan 06:55
fd80ae5
Compare
Choose a tag to compare
Merge pull request #108 from MaximeBouton/master

Removed cleanup when saving to .tex

Bug fix for histogram styles

11 Sep 20:24
Compare
Choose a tag to compare
v3.0.1

fixes #104

Release v3.0.0 for Julia 1.0

02 Sep 18:07
b564ee6
Compare
Choose a tag to compare
Merge pull request #103 from JuliaTeX/julia07

[WIP] Julia07/1.0
Merging now that TikzPictures is registered.

Use newer DataFrames

11 Dec 04:29
0f0672c
Compare
Choose a tag to compare
v2.2.2

Use newer DataFrames, fixes #85

Fix Scatter style for simple 2D plots

18 Oct 15:50
Compare
Choose a tag to compare

Last commit had messed up some marker styles.
This has been fixed.
Scatter types with simple 2d points no longer produce 'scatter' in their style and instead use 'mark=none' to maintain backwards compatibility.

IOBuffer -> IO and Scatter constructor change

16 Oct 03:27
Compare
Choose a tag to compare

Changed instances of ::IOBuffer to ::IO
The Scatter constructor now always returns a Scatter type.

v2.1.0

01 Sep 19:30
Compare
Choose a tag to compare

Drop requirement on Reel. Moved to test REQUIRE file.

Drop support for v0.5. New `BarChart` type.

15 Aug 16:21
Compare
Choose a tag to compare

Drop support for v0.5.
New BarChart type.