Recent Releases of Plots
Plots - v1.40.19
Plots v1.40.19
Merged pull requests: - revert preferred html output from svg -> png (#5168) (@t-bltg) - Bump actions/checkout from 4 to 5 (#5169) (@dependabot[bot]) - fix: prevent namespace pollution bug (#5170) (@pankgeorg) - fix: prevent namespace pollution bug (master) (#5171) (@pankgeorg)
- Julia
Published by github-actions[bot] 5 months ago
Plots - v1.40.18
Plots v1.40.18
Merged pull requests:
- remove traces of plotlybase - update docs for plotly (#5159) (@t-bltg)
- revert docs svg (#5167) (@t-bltg)
Closed issues:
- [BUG] Issues with installing and using Plots due to GR. Possibly related to #5047 (#5048)
- [BUG] PlotlyJS plots not longer rendered (#5144)
- [BUG] the docs don't mention PlotlyKaleido, however it is required for plotly() (#5153)
- Plots.jl defaults to SVG now in Documenter? Crashing repos by bloating size (#5165)
- Julia
Published by github-actions[bot] 5 months ago
Plots - v1.40.17
Plots v1.40.17
Merged pull requests:
- docs debug on v2 (#5138) (@t-bltg)
- move docs build scripts to master (#5140) (@t-bltg)
- simplify docs build script (#5141) (@t-bltg)
- backport docs simplifications (#5142) (@t-bltg)
- add pre-commit hook (#5146) (@t-bltg)
- render more html and svg in docs (#5147) (@t-bltg)
- docs: backport svg / html changes to v1 (#5148) (@t-bltg)
- update svg / html - fix plotlyjs (#5149) (@t-bltg)
- backport docs change to v1 (#5150) (@t-bltg)
- docs fixes (#5151) (@t-bltg)
- docs: update all readme links (#5152) (@t-bltg)
- Symbols in guides (#5158) (@Ickaser)
Closed issues:
- [BUG] bug using layout and functions (#5115)
- [FR] disable RecipesBase and RecipesPipeline obsolete docs (#5145)
- [BUG] scatter does not break when unequal length of x and y (#5155)
- [BUG] _update_min_padding! LoadError: MethodError: Cannot convert an object of type Symbol to an object of type String (#5157)
- Julia
Published by github-actions[bot] 6 months ago
Plots - v1.40.16+docs
What's Changed
- move
docsbuild scripts tomasterby @t-bltg in https://github.com/JuliaPlots/Plots.jl/pull/5140 - backport docs simplifications by @t-bltg in https://github.com/JuliaPlots/Plots.jl/pull/5142
- docs: backport svg / html changes to
v1by @t-bltg in https://github.com/JuliaPlots/Plots.jl/pull/5148 - backport docs change to v1 by @t-bltg in https://github.com/JuliaPlots/Plots.jl/pull/5150
Full Changelog: https://github.com/JuliaPlots/Plots.jl/compare/v1.40.16...v1.40.16+docs
- Julia
Published by t-bltg 6 months ago
Plots - v1.40.16
Plots v1.40.16
Merged pull requests:
- add compat bounds for docs (#5125) (@t-bltg)
- fix (#5127) (@t-bltg)
- fix docs v2 (#5128) (@t-bltg)
- Docs fix warns (#5129) (@t-bltg)
- fix docs (#5130) (@t-bltg)
- update docs build (#5131) (@t-bltg)
- use runic formatter (#5132) (@t-bltg)
- format using runic (#5134) (@t-bltg)
- fix empty plotly plots (#5135) (@t-bltg)
- backport plotly fix (#5137) (@t-bltg)
Closed issues: - [BUG] plotly: order of plotly and require.js loading effects display (#5120)
- Julia
Published by github-actions[bot] 6 months ago
Plots - v1.40.15
Plots v1.40.15
Merged pull requests:
- Add unit axis attribute (for v2) (#5095) (@Ickaser)
- Add unit axis attribute, for Plots v1 (#5098) (@Ickaser)
- fix world age problem on pre - 1.12 (#5111) (@t-bltg)
- fix world age problem on pre - 1.12 (#5112) (@t-bltg)
- fix removal of Base.module_keys on pre (#5113) (@t-bltg)
Closed issues: - [BUG] DimensionError (units do not match) generated when using twinx() to plot data with Unitful units (#4750) - [BUG] Specifying 'errorbar' with asymmetric error bar data with 'Unitful' values returns DimensionError (#4957)
- Julia
Published by github-actions[bot] 6 months ago
Plots - v1.40.14
Plots v1.40.14
Merged pull requests:
- do not plot legend upon single series (#4964) (@isentropic)
- Fix precompilation in Julia 1.12 (#5074) (@lmiq)
- fix PlotlyJS ECONNREFUSED (#5075) (@t-bltg)
- rework DF - bump coverage - move Interact to ext (#5078) (@t-bltg)
- bump coverage in StatsPlots (#5080) (@t-bltg)
- Dedent fenced code block in docstring (#5089) (@abhro)
- Sources (#5090) (@t-bltg)
- rework Project.toml using [sources] - add test/Project.toml (#5091) (@t-bltg)
- UnitfulExt: Check if PGFPlotsX is available, then check if it's the current backend (#5094) (@Ickaser)
- show outdated test packages (#5099) (@t-bltg)
- Plotlyjs econnrefused workaround (#5100) (@t-bltg)
- Add specialised type handling for vector of vectors (#5103) (@InfiniteChai)
- skip annotations for plot title subplot (#5104) (@InfiniteChai)
- temporarily disable broken example (#5106) (@t-bltg)
- Generalise mesh3d within GR backend to support Integer types (#5107) (@InfiniteChai)
- Load RequireJS explictly for Plotly when running in IJulia (#5109) (@JamesWrigley)
- Load RequireJS explictly for Plotly when running in IJulia (#5110) (@JamesWrigley)
Closed issues:
- [FR] recipe for an array of NamedTuple (#2900)
- [BUG] Failure to plot TimeTypes as series (#4777)
- [BUG] No plot output from Plots with plotly() backend within Jupyter Notebook (>= ver. 7.00) and VS Code's Notebook (#4827)
- [BUG] Plots fails to install on MacOS (arm64) with Julia 1.10 (#4901)
- [BUG] Duplicate annotation related to plot_title (#5096)
- Julia
Published by github-actions[bot] 7 months ago
Plots - v1.40.12
Plots v1.40.12
Merged pull requests: - fixed issue #4880 (#5060) (@Finn-eisen) - GR: Fix zscale support in surface plots (#5063) (@JakubVanek) - apply swap suggestion (#5069) (@t-bltg) - apply swap suggestion (#5070) (@t-bltg)
Closed issues:
- [FR] Bar plots should accept named tuples like in R (#4880)
- [BUG] Function lens! still has a bug with its connector line (#4975)
- [FR] dummy backend (#5061)
- [BUG] zscale is not working for surface plots (#5062)
- [BUG]plot command in REPL doesn't return to Julia prompt. Instead freezes with bizarre message (#5065)
- Julia
Published by github-actions[bot] 9 months ago
Plots - v1.40.11
Plots v1.40.11
Merged pull requests:
- fixed issue #4881, arrowsize (#5054) (@Finn-eisen)
- Correct connector line in lens! for non-linear scales (#5055) (@BeastyBlacksmith)
- add df macro (#5058) (@BeastyBlacksmith)
- fixed issue #4975 (#5059) (@Finn-eisen)
Closed issues: - Plots, gr() on JuliaBox (#873) - Move df macro here? (#3336) - [FR] Ability to resize the arrow heads in e.g. quiver plots (#4881)
- Julia
Published by github-actions[bot] 10 months ago
Plots - v1.40.10
Plots v1.40.10
Merged pull requests:
- check version in ci - fix precompilation (#5024) (@t-bltg)
- remove dep (#5025) (@t-bltg)
- add WEAKDEPS to trigger package extensions (#5026) (@t-bltg)
- Bump codecov/codecov-action from 4 to 5 (#5028) (@dependabot[bot])
- Make @df support string column names (#5033) (@ron-wolf)
- Update learning.md (#5037) (@FredrikHedman)
- fix date time access (#5052) (@BeastyBlacksmith)
- Fixed date value access (#5053) (@Finn-eisen)
Closed issues:
- Respect CategoricalArray order in group kwarg (#1712)
- [BUG] Linestyle not appearing properly in the legends for PDF and PNG output (#4826)
- [BUG] gksqt can't find version Qt_6.7 on Fedora 39 (#4954)
- Time xlims error: type Nanosecond has no field periods (#5034)
- Dispatching StatsPlots.qqplot on GLM.LinearModel (#5039)
- Plotting with Plots.jl does not work anymore (#5040)
- [BUG] Segfault triggered in IJuliaExt when running Pkg.update() (#5041)
- Julia
Published by github-actions[bot] 10 months ago
Plots - v1.40.9
Plots v1.40.9
Merged pull requests:
- Add docs folder (#4963) (@BeastyBlacksmith)
- RecipesPipeline: GroupBy: apply idxfilter to errorbars (#4967) (@lukas-weber)
- Deprecate inspectDR (#4976) (@BeastyBlacksmith)
- Adding uparrow as a predefined marker and creating unfilled markershapes (#4977) (@leckerbeon)
- CI fixes v2 (#4980) (@penelopeysm)
- Bump peter-evans/create-pull-request from 6 to 7 (#4981) (@dependabot[bot])
- CompatHelper: add new compat entry for ImageInTerminal in [weakdeps] at version 0.5, (keep existing compat) (#4982) (@github-actions[bot])
- CompatHelper: add new compat entry for Unitful in [weakdeps] at version 1, (keep existing compat) (#4983) (@github-actions[bot])
- CompatHelper: add new compat entry for GeometryBasics in [weakdeps] at version 0.4, (keep existing compat) (#4984) (@github-actions[bot])
- CompatHelper: add new compat entry for FileIO in [weakdeps] at version 1, (keep existing compat) (#4985) (@github-actions[bot])
- CompatHelper: add new compat entry for IJulia in [weakdeps] at version 1, (keep existing compat) (#4986) (@github-actions[bot])
- Update Project.toml (#4988) (@notthetup)
- GR backend: use textext for :log2 and :ln axis scaling (#4991) (@pjaap)
- GR backend: use textext for :log2 and :ln axis scaling (#4991) (#4993) (@pjaap)
- Update ci.yml for aarch64 mac (#4994) (@ViralBShah)
- Update ci.yml for aarch64 mac on master (#4995) (@ViralBShah)
- restrict to LTS 1.10 (#4997) (@t-bltg)
- Revert "Deprecate inspectDR" (#4998) (@BeastyBlacksmith)
- fix docs on v2 (#4999) (@t-bltg)
- restore downstream tests - integrate GraphRecipes and StatsPlots into monorepo (#5000) (@t-bltg)
- update docs (#5001) (@t-bltg)
- Animation: autoplay
Closed issues:
- [BUG] log2 axis label not rendered properly (#4871)
- [BUG] Plots backend documentation unclear (#4887)
- [BUG] grouping Measurement data leads to wrong errorbars in plot (#4917)
- [FR] Sticks with arrow heads (#4962)
- [BUG] Plots.jl seems broken on the 1.11 pre release in CI (#4996)
- [BUG] [GR] EXCEPTIONACCESSVIOLATION in libGR.dll (#5003)
- [FR] Set minor ticks for x and y axes separately. (#5008)
- Possible typo in plotly_colorscale function (#5016)
- Julia
Published by github-actions[bot] about 1 year ago
Plots - v1.40.7
Plots v1.40.7
Merged pull requests: - GR: draw gridlines below all axes (#4945) (@dd0) - GR: Draw all gridlines before axis (v2) (#4960) (@dd0) - Fix floating point equality comparison in layouts (#4972) (@penelopeysm) - [v2] Fix floating point equality comparison in layouts (#4973) (@penelopeysm)
Closed issues: - Correct Recipe Type for Data Modification (#4429) - [BUG] Grid covering axes (#4202) - [BUG] Plots fails to precompile on MacOS Apple Silicon with Julia 1.10.4 (#4968) - [FR] create syntax myplot!(p, args...; kwargs...) for user recipes (#4970) - [BUG] src/layouts.jl floating point equality too strict (#4971)
- Julia
Published by github-actions[bot] over 1 year ago
Plots - v1.40.5
Plots v1.40.5
Merged pull requests: - Fix downloads count badge (#4922) (@pricklypointer) - add recipe to plot series objects (#4930) (@BeastyBlacksmith) - Bump julia-actions/cache from 1 to 2 (#4931) (@dependabot[bot]) - Making PGFPlotsX use deterministic series IDs (#4932) (@ajdunlap) - use deterministic series IDs in PGFPlotsX (#4933) (@ajdunlap) - Bump peter-evans/create-pull-request from 5 to 6 (#4936) (@dependabot[bot]) - Bump actions/cache from 3 to 4 (#4937) (@dependabot[bot]) - Bump julia-actions/cache from 1 to 2 (#4938) (@dependabot[bot]) - add recipe for series on Plots v2 (#4941) (@BeastyBlacksmith) - lazily load Pkg (#4955) (@KristofferC)
Closed issues:
- [FR] redesign backend dependencies (#4567)
- [FR] remove explicit GR dependency from Project.toml (#4631)
- [BUG] Plots.jl dependencies are broken, cannot install the package (#4926)
- [BUG] savefig() not working properly in local (function) scope - PGFPlotsX (#4943)
- [BUG] Misleading behaviour when plotting complex numbers when real part may be 0 (#4944)
- [BUG] Dynamically assigning false for legendPosition property in plotly js is not working (#4952)
- Julia
Published by github-actions[bot] over 1 year ago
Plots - v1.40.3
Plots v1.40.3
Merged pull requests:
- Road to plots 2.0 (#4866) (@isentropic)
- Added error messages in grid function for invalid values for heights and widths (#4902) (@Gythre-9)
- Document a few consts (#4907) (@sjkelly)
- fix PythonPlot backend (#4911) (@t-bltg)
Closed issues:
- [FR] grid function: Throw errors on bad settings (#4212)
- [FR] Make PythonPlot v1.0.3 compatible (#4841)
- [BUG] pythonplot backend not working: UndefVarError: pyisnone not defined (#4905)
- PythonCall.pyisnone() does not exist, please remove it from source code (#4906)
- Julia
Published by github-actions[bot] almost 2 years ago
Plots - v1.40.2
Plots v1.40.2
Merged pull requests: - Bump peter-evans/create-pull-request from 5 to 6 (#4885) (@dependabot[bot]) - Bump codecov/codecov-action from 3 to 4 (#4886) (@dependabot[bot])
Closed issues: - Warning: _display is not defined for this backend.BUG - Replace Formatting.jl by Format.jlFR - [BUG]Formatting.jl is deprecated (#4899)
- Julia
Published by github-actions[bot] almost 2 years ago
Plots - v1.40.1
Plots v1.40.1
Merged pull requests: - Use data URL for local plotly asset (#4863) (@fonsp)
Closed issues: - [BUG] offline Plot in Pluto results in empty Plot (#4854) - [BUG] Plots crashes and julia hangs plotting correlogram with >11 columns on Boston housing dataset (#4856) - GR backend missing GKSTerm.app on macOS Sonoma Version 14.3 (23D56) (#4879)
- Julia
Published by github-actions[bot] almost 2 years ago
Plots - v1.40.0
Plots v1.40.0
Merged pull requests: - Bump actions/checkout from 3 to 4 (#4819) (@dependabot[bot]) - Arrow sizes not updating (#4821) (@Jay-sanjay) - Add missing Animation constructor (#4830) (@agdestein) - Fix border ticks of framestyle :box (#4832) (@lch) - CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#4837) (@github-actions[bot]) - CompatHelper: add new compat entry for Downloads at version 1, (keep existing compat) (#4838) (@github-actions[bot]) - better error message for size (#4844) (@lmiq) - Fix warning for failed integration with PlotlyBase & PlotlyKaleide (#4849) (@blegat) - Fix offset array hist (#4860) (@isentropic) - remove custom default backends (#4870) (@BeastyBlacksmith) - Bump actions/cache from 3 to 4 (#4873) (@dependabot[bot])
Closed issues:
- savefig appears to miscalculate margins with GR over ssh/without X (#2127)
- [BUG] Arrow sizes not updating with PGFPlotsX (#4820)
- [BUG] Possible Method Call Error (#4824)
- [BUG] Uneven pixel spacing with heatmap in GR backend (#4833)
- [BUG] aspect_ratio in conflict with xlims for PGFPlotsX (#4835)
- [BUG] dyld[21200]: Library not loaded: @rpath/QtWidgets on macOS with v1.39.0 Plots.jl with Julia v1.10.0-rc1 (#4842)
- [BUG]: linetype=:steppre broken with OffsetArrays (#4855)
- Not compatible with julia 1.10, Last update is August 30 2023. (#4858)
- BUG
- [BUG] Backend init broken in Julia 1.10 if loaded during precompilation (#4865)
- Precompile scripts leaves files behind (#4869)
- Julia
Published by github-actions[bot] almost 2 years ago
Plots - v1.39.0
Plots v1.39.0
Closed issues:
- [BUG] legendtitle is unused by plotly backend (#3045)
- [BUG] Missing last marker when using plotly and specifying marker_color (#4333)
- [BUG] invalid redefinition of constant UnitfulExt (#4792)
- Plots v1.38.17 precompiles at every run BUG
- [FR] symmetric contour levels, the ability to ignore the actual values. (#4807)
- [FR] PGFPlotsX backend: respect valign argument for annotations (#4810)
Merged pull requests:
- Update URL of PlotlyJS.jl (#4808) (@blegat)
- Add plotly_traces utility (#4809) (@blegat)
- Adding annotations now respects vertical alignment (#4811) (@avonmoll)
- test upcoming julia 1.10 (#4812) (@t-bltg)
- place an upper bound fo PythonPlot (#4815) (@BeastyBlacksmith)
- Julia
Published by github-actions[bot] over 2 years ago
Plots - v1.38.17
Plots v1.38.17
Closed issues:
- [FR] Is this warning really appropriate? (#2820)
- [FR] Specify additional right vertical axis with plot recipes (#2937)
- [FR] Add GitHub sponsor button (#3501)
- plotattr() hangs in Jupyter BUG
- [FR] suptitle alias for plot_title attribute (#4773)
- [BUG] Histogram log scale is broken (#4774)
- [BUG] Plots fails to precompile on OSX (Ventura). (#4795)
Merged pull requests:
- reset fillto for logscale barplots (#4782) (@BeastyBlacksmith)
- issue 4773 -- suptitle and sgtitle aliases for plot_title… (#4784) (@SynapticSage)
- Julia
Published by github-actions[bot] over 2 years ago
Plots - v1.38.16
Plots v1.38.16
Closed issues:
- [BUG] julia 1.9 - running plotly() causes all jupyter cell output to be supressed (#4739)
- [BUG] Incorrect x axis range when using bar with permute attribute (#4761)
- [BUG] UndefVarError: z_log not defined (#4769)
Merged pull requests: - Expanded list of natively supported series types and keyword attributes (#4694) (@JannikMen) - Add extra series options at the end (#4765) (@BeastyBlacksmith) - swap axis limits for bars (#4768) (@BeastyBlacksmith) - fix heatmap with logarithmic colorbar (#4770) (@BeastyBlacksmith)
- Julia
Published by github-actions[bot] over 2 years ago
Plots - v1.38.15
Plots v1.38.15
Closed issues:
- [BUG] using vline() with DateTime as x-axis screws up the y-axis labels (#4660)
- [BUG] Incorrect axes range when using bar with orientation = :horizontal (#4756)
- [BUG] Unitful heatmap fails when using colorbar_title (#4758)
Merged pull requests: - account for missing letter (#4759) (@BeastyBlacksmith) - Fix vline formatting (#4760) (@BeastyBlacksmith)
- Julia
Published by github-actions[bot] over 2 years ago
Plots - v1.38.13
Plots v1.38.13
Closed issues: - [BUG][PGFPlotsX][Unitful] setting axis labels duplicates units (#4730) - [BUG] PGFPlotsX made breaking change in minor version -> Backend broken (#4748) - Ordering of plot elements with PGFPlotsX (#4751) - [BUG] build GR fails on windows julia 1.9.0 (#4755)
Merged pull requests: - CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#4738) (@github-actions[bot]) - Fix UnitfulExt for PGFPlotsX take 2 (#4747) (@BeastyBlacksmith) - Singleargustrip (#4752) (@gustaphe)
- Julia
Published by github-actions[bot] over 2 years ago
Plots - v1.38.12
Plots v1.38.12
Closed issues:
- [BUG] Opportunity to greatly speed up plotting of many series? (#4742)
- [BUG] different shade behavior of fillrange in abline! with pgfplotsx backend (#4745)
Merged pull requests:
- Fix bar plot vector attribute with missing values (#4736) (@yha)
- Short-circuit update_clims if not necessary (#4743) (@BioTurboNick)
- Fix straightline filling for PGFPlotsX backend (#4746) (@BeastyBlacksmith)
- Julia
Published by github-actions[bot] over 2 years ago
Plots - v1.38.11
Plots v1.38.11
Closed issues:
- [BUG] Setting bottom_margin causes a Measures.AbsoluteLength error (#4726)
- [BUG] Unitful conversion incorrect via 'yunit =' syntax when multiple data series are converted (#4731)
Merged pull requests:
- CompatHelper: bump compat for Latexify to 0.16, (keep existing compat) (#4728) (@github-actions[bot])
- Migrate from SnoopPrecompile to PrecompileTools (#4729) (@timholy)
- Fix yunit bug (#4732) (@gustaphe)
- Move warning about plotlybase png rendering to error (#4733) (@fonsp)
- SnoopPrecompile -> PrecompileTools (#4734) (@t-bltg)
- Julia
Published by github-actions[bot] over 2 years ago
Plots - v1.38.10
Plots v1.38.10
Closed issues:
- annotation auto-locations don't work with xlims (#2591)
- [BUG] Relative positioning of annotations tuple cannot mix integer and float (#4258)
- [FR] Text of Japanese crosses over label (#4614)
- [FR] annotate! for 3D plots (#4708)
- [BUG] Bar plot with categorical labels (#4715)
- vline! on empty vector gives BoundsError (#4717)
- [BUG][PGFPlotsX][Unitful] exponent in unit crashes lualatex (#4722)
Merged pull requests:
- Filtering "missing" tick labels (#4716) (@ivan-boikov)
- Add bounds check in expand_extrema (#4718) (@ivan-boikov)
- Bump peter-evans/create-pull-request from 4 to 5 (#4720) (@dependabot[bot])
- Annotations improvements (#4721) (@ivan-boikov)
- fix UnitfulString for PGFPlotsX (#4723) (@t-bltg)
- gr: restore transparency after drawing axes (#4724) (@jheinen)
- Julia
Published by github-actions[bot] over 2 years ago
Plots - v1.38.9
Plots v1.38.9
Closed issues:
- PGFPlotsX bug in Polar plot with argument fillBUG
- [FR] rotated ticklabels should be aligned with tickmarks (#4388)
- [BUG] plot_title with non-white background looks bad (#4595)
- [BUG] backgroundcolorinside as default color affects plot_title background (#4610)
- [BUG] Blank plot on W11 with GR backend (#4688)
- [BUG] Hiding axes with PGFPlotsX leaves ticks visible (#4696)
- UnitfulExt not working for logarithmic units (#4700)
- Change thickness without changing colors BUG
- [BUG] setting of markersize and markerstrokewidth damage marker in legend (#4710)
- [BUG] failed add Plots package in julia v1.8.2 (#4712)
Merged pull requests: - Add supported arguments to backend.jl (#4690) (@nilsLue) - set color inside matching background color (#4698) (@BeastyBlacksmith) - Hide ticks of hidden axis in PGFPlotsX (#4701) (@ivan-boikov) - Rotated tick label alignment in PGFPlotsX (#4702) (@ivan-boikov) - Missing angle conversions in PGFPlotsX (#4703) (@ivan-boikov) - Support removing colorbar ticks in GR and PGFPlotsX (#4704) (@ivan-boikov) - Fix logarithmic units (#4707) (@gustaphe) - scale marker inside legend (#4711) (@KlausC) - [GR] add 0.72 compat (#4714) (@jheinen)
- Julia
Published by github-actions[bot] almost 3 years ago
Plots - v1.38.8
Plots v1.38.8
Closed issues: - Noninteractive display in plotlyjs() returned under Juno! (#2232) - Inconsistent font size in PGFPlotsX with LaTeXString BUG - [BUG] framestyle=:box contradict with ymirror=true on pgfplotsx (#4634)
Merged pull requests: - Fix PGFPlotsX axis mirror in box framestyle (#4686) (@ivan-boikov) - fix contour3d for pgfplotsx (#4687) (@BeastyBlacksmith) - Bump peter-evans/create-pull-request from 3 to 4 (#4691) (@dependabot[bot]) - Transparent background in GR and PGFPlotsX (#4693) (@ivan-boikov)
- Julia
Published by github-actions[bot] almost 3 years ago
Plots - v1.38.7
Plots v1.38.7
Closed issues:
- [BUG] Plots fails to precompile on OSX (Ventura). (#4478)
- render to svg: filename too long (#4545)
- Plots.jl fails to load on ColabBUG
- [BUG] display of plot window always takes 2.3 seconds with GR and PGFPlotsX backends on windows (#4638)
- surface() complains of identical data points even though it shouldn't (#4646)
- [FR] Support xticks, yticks with UnicodePlots (#4657)
- [FR] border and canvas option for UnicodePlots (#4675)
- [BUG] Log scale axis labels not brace-wrapped in PGFPlotsX (#4676)
- [BUG] Surface transparency (#4683)
Merged pull requests:
- Add AbstractVector Shape(x, y) constructor (#4679) (@nick4f42)
- Wrapping of power in PGFPlotsX labels (#4680) (@ivan-boikov)
- Support for disabling axis ticks in UnicodePlots (#4681) (@ivan-boikov)
- Add svg+xml generation to precompile setup (#4682) (@oschulz)
- Do not include plotly.jl twice (#4684) (@antholzer)
- PythonPlot: fix fillalpha (#4685) (@t-bltg)
- Julia
Published by github-actions[bot] almost 3 years ago
Plots - v1.38.6
Plots v1.38.6
Closed issues:
- [BUG] Markers are at wrong places in 3d plot when xflip = true (#4355)
- [FR] use package extensions (#4589)
- typos (#4662)
Merged pull requests:
- package extensions - weak deps (#4649) (@t-bltg)
- Update possible values for :ticks, :colorbar_ticks in documentation (#4656) (@Socob)
- fix typos (#4663) (@spaette)
- PythonPlot: fix cmap (#4665) (@t-bltg)
- PythonPlot: fix cmap (#4666) (@t-bltg)
- restore Plots.unzip (#4670) (@t-bltg)
- gr: add support for user fonts (#4671) (@jheinen)
- Silence precompilation process (#4672) (@giordano)
- Julia
Published by github-actions[bot] almost 3 years ago
Plots - v1.38.5
Plots v1.38.5
Closed issues:
- [BUG] The use of marker --> in a plot recipe prevents markershape to be modified (#4644)
Merged pull requests:
- UnicodePlots: compat PR for png output (#4648) (@t-bltg)
- give markershape precedence over marker (#4651) (@BeastyBlacksmith)
- fix pythonplot minor ticks (#4655) (@t-bltg)
- Julia
Published by github-actions[bot] almost 3 years ago
Plots - v1.38.3
Plots v1.38.3
Closed issues: - [BUG] can't plot with default colour scale with high precision floats (#4270) - [BUG] Failed precompile Plots after update Julia to 1.8.4 (#4608)
Merged pull requests:
- Add :unitformat to basesupported_args (#4639) (@xwjqv)
- switch to lowercase 'plotly' require.js dependency (#4640) (@marius311)
- fix spurious GR warning (#4641) (@t-bltg)
- simplify open (#4642) (@t-bltg)
- don't write nans into zlims (#4643) (@BeastyBlacksmith)
- Julia
Published by github-actions[bot] almost 3 years ago
Plots - v1.38.2
Plots v1.38.2
Closed issues:
- [BUG] vline! overrides previously set formatter (#4538)
Merged pull requests:
- support plotting offset images (#4615) (@simeonschaub)
- fix tick formatter with functions returning numerical values (#4618) (@daschw)
- don't overwrite custom formatter for with vline! (#4619) (@daschw)
- use === instead of == to compare Symbols (#4622) (@ranocha)
- remove PLOTS_PRECOMPILE env var (#4630) (@t-bltg)
- Julia
Published by github-actions[bot] almost 3 years ago
Plots - v1.38.1
Plots v1.38.1
Closed issues:
- Looking into compilation invalidations during using Plots (#2676)
- Saving shrinked version of color bar in heatmap leads to saving the unshrinked version BUG
Merged pull requests:
- Delete duplicated :markercolor document for scatter (#4607) (@MapMaths)
- Gaston: Int32 / Int64 (#4609) (@t-bltg)
- enable more precompilation on Windows (#4617) (@KristofferC)
- Julia
Published by github-actions[bot] about 3 years ago
Plots - v1.38.0
Plots v1.38.0
Closed issues:
- Plot breaks when adding incorrect input (#1908)
- [BUG] clims ignored when specified with plot! (#4490)
- [BUG] RecipesBase and RecipesPipeline fail to precompile (#4597)
- [BUG] Deprecation warning from Colors 0.12.9 (#4601)
Merged pull requests:
- Fix delayed application of new clims in plot! call (#4587) (@BioTurboNick)
- process magic marker attribute consistently (#4598) (@BeastyBlacksmith)
- fix depwarn (#4602) (@t-bltg)
- Julia
Published by github-actions[bot] about 3 years ago
Plots - v1.37.2
Plots v1.37.2
Closed issues:
- [BUG] v1.36.3 breaks PGFPlotsX inset position (#4586)
- [BUG] Activating pyplot() backend throws and warning (#4591)
Merged pull requests: - restore inset bbox (#4588) (@t-bltg) - fix macro (#4592) (@t-bltg)
- Julia
Published by github-actions[bot] about 3 years ago
Plots - v1.37.1
Plots v1.37.1
Closed issues: - [BUG] Surface + PyPlot + Themes (#2647) - Colorbar issue for side by side contours plot with Plotly. (#2691) - [BUG] Plots don't render using Plotly in v1.37 ("_display is not defined for this backend") (#4583)
Merged pull requests:
- Fix plotly colorbar positioning when multiple subplots are present (#4582) (@stevenaleung)
- fix plotly incongruity (#4584) (@t-bltg)
- do not use Dict{Symbol,Any} on match maps (#4585) (@t-bltg)
- Julia
Published by github-actions[bot] about 3 years ago
Plots - v1.37.0
Plots v1.37.0
Closed issues:
- PlotSpec: Add object to hold backend-independent input specification (#390)
- RFC: "Stylesheets" - or presets for plot appearances (#937)
- markerstrokecolor=:match not respected by some backends (#1334)
- Error message on calling package (#1368)
- User recipe no longer working (#1402)
- Vizcon (#1666)
- Plotting large BigInts (#1744)
- rendering artifacts with high-resolution data (#2339)
- Axes labels are cropped when rendering the figures using github workflows (#2422)
- [BUG] Plotly: Not Rendering Plots. GL ERROR (#2723)
- Effect of precompilation (#2838)
- [BUG] on Raspberry Pi, savefig fails (#3478)
- "Images with custom axes" example creates wrong axis when using the pyplot backend (#3580)
- [FR] PythonPlot/PythonCall alternative to PyPlot/PyCall (#4181)
- [FR] Use Preferences.jl to configure default loaded backend (#4513)
- [BUG] Plotting vector of matrices (#4518)
- [BUG] using RecipesBase: @recipe is broken (#4557)
- [BUG] New crash with patch release (#4561)
Merged pull requests:
- initial port of pyplot to pythonplot (#4542) (@t-bltg)
- [RecipesBase] Use interpolation instead of qualification to drop dependance on the namespace of RecipesBase users (#4559) (@LilithHafner)
- support cyclic indexing (#4563) (@lmiq)
- Fix polar heatmap bounds (#4564) (@t-bltg)
- select Plots backend via Preferences (or env variable) (#4566) (@t-bltg)
- Add better docstring for Animation (#4568) (@baggepinnen)
- Make plotly colorbar size scale with plot size (#4569) (@stevenaleung)
- bump RecipesBase (#4570) (@t-bltg)
- fix spurious gaston ticks integer overflow (#4572) (@t-bltg)
- fix gaston bug (#4574) (@t-bltg)
- consider only visible data/sample all (#4575) (@lmiq)
- update test for PkgEval (#4577) (@t-bltg)
- ref imgs: try to checkout a tag (#4578) (@t-bltg)
- Julia
Published by github-actions[bot] about 3 years ago
Plots - v1.36.6
Plots v1.36.6
Closed issues:
- Plug into animation APIs of backends (#580)
- Plot to specific Blink.Window() (#755)
- empty plot with plotly in Firefox on Windows (#1138)
- Next.juliabox.com issues with Plots package (#1186)
- gif size (#1417)
- Documentation: setting axis attributes (#1452)
- scatter and plot have different tics. The range is scaled differently. (#1487)
- Julia Juno Plot Pane Script vs REPL different behavior (#1532)
- Image plot in Juno (with GR) crashes Julia (#1773)
- No Bars in Histograms with More Than 1 Million Points (#1774)
- Get the plot on the main GUI instead of a different window. (#1852)
- compiled version shows gui window in atom/juno (#1928)
- asinh axes (#1938)
- plot fail as Argument Error for large range values (#1948)
- heatmap!() does not work in Plots.jl with gr() backend (#2004)
- GR+Juno: Histogram2d with modified xlims showing empty (#2050)
- Enable "edit in chart studio" icon (#2087)
- Specifing colors for 3D data (#2161)
- Interactive Plots (#2246)
- Should not depend on Gtk and Cairo (#2263)
- iteration of surfaces causes error in hasattributesegments (#2268)
- [BUG] incorrect marker size (#2951)
- [BUG] ylims option in GR makes the plot disappear (#3120)
- [FR] Control of cross marker thickness (#4209)
Merged pull requests:
- support scale in get_...color (#4558) (@t-bltg)
- adjust tests for PkgEval (#4560) (@t-bltg)
- support a y indexing different from x (#4562) (@lmiq)
- Julia
Published by github-actions[bot] about 3 years ago
Plots - v1.36.5
Plots v1.36.5
Closed issues:
- Feature Request: Guides for Layouts (#301)
- Add documentation for the different seriestypes (#466)
- Error if title UTF8String (#535)
- gui() does not work with plotlyjs() backend (#581)
- document 3D surface API (#614)
- Error when creating and exporting plots in gr() backend: 'GetTempFileName failed: The file exists' (#699)
- Improper handling of very large and very small exponents with PyPlot (#749)
- Major/minor axis ticks (#779)
- Plots should check RGB values don't contain invalid values - Inexact error plotting image in gr() (#851)
- Slow initialization (#917)
- Feature request: add keyword to make julia wait until plot window closes (#1209)
- Ensure all functionality is covered by tests (#1225)
- GR doesn't break line for NaNs in polar plots. (#1333)
- Add a :dot markertype (#1490)
- spy() produces empty plot on pyplot (#1513)
- [PyPlot] Accepting column vectors for labels (#1550)
- wrong colorbar with heatmap (#1640)
- Issue with GR plot in Atom (#1727)
- Contour Bite (#1745)
- xtick odd behavior (#1751)
- Error with using Plots command (#1753)
- fontcolor not working in GR (#1853)
- GR: filled contours with NaN (#1920)
- Can't plot on Juno using gr (#2072)
- @gif and @animate macro hygiene (#2143)
- [BUG] GR latex incorrect label offset (#2720)
- Line widths in legend should mach plot for line plots BR
- Error about savefig (#2938)
- [BUG] Removing minor ticks does not work (#2952)
- [BUG] axis=false on GR does not turn off tick labels (#3019)
- Error for histogram plotting (#3257)
- Change default legend position to :outertopright (#3399)
- [BUG] suppress window on savefig (GR, macOS) (#3464)
- Saving figures via Plots.savefig and its format-specific siblings like Plots.pdf in Plots v1.20.0 is extremely slow. (#3748)
- contour does not plot over the whole domain (#3762)
- [BUG] Plots with GR on Mac OS stopped working at all (#3800)
- [BUG] Can't plot two vectors at the same when one only has missing elements (#3867)
- [BUG] gaston: ylabel not displayed properly (#3962)
- [BUG] can't display dollar currency symbol as y-axis label (#3991)
- [FR] drawing a unicodeplot repeatedly without shift on terminal (#4003)
- [BUG] Precompiling does not work on Windows 11 (#4249)
- [BUG] PyPlot backend unable to find working GUI backend (#4282)
- Unable to automatically downloadBUG
- [BUG] Making sure label display is predictable (#4514)
- [BUG] gr - contourf contours distorted using logarithmic scales (#4540)
Merged pull requests:
- implements best legend place holder (#4536) (@lmiq)
- add num_minor_intervals helper (#4548) (@t-bltg)
- fix docs (#4550) (@t-bltg)
- do not draw tick labels when showaxis set to false (#4551) (@t-bltg)
- remove duplicate aliases (#4552) (@t-bltg)
- gaston: general improvements (#4553) (@t-bltg)
- pad ref images (#4554) (@t-bltg)
- fix legend title align (#4555) (@t-bltg)
- Julia
Published by github-actions[bot] about 3 years ago
Plots - v1.36.4
Plots v1.36.4
Closed issues: - [BUG] GKS QtTerm window does not appear with Julia v.1.8.2 on Arch Linux (#4526)
Merged pull requests:
- Fix unitful axes with empty guides (#4537) (@gustaphe)
- improve heatmap_edges performance (#4539) (@t-bltg)
- enhance gr log scales - support gaston contourf (#4541) (@t-bltg)
- add empty! for Plots and Subplots (#4543) (@t-bltg)
- Bump GR version (#4544) (@jheinen)
- Julia
Published by github-actions[bot] about 3 years ago
Plots - v1.36.3
Plots v1.36.3
Closed issues:
- Add widen keyword argument (#511)
- Wrong label printed when adding a series (#1367)
- How to make ylabel horizontal? (#1527)
- GR: heatmap(x,y,z) with z too small (#1554)
- Image is upside down using Plots.plot (#2212)
- GR: Plot does not fill entire window if plotted to existing window with new size. (#2213)
- markers on sticks plot drawn behind and in different color (#2215)
- Plot attributes are not searchable in the docs (#2337)
- There is an extra space in xlabel and ylabel string? (#2529)
- GR: legend text out of legend box bounds if legend placed in an "outer" position (#2658)
- Aspect ratio and label outside plot (#2701)
- [BUG] Inconsitent linewidth in legend (#3003)
- [FR] Legend marker padding and legend size/proportion using gr (#3371)
- [BUG] empty scatter plot produces empty legend entry (GR) (#3452)
- Incorrect color assignment for grouped variables. (#3630)
- [BUG] skipmissing not supported (#3528)
- [BUG] Distorted log-scale heatmap and 2d-hist plots with GR (#3643)
- [BUG] scatter plot ignores alpha (#3753)
- GR dependency conflicts (#3892)
- [BUG] Latex no longer rendering with v1.23.5 (#3925)
- Docs: Search results are hard to interpret for common search terms (#4157)
- minorgrid=true interacts with yminorticks inconsistently (#4508)
- [BUG] twinx() with GR backend and Plots >1.35.6 have unequal width of subplots (#4533)
Merged pull requests:
- add PlotDocs note (#4527) (@t-bltg)
- fix minorticks (#4528) (@t-bltg)
- enhance plotattr (#4529) (@t-bltg)
- multiply legend_font_pointsize by line_width (#4530) (@t-bltg)
- fix padding with inset plots (#4535) (@t-bltg)
- Julia
Published by github-actions[bot] about 3 years ago
Plots - v1.36.2
Plots v1.36.2
Closed issues:
- Latex text at y label is not rotated (#1191)
- GR doesn't render LaTeX inside other text (#1842)
- pdf, eps, etc. convenience functions not exported (#2319)
- [BUG] Broken LaTeX "ERROR: syntax error" (#3122)
- [FR] rework auto-generated docstrings (#4504)
- [BUG] Warning first time creating empty plot of seriestype=:shape (#4519)
- [FR] How to specify margins to 0mm in RecipesBase? (#4522)
Merged pull requests:
- fix non square unicodeplots layout (#4510) (@t-bltg)
- Add layout test - Add png warning on failing font (#4512) (@t-bltg)
- allow Tuples for margins (#4523) (@t-bltg)
- fix spurious warning (#4524) (@t-bltg)
- Rework docstrings (#4525) (@t-bltg)
- Julia
Published by github-actions[bot] about 3 years ago
Plots - v1.36.1
Plots v1.36.1
Closed issues: - Errorbar caps following markershape problematic (#4476) - LoadError: UndefVarError: is_default not defined (#4500) - [BUG] Barplot in logscale has bars starting at different levels (#4502)
Merged pull requests:
- pyplot: support legend_column (#4498) (@t-bltg)
- revert customization of markershapes (#4499) (@BeastyBlacksmith)
- Support transposed images (#4501) (@jcanizales)
- baseline fix for bar plots using log scales (#4503) (@t-bltg)
- Julia
Published by github-actions[bot] about 3 years ago
Plots - v1.36.0
Plots v1.36.0
Closed issues: - control the size of colorbars? (#2345) - [BUG] left y-ticks displayed on right y-axis when using twinx (#3466) - [BUG] legend_position not working with GR (#4497)
Merged pull requests:
- unicodeplots: transpose surfaceplot z - support xflip and yflip (#4493) (@t-bltg)
- twin: fix framestyle issue and grid (#4495) (@t-bltg)
- gr: support horizontal legends (#4496) (@t-bltg)
- Julia
Published by github-actions[bot] about 3 years ago
Plots - v1.35.7
Plots v1.35.7
Closed issues:
- twinx does not appear when searching the documentation (#594)
- twinx() not working with PGFPlots (#2071)
- twinx @ pyplot: Right margin too small (#2205)
- Feature request: plot axes and ticks on all four sides (#2218)
- twiny() ? (#2579)
- twinx() does not update margins to contain axis labels BUG
- [BUG] x range drawn two times when using twinx (#4325)
- subplots + legends + layout broken in 1.35.6 (#4485)
Merged pull requests:
- Legend fix (#4486) (@t-bltg)
- fix twinx ticks (#4487) (@t-bltg)
- fix inset padding (#4488) (@t-bltg)
- Julia
Published by github-actions[bot] about 3 years ago
Plots - v1.35.6
Plots v1.35.6
Closed issues: - [FR] remove numeric labels (#4475) - [FR] Add support for skipmissing (#4481) - [BUG] RecipesPipeline failed to precomplie after update to v0.6.8 (#4484)
Merged pull requests:
- restore non-allocating generator - bump coverage (#4470) (@t-bltg)
- bump coverage (#4472) (@t-bltg)
- eachindex call incorrectly assumes that the returned index is IndexLinear (#4479) (@bkamins)
- simplify GRViewport (#4480) (@t-bltg)
- collect skipmissing (#4482) (@t-bltg)
- add :none formatter (#4483) (@t-bltg)
- Julia
Published by github-actions[bot] about 3 years ago
Plots - v1.35.5
Plots v1.35.5
Closed issues:
- [BUG] Plots do not render from svg in html when exported from notebook (#4468)
Merged pull requests:
- Typos in utils.jl (#4464) (@VitorBSP)
- fix nightly - bump cov (#4466) (@t-bltg)
- bump cov - more PyPlot exs (#4469) (@t-bltg)
- Julia
Published by github-actions[bot] about 3 years ago
Plots - v1.35.4
Plots v1.35.4
Merged pull requests:
- format RecipesBase and RecipesPipeline (#4446) (@t-bltg)
- RecipesPipeline: generate precomp statements using SnoopPrecompile (#4447) (@t-bltg)
- fix spurious warning (precomp) (#4448) (@t-bltg)
- use circshift instead of axes_shift (#4449) (@t-bltg)
- Fix last marker bug (#4450) (@puripant)
- bump GR (#4452) (@t-bltg)
- bump RB & RP coverage (#4454) (@t-bltg)
- more coverage (#4455) (@t-bltg)
- add quality test using Aqua (#4456) (@t-bltg)
- bump coverage (#4458) (@t-bltg)
- RB: remove debug support (macro instead) (#4459) (@t-bltg)
- bump RP coverage (#4460) (@t-bltg)
- bump coverage (#4461) (@t-bltg)
- add downstream tests to coverage (#4462) (@t-bltg)
- reduce ci time (#4463) (@t-bltg)
- Julia
Published by github-actions[bot] about 3 years ago
Plots - v1.35.3
Plots v1.35.3
Closed issues:
- Repository reorganization (#4359)
- [BUG] Strange settings with PLOTSDEFAULTS (#4398)
- dyld[17157]: Library not loaded: '@rpath/QtWidgets' on macOS with v1.35.0 Plots.jl (#4415)
- [BUG] `aspectrationot preserved afterplot!` call for Unitful data (#4416)
- [BUG] Plots no longer work after update to v1.35.0 (#4417)
- [BUG]ERROR: KeyError: key :args not found (#4422)
- [BUG] No plot appears if commands follow in scripts (#4424)
Merged pull requests:
- integrate RecipesBase and RecipesPipeline into Plots (#4419) (@t-bltg)
- Don't assume aspect ratio if none given (#4421) (@gustaphe)
- drop StatsBase 0.32 (#4423) (@t-bltg)
- Do not squash commits (#4441) (@t-bltg)
- bump GR (#4442) (@t-bltg)
- Julia
Published by github-actions[bot] about 3 years ago
Plots - v1.35.1
Plots v1.35.1
Closed issues:
- [FR] warn_on_unsupported_args a significant bottleneck when adding many series (#4237)
- [BUG] Plot title location is ignored (#4407)
Merged pull requests:
- Scaling axis limits by manual factor (#4367) (@yha)
- Performance improvments to warn_on_unsupported_args (#4408) (@BioTurboNick)
- Title location and alignment (#4410) (@ivan-boikov)
- Refactor to reduce allocations in slice_arg! (#4411) (@BioTurboNick)
- Faster extrema calculations for large series (#4412) (@BioTurboNick)
- Unitful ticks and lims (#4414) (@gustaphe)
- Bump GR version (#4418) (@jheinen)
- Julia
Published by github-actions[bot] over 3 years ago
Plots - v1.35.0
Plots v1.35.0
Closed issues: - Plots v1.34.1 - Cannot Precompile in new project environment (#4375) - Obsolete warning when plotting contour lines in GR ? (#4394) - [BUG] plot() cannot render a large number of points at once (#4399)
Merged pull requests:
- Remove obsolete GR warning (#4395) (@t-bltg)
- bump GR and Plots (#4401) (@t-bltg)
- use withenv instead of persistent ENV variables (#4402) (@t-bltg)
- add precompilation workaround for windows on julia 1.8.2 (#4406) (@t-bltg)
- Julia
Published by github-actions[bot] over 3 years ago
Plots - v1.34.4
Plots v1.34.4
Closed issues:
- [BUG] ERROR: LoadError: InitError: could not load library "libavdevice.58.13.100.dylib" when precompiling Plots.jl on macOS (#4390)
- [BUG] Warning about ylim (#4391)
- [BUG] Plots failing on precompile on Windows (#4393)
Merged pull requests: - allow vector indices for plot and subplot indexing (#4385) (@BeastyBlacksmith) - dont warn on lim numeric values (#4392) (@t-bltg)
- Julia
Published by github-actions[bot] over 3 years ago
Plots - v1.34.2
Plots v1.34.2
Closed issues: - [FR] UnitfulRecipes.jl as dependency? (#4114) - Error compiling Plots (#4372) - exported html file from jupyter notebook is huge with GR backend (#4374) - Plots v1.34.1 - Cannot Precompile in new project environment (#4375) - [BUG] Can't set axis limits with tuple, where one entry is :auto (#4379)
Merged pull requests:
- Integrate UnitfulRecipes into Plots (#4371) (@t-bltg)
- revert GR bump until 4375 is fixed (#4377) (@t-bltg)
- fix single :auto in xlims or ylims (#4378) (@t-bltg)
- safer clone (#4380) (@t-bltg)
- restore Symbol label support (#4383) (@t-bltg)
- Julia
Published by github-actions[bot] over 3 years ago
Plots - v1.34.1 - yanked (broken on `win`) - DO NOT USE
Plots v1.34.1
- Julia
Published by github-actions[bot] over 3 years ago
Plots - v1.34.0
Plots v1.34.0
Closed issues:
- zlabel cannot be defined in a 3D plot (#2812)
- [FR] Enable precompilation for nightly (#4079)
- [BUG] sp_width undefined for pgfplotsx backend when setting plot_titles (#4347)
- [BUG] Innacurate Drawing Of Some Chart Elements using GR and PlotlyJS backends (#4354)
- [BUG] Crash on annotate with Unitful (#4366)
- [BUG] xlabel and yticks are cropped when computer has no display (#4368)
Merged pull requests:
- rework precompilation using SnoopPrecompile (#4334) (@t-bltg)
- add fuzzy finding attributes (#4346) (@BeastyBlacksmith)
- Updated pgfplotsx.jl to use correct variable names (#4348) (@JamieMair)
- CompatHelper: add new compat entry for JLFzf at version 0.1, (keep existing compat) (#4352) (@github-actions[bot])
- rework gr_draw_markers for 3d - fix ticks labels (flip) (#4356) (@t-bltg)
- nfc: syntax (#4357) (@t-bltg)
- Update .zenodo.json (#4358) (@JamieMair)
- unify shorthands (#4361) (@BeastyBlacksmith)
- Provide errorbars as callable recipes (#4362) (@BeastyBlacksmith)
- invalidations (#4363) (@t-bltg)
- restore nightly workflow (#4364) (@t-bltg)
- fix invalid viewport (#4369) (@t-bltg)
- 1.34.0 (#4373) (@t-bltg)
- Julia
Published by github-actions[bot] over 3 years ago
Plots - v1.33.0
Plots v1.33.0
Closed issues: - [BUG] savefig function and legend argument don't work with Plotly (#4105) - [BUG] Unknown key: legend_fontrotation (#4337)
Merged pull requests:
- Remove GeometryBasics/StaticArrays (#4287) (@sjkelly)
- use PlotlyKaleido for saving in plotly backend (#4341) (@BeastyBlacksmith)
- fix setting default font via font (#4344) (@BeastyBlacksmith)
- Update .zenodo.json (#4345) (@leespen1)
- Julia
Published by github-actions[bot] over 3 years ago
Plots - v1.32.1
Plots v1.32.1
Closed issues: - Grid lines may show up too weak (#1486) - [BUG] Legend position broken on plotly(js) (#3912) - Legend marker does not appear when first y value is NaN on scatter (#3996)
Merged pull requests:
- Fixed missing marker in legend when plotting a series whose first entry is NaN (#4328) (@leespen1)
- increase default (minor)gridalpha (#4335) (@t-bltg)
- make relocatable (#4336) (@jbrea)
- bump RelocatableFolders (#4338) (@t-bltg)
- add docstrings to Density function (#4339) (@EyaAk)
- fix legend of plotly and plotyjs (#4342) (@BeastyBlacksmith)
- Extended help to show all attributes (#4343) (@BeastyBlacksmith)
- Julia
Published by github-actions[bot] over 3 years ago
Plots - v1.32.0
Plots v1.32.0
Closed issues:
- [BUG] [PGFPlotsX] log-scale and heatmap errors (#2736)
- [BUG] Plot title with square brackets "[" causes segmentation fault (#3806)
- [FR] xlims [ ] or () (#3986)
- How to extract subplot from a plot? (#4045)
- [BUG] Unused font arg: Plots.PlotText("hey", Font("sans-serif", 14, :left, :top, 0.0, RGB{N0f8}(0.0,0.502,0.0))) (Plots.PlotText) (#4264)
- [FR] Support FilePathsBase.AbstractPath in savefig (#4279)
- [BUG] The curve does not show up if ylims is assigned (#4294)
- [BUG] Plots segfaults in GR (#4302)
- [BUG] 3D image at wrong location when xflip = true (#4304)
- Specifying log with arbitrary base (#4311)
- [BUG] Markers in legend obscure linestyles in subplots (#4312)
- [BUG] Log scale with custom ticks errors when using LaTeX tick labels (PGFPlots) (#4315)
- Saving apng to .png file results in an error. (#4316)
- [BUG] apng and @apng are not exported (#4318)
Merged pull requests:
- support unicodeplots images - plot in term ImageInTerminal - Sixel (#4011) (@t-bltg)
- Make savefig filepath-type agnostic (#4309) (@curio-sitas)
- Fix apng extension versatility (#4317) (@curio-sitas)
- ci: try 1.8.0 stable release (#4319) (@t-bltg)
- 3d: add projection_type (#4320) (@t-bltg)
- Truncate markersize in legends to not hide linestyle (#4321) (@DrChainsaw)
- format: function declaration (nfc) (#4329) (@t-bltg)
- fix h5 Extrema (#4330) (@t-bltg)
- pyplot: fix var shadowing - fix docs build (#4331) (@t-bltg)
- 1.32.0 (#4332) (@t-bltg)
- Julia
Published by github-actions[bot] over 3 years ago
Plots - v1.31.7
Plots v1.31.7
Closed issues:
- Unusual character printed when scientific notation used (#1991)
- [FR] Areaplot should have a step form - OR - create separate line segment property (#4290)
- [BUG] Recent breaking change in annotate! API (#4306)
- [BUG] Issue when xticklabels has exponents (#4308)
Merged pull requests:
- Added zenodo entry (#4303) (@curio-sitas)
- Fix annotate! API, add test coverage (#4307) (@BioTurboNick)
- pgfplotsx: fix tex labels already in mathmode form (#4310) (@t-bltg)
- Julia
Published by github-actions[bot] over 3 years ago
Plots - v1.31.6
Plots v1.31.6
Closed issues: - [FR] Add an Option to Generate Animated PNG (APNG) (#4293)
Merged pull requests:
- Allow user to specify series type for line of areaplot (#4291) (@BioTurboNick)
- Add APNG animation support (#4295) (@curio-sitas)
- added colorbartitle attributes for pgfplotsx (#4300) (@louisponet)
- output: support io methods (#4301) (@t-bltg)
- Julia
Published by github-actions[bot] over 3 years ago
Plots - v1.31.5
Plots v1.31.5
Closed issues:
- Unicode error with PGFPlotsX BUG
- [BUG] pyplot backend on macOS does not work after upgrading to Julia v1.6.0 (#3416)
- [BUG] LaTeX error in PGFPlotsX backend. (#4182)
- [FR] annotate! position specifiable in percentage, but also for logarithmic axis (#4233)
- [BUG] seriestype = :stepmid can compute invalid values for ticks=native when using DateTimes (#4248)
- [BUG] frame changes (#4285)
Merged pull requests:
- PGFPlotsX: reworks (#4262) (@t-bltg)
- gr: support :pixel (#4283) (@t-bltg)
- pgfplotsx: fix misplaced return nothing (#4286) (@t-bltg)
- handle fractional and NaN epochs (#4289) (@MrHenning)
- annotate! relative position independant from the axis scale (#4297) (@curio-sitas)
- Julia
Published by github-actions[bot] over 3 years ago
Plots - v1.31.4
Plots v1.31.4
Closed issues: - [BUG] 4243 severely impacted contour subplots (#4273) - [FR] limits of the r in the polar plot (#4281)
Merged pull requests: - don't set unit vector by default for pgfplotsx backend (#4271) (@BeastyBlacksmith) - keep largest size of subplots when plotting plots (#4275) (@BeastyBlacksmith)
- Julia
Published by github-actions[bot] over 3 years ago
Plots - v1.31.2
Plots v1.31.2
Closed issues: - [FR] Remove that the camera view angle can only be in integer degrees in the GR backend (#4253)
Merged pull requests: - Deal with unknown themes (#4254) (@diegozea) - Fix bug when a theme uses a colorbar attribute (#4255) (@diegozea) - Sanitize symbol and nothing Comparisons (#4263) (@sjkelly) - fix annotations (#4265) (@t-bltg)
- Julia
Published by github-actions[bot] over 3 years ago
Plots - v1.31.1
Plots v1.31.1
Closed issues: - ERROR: LoadError: Some tests did not pass: 2 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/ian/.julia/packag (#4219)
Merged pull requests:
- Fix mesh3d_triangles! (#4251) (@t-bltg)
- Julia
Published by github-actions[bot] over 3 years ago
Plots - v1.30.2
Plots v1.30.2
Closed issues: - [BUG] Plot title repeated in wrong place for multi-panel layout with subpanels (#4180)
Merged pull requests: - Even fasterer series adding (#4236) (@BioTurboNick) - Add CITATION.bib (#4242) (@ChrisRackauckas) - don't copy plot attributes when plotting plots (#4243) (@BeastyBlacksmith)
- Julia
Published by github-actions[bot] over 3 years ago
Plots - v1.30.1
Plots v1.30.1
Closed issues: - surface and then contour scrambles the result (#4240)
Merged pull requests: - Even faster series adding (#4235) (@BioTurboNick) - add docstring for gif, mov, mp4, webm (#4238) (@BeastyBlacksmith) - adjust is3d for gr (#4241) (@BeastyBlacksmith)
- Julia
Published by github-actions[bot] over 3 years ago
Plots - v1.30.0
Plots v1.30.0
Closed issues: - display() is not defined warning (#2407) - [BUG] ERROR: LoadError: InitError when precompiling (#3055) - [FR] Remove camera limitation for GR backend (#4224)
Merged pull requests: - forward aspect ratio for 3D plots in pgfplotsx (#4231) (@BeastyBlacksmith) - GR switch to new 3d projection (#4232) (@jheinen)
- Julia
Published by github-actions[bot] over 3 years ago
Plots - v1.29.1
Plots v1.29.1
Closed issues: - [BUG] Colors are not assigned to pie chart properly (#3214) - [BUG] animation displayed wrong marker color (#3871) - [BUG] series_annotation does not slice correctly (#4073) - [BUG] Segmentation fault on GR when label is too long (#4198) - Aspect Ratio Not Working BUG - [BUG] permute=(:x, :y) interpeted as (:y, :x) (#4218) - [BUG] Points that are very close together become invisible when plotted with GR (#4228)
Merged pull requests:
- Update unicodeplots (#4204) (@t-bltg)
- Handle seriescolor option in pie plot recipe (#4208) (@nick4f42)
- Replace a few uses of 1:length idiom with eachindex (#4210) (@brenhinkeller)
- CI: use julia-actions/cache (#4216) (@fonsp)
- Change color palette generation to full (#4221) (@BeastyBlacksmith)
- Fix handling of multi-series series_annotations (#4225) (@nick4f42)
- handle UnitfulStrings for pgfplotsx backend (#4226) (@BeastyBlacksmith)
- Julia
Published by github-actions[bot] over 3 years ago
Plots - v1.29.0
Plots v1.29.0
Closed issues: - stephist does not work on the y axis (#1010) - horizontal layout issues (#1412) - Errorbars are not rotated in horizontal bar plot (#1907) - [BUG] Can't precompile Plots (#4192)
Merged pull requests: - add permute, deprecate orientation (#4164) (@BeastyBlacksmith)
- Julia
Published by github-actions[bot] over 3 years ago
Plots - v1.28.1
Plots v1.28.1
Closed issues: - [BUG]Colorbar title remains vertical with colorbar on the top (#4183) - Keyword argument fillstyle not supported with Plots.GRBackend() (#4190)
Merged pull requests: - Enable PDF Export in IJulia (#4188) (@jeremiahpslewis) - Fixing the colorbar title for colorbars on the top. (#4191) (@zhiyuanzhai)
- Julia
Published by github-actions[bot] over 3 years ago
Plots - v1.28.0
Plots v1.28.0
Closed issues:
- [BUG] heatmap draws background on top when axis, legend and ticks are disabled (#3009)
- [BUG] surface errors when called after closing plot window (#4070)
Merged pull requests:
- Merge extra_kwargs in plotly series (#4172) (@antholzer)
- UnicodePlots: support polarplot (#4185) (@t-bltg)
- Julia
Published by github-actions[bot] over 3 years ago
Plots - v1.27.6
Plots v1.27.6
Closed issues: - [BUG] Strange behavior when plotting the same subplot multiple times in one layout (#3123) - [BUG] quiver throws error with null arrow in plotly backend (#3311)
Merged pull requests: - Update docs build (#4175) (@t-bltg) - fix empty segments in plotly (#4177) (@BeastyBlacksmith) - Add areaplot example to gallery (#4178) (@briochemc) - add version check for 1.8 precompiles (#4179) (@JeffBezanson)
- Julia
Published by github-actions[bot] over 3 years ago
Plots - v1.27.5
Plots v1.27.5
Closed issues: - Ideas to enhance animations (#423) - Broken Pipe: Plotting with Julia Version 1.7.1 (2021-12-22) (#4024) - [BUG] Animation problem on MacOS (#4133) - [BUG] "Send: no error" display when reopen a plot. (#4152)
Merged pull requests:
- CompatHelper: bump compat for PlotThemes to 3, (keep existing compat) (#4162) (@github-actions[bot])
- backends: fix Main.Plots dependency (#4168) (@fonsp)
- Disable warns on experimental backends (#4169) (@t-bltg)
- UnicodePlots: rework png output (#4171) (@t-bltg)
- Julia
Published by github-actions[bot] almost 4 years ago
Plots - v1.27.4
Plots v1.27.4
Closed issues: - Plotly: heatmaps data on hover has disappeared (#2446) - [BUG] Heatmap without mouse hovering (#3051) - Setting custom ticks in log plots with minor ticks enabled has confusing behavior (#3303) - [BUG] Wrong Legend for lines with Arrow in PGFPlotsX (#4160)
Merged pull requests: - Improve coverage (#4155) (@t-bltg) - Sort supported args (#4156) (@IanButterworth) - Restored plotly hover functionality for plots with multidimensional data (#4159) (@stevenaleung) - fix legends for arrows (#4161) (@BeastyBlacksmith)
- Julia
Published by github-actions[bot] almost 4 years ago
Plots - v1.27.2
Plots v1.27.2
Closed issues: - [BUG] GR backend: collision of colorbartitle and colorbarticks (#4078) - ERROR: LoadError: MethodError: no method matching sizehint!(::RecipesPipeline.DefaultsDict, ::Int64) (#4144) - [BUG] Empty 3D scatter plots result in an error in GR (#4146)
Merged pull requests:
- UnicodePlots: png output (#4149) (@t-bltg)
- Julia
Published by github-actions[bot] almost 4 years ago
Plots - v1.27.1
Plots v1.27.1
Closed issues:
- [BUG] plot of sinc quite inaccurate (#3894)
- Automatic Adaptive Plotting of Functions Needs Work (#4106)
- [BUG] plot_title errors (#4141)
Merged pull requests: - Revert "Fix annotations getting drawn under markers in pgfplotsx backend" (#4142) (@BeastyBlacksmith)
- Julia
Published by github-actions[bot] almost 4 years ago
Plots - v1.26.1
Plots v1.26.1
Closed issues: - libGL error in surface plot (#4008) - Plots and GR precompiled issue (#4135)
Merged pull requests: - Actually check if the loaded backend version mets the compat entries (#4137) (@BeastyBlacksmith)
- Julia
Published by github-actions[bot] almost 4 years ago
Plots - v1.25.12
Plots v1.25.12
Closed issues: - Constant deprecation warning when using StatsPlots in Pluto notebook (#3746) - [BUG] Int64 has no field pointsize error. (#4115) - [FR] Font scaling with PGFPlotsX (#4120)
Merged pull requests: - Revert constant legend box (#4117) (@t-bltg) - Bbs/legendfontx (#4119) (@BeastyBlacksmith) - check loaded_modules instead of Main for warnings about StatsPlots recipes (#4123) (@BeastyBlacksmith)
- Julia
Published by github-actions[bot] almost 4 years ago
Plots - v1.25.11
Plots v1.25.11
Closed issues: - [BUG] lens! lines are not plotted correctly when using logarithmic xscale (#3241) - [BUG] image tick positions drifting/ misplaced (#4087) - [BUG] Regression for ribbon supplied with tuple. Works in 1.25.5. (#4103) - [BUG] precompilation failure on latest realease (#4107) - [BUG] MethodError suddenly occurring during plot(), scatter(), etc even for simple cases and regardless of backend (#4112)
Merged pull requests:
- better line for log-scales in lens! (#4085) (@BeastyBlacksmith)
- Fix img axes (#4088) (@t-bltg)
- Allow color keyword on txt io - modernize code (#4102) (@t-bltg)
- CompatHelper: bump compat for NaNMath to 1, (keep existing compat) (#4104) (@github-actions[bot])
- add slicing of tuples of matrices for plotattributes (#4109) (@BeastyBlacksmith)
- Julia
Published by github-actions[bot] almost 4 years ago
Plots - v1.25.9
Plots v1.25.9
Closed issues: - [BUG] legendfontsize not remembered anymore (#4098)
Merged pull requests:
- Temporarily disable nightly precompilation until #4079 is fixed (#4095) (@t-bltg)
- UnicodePlots: add more extra_kwargs (#4097) (@t-bltg)
- UnicodePlots: more kw (#4099) (@t-bltg)
- Fix regression in legend font size setting (#4100) (@BeastyBlacksmith)
- Julia
Published by github-actions[bot] almost 4 years ago
Plots - v1.25.8
Plots v1.25.8
Closed issues:
- histogram error (#4060)
- [BUG] plot_title with framestyle shows subplot of title (#4083)
- [BUG] CI broken (windows and linux) (#4091)
Merged pull requests:
- Example for vspan and hspan (#4062) (@tpgillam)
- fix the wand binning (#4076) (@mkborregaard)
- UnicodePlots: use more extra_kwargs (#4080) (@t-bltg)
- Rework warnonunsupported (#4081) (@t-bltg)
- Precompilation statements for nightly (#4082) (@t-bltg)
- UnicodePlots: 3d support (#4089) (@t-bltg)
- Fix plotattributes in _add_plot_title! (#4090) (@t-bltg)
- Fix module eval (example 41) (#4093) (@t-bltg)
- Julia
Published by github-actions[bot] almost 4 years ago
Plots - v1.25.7
Plots v1.25.7
Closed issues:
- [FR] zcolor specifictation surfaces (#3035)
- pyplot crushes Julia BUG
- [BUG] documentation link broken? (#4038)
- [BUG] x and y seem to get switched around in recipe (#4047)
- [BUG] @recipe does not seem to like negative numbers (#4048)
- [BUG] histogram error (#4059)
- [BUG] Regression for specifying multiple series with ribbon (#4065)
Merged pull requests:
- UnicodePlots: basic quiver and contour support (#4031) (@t-bltg)
- gr-constant-legendbox (#4043) (@isentropic)
- Add format check (#4053) (@t-bltg)
- Revert "gr-constant-legendbox" (#4054) (@isentropic)
- gr-constant-legendbox (#4055) (@isentropic)
- Minor doc typeset for default (#4057) (@putianyi889)
- UnicodePlots: do not show blank plots (layouts) (#4058) (@t-bltg)
- fix plotting empty plot for plotly (#4067) (@BeastyBlacksmith)
- Fix ribbon slicing (#4068) (@BeastyBlacksmith)
- Julia
Published by github-actions[bot] almost 4 years ago
Plots - v1.25.6
Plots v1.25.6
Closed issues: - Polar heatmap (#732) - [BUG] Setting fill option when choosing backend does not work (#2706) - [BUG] surface with PGFPlotsX failed (#3335) - Titles get repeated in "nested plots" (#3342) - Update docs to reflect that GR is the default backend? (#4026)
Merged pull requests: - Check if plot title already exists before adding again (#4027) (@pearlzli) - Move fillrange and ribbon logic from RecipesPipeline and add tests for default function (#4030) (@BeastyBlacksmith)
- Julia
Published by github-actions[bot] almost 4 years ago
Plots - v1.25.5
Plots v1.25.5
Closed issues:
- [BUG] Legend in Scatter Plot with small markersize is scaled wrong (#3945)
- [BUG] Missing coordinates in PyPlot gui window (#4019)
- [BUG] c=:black doesn't work in contour under pyplot backend (#4020)
Merged pull requests: - UnicodePlots: enhance display / show (#4021) (@t-bltg)
- Julia
Published by github-actions[bot] almost 4 years ago
Plots - v1.25.4
Plots v1.25.4
Closed issues: - [FR] Pass along additional PyPlot args (markevery) (#3785) - Colorbar location is too far for 3D plots under pyplot backend (#4017)
Merged pull requests: - Fix fillranges with OffsetVectors for plotly (#4006) (@BeastyBlacksmith) - Set max_methods=1 (#4010) (@chriselrod) - Update boxplot doc (#4014) (@diegozea)
- Julia
Published by github-actions[bot] about 4 years ago