Releases: JuliaTeX/PGFPlots.jl
Releases · JuliaTeX/PGFPlots.jl
New Release for Julia 1.1.0
New release for Julia 1.1.0. No changes to API.
Moves to Project and Manifest TOML files.
Error bars for BarChart
Merge pull request #109 from MaximeBouton/errorbars Error bars for BarChart
Bugfix to prevent removal of PNG images when saving
Merge pull request #108 from MaximeBouton/master Removed cleanup when saving to .tex
Bug fix for histogram styles
v3.0.1 fixes #104
Release v3.0.0 for Julia 1.0
Merge pull request #103 from JuliaTeX/julia07 [WIP] Julia07/1.0 Merging now that TikzPictures is registered.
Use newer DataFrames
v2.2.2 Use newer DataFrames, fixes #85
Fix Scatter style for simple 2D plots
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
Changed instances of ::IOBuffer
to ::IO
The Scatter
constructor now always returns a Scatter
type.
v2.1.0
Drop support for v0.5. New `BarChart` type.
Drop support for v0.5.
New BarChart
type.