Skip to content

Releases: JuliaTeX/PGFPlots.jl

v3.4.6

26 Oct 06:15
Compare
Choose a tag to compare

PGFPlots v3.4.6

Diff since v3.4.5

Closed issues:

  • Image maps fail on Julia 1.11 (#190)

v3.4.5

28 Aug 04:38
Compare
Choose a tag to compare

PGFPlots v3.4.5

Diff since v3.4.4

v3.4.4

30 Jan 07:37
fb66c13
Compare
Choose a tag to compare

PGFPlots v3.4.4

Diff since v3.4.3

v3.4.3

01 Aug 00:39
9fb503a
Compare
Choose a tag to compare

PGFPlots v3.4.3

Diff since v3.4.2

Closed issues:

  • Provide dependencies with BinDeps.jl (#79)
  • Add xtick and ytick in Axis (#184)
  • Failure to precompile due to Tectonic issue (#186)

Merged pull requests:

  • CompatHelper: bump compat for Contour to 0.6, (keep existing compat) (#185) (@github-actions[bot])

v3.4.2

07 Mar 03:14
b2d4f68
Compare
Choose a tag to compare

PGFPlots v3.4.2

Diff since v3.4.1

Closed issues:

  • BarChart Not Working Properly (#173)
  • Add legendentry parameter to Histogram plots (#177)
  • Plots not showing (#179)
  • LaTeX xticklabels (#181)
  • Legendentry kwarg for BarChart and Scatter (#182)

Merged pull requests:

  • CompatHelper: bump compat for Images to 0.25, (keep existing compat) (#180) (@github-actions[bot])
  • Fix legendentry for Barchart and Scatter (#182) (#183) (@johannes-fischer)

v3.4.1

08 Sep 00:24
1c00b30
Compare
Choose a tag to compare

PGFPlots v3.4.1

Diff since v3.4.0

Closed issues:

  • Something weird happening (#174)
  • xtick=data (#175)

v3.4.0

31 May 22:43
Compare
Choose a tag to compare

PGFPlots v3.4.0

Diff since v3.3.7

v3.3.7

06 May 21:05
27e891f
Compare
Choose a tag to compare

PGFPlots v3.3.7

Diff since v3.3.6

Closed issues:

  • Significant Figures (#155)
  • PGFPlots not compatibele with latest interpolations.jl (#167)

Merged pull requests:

  • Switch to GitHub actions for CI (#168) (@mirkobunse)
  • Switch to GitHub actions for CI (testing) (#169) (@mossr)
  • Switch to codecov (from coveralls) (#170) (@mossr)
  • CompatHelper: bump compat for "Images" to "0.24" (#171) (@github-actions[bot])
  • CompatHelper: bump compat for "DataFrames" to "1.0" (#172) (@github-actions[bot])

v3.3.6

08 Feb 06:06
Compare
Choose a tag to compare

PGFPlots v3.3.6

Diff since v3.3.5

Closed issues:

  • Option line=:dot is is not taken into account (#163)
  • Allow to disable spines (#164)

Merged pull requests:

v3.3.5

10 Jan 10:25
90a0ed0
Compare
Choose a tag to compare

PGFPlots v3.3.5

Diff since v3.3.4

Merged pull requests:

  • Pass limit_to and include_preamble to TIKZ as well. (#162) (@H-M-H)