Displaying 3 results from an estimated 3 matches for "polylinegrob".
2023 Mar 26
0
Inconsistency in grid::grid.polyline
...tension 86000 if you
> require further assistance.
>
> Hi Paul and R-devel team,
>
> There is an inconsistency in the definition of ?grid.polyline? in
> comparison to the other grid.* functions.
>
> grid.polyline() simply passes all args (specified via ? only) ?to
> polylineGrob() and unconditionally calls grid.draw() on the returned object.
>
> In contrast, all other functions in the grid.* family have a full set of
> named arguments (reflecting the arguments to the *Grob() form of the
> function).? Internally to each of the grid.* family of functions, a dr...
2008 Jan 11
0
New version of ggplot2: 0.5.7
...expansion
* coord_equal: now scales correctly if ratio < 1
* geom_abline: fix bug where slope was ignored
* geom_jitter now works correctly with groups and categorical values
(was actually a bug in how scale_discrete deals with continuous
values)
* geom_path: automatically switch between polylineGrob and
segmentsGrob when drawing paths so that setting line type now works
properly
* geom_segment now uses both ends of segments to calculate axis limits
* plotmatrix: fix bug in scatterplot matrix where all scatterplots
were transposed!
* qplot: should now work better within functions
* quic...
2008 Jan 11
0
New version of ggplot2: 0.5.7
...expansion
* coord_equal: now scales correctly if ratio < 1
* geom_abline: fix bug where slope was ignored
* geom_jitter now works correctly with groups and categorical values
(was actually a bug in how scale_discrete deals with continuous
values)
* geom_path: automatically switch between polylineGrob and
segmentsGrob when drawing paths so that setting line type now works
properly
* geom_segment now uses both ends of segments to calculate axis limits
* plotmatrix: fix bug in scatterplot matrix where all scatterplots
were transposed!
* qplot: should now work better within functions
* quic...