File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 84
84
85
85
* Increase the default ` nbin ` of ` guide_colourbar() ` to place the ticks more precisely (#3508 , @yutannihilation ).
86
86
87
- * Modified ` manual_scale() ` to match ` values ` with the order of ` breaks `
88
- whenever ` values ` is an unnamed vector. Previously, unnamed ` values ` would
89
- match with the limits of the scale and ignore the order of any ` breaks `
90
- provided. Note that this may change the appearance of plots that previously
91
- relied on the unordered behaviour (#2429 , @idno0001 ).
87
+ * ` manual_scale() ` now matches ` values ` with the order of ` breaks ` whenever
88
+ ` values ` is an unnamed vector. Previously, unnamed ` values ` would match with
89
+ the limits of the scale and ignore the order of any ` breaks ` provided. Note
90
+ that this may change the appearance of plots that previously relied on the
91
+ unordered behaviour (#2429 , @idno0001 ).
92
92
93
93
# ggplot2 3.2.1
94
94
You can’t perform that action at this time.
0 commit comments