File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.16.2] - 2025-12-04
4+ - ` leglocs[:cc] ` : correct "center center" to "center"
5+
36## [ 1.16.1] - 2025-12-01
47- ` Plots.jl ` and ` PyPlot.jl ` : fixed missing plots in VSCode by using ` display ` in ` reveal `
58
Original file line number Diff line number Diff line change 11name = " GridVisualize"
22uuid = " 5eed8a63-0fb0-45eb-886d-8d5a387d12b8"
33authors = [
" Juergen Fuhrmann <[email protected] >" ,
" Patrick Jaap <[email protected] >" ]
4- version = " 1.16.1 "
4+ version = " 1.16.2 "
55
66[deps ]
77ColorSchemes = " 35d6a980-a343-548e-a6ea-1d62b119f2f4"
Original file line number Diff line number Diff line change @@ -515,7 +515,7 @@ const leglocs = Dict(
515515 :ct => " upper center" ,
516516 :rt => " upper right" ,
517517 :lc => " center left" ,
518- :cc => " center center " ,
518+ :cc => " center" ,
519519 :rc => " center right" ,
520520 :lb => " lower left" ,
521521 :cb => " lower center" ,
You can’t perform that action at this time.
0 commit comments