Movatterモバイル変換
[0]ホーム
ggforce 0.5.0
- Fixed a bug that would cause reordering of data in some geoms(#314)
- The concaveman package is no longer a dependency for
geom_mark_hull() (#308) - Setting both label and description to
NA will now turnoff label drawing for that mark completely while still drawing themark - Fix a bug in
geom_mark_rect() where the mark would notbe shown in all panels (#307) - Fixed a bug in the
geom_mark_*() geoms where havingNA values in thefilter aesthetic would leadto weird errors.NA is now treated asFALSE(#306) shapeGrob() is now exported for use by other packages(#303)- Fix a bug in
geom_autohistogram() that prevented it tobe used with continuous data (#297) facet_zoom() now throws a better error when used withcoord_flip() (#143)- You can now use
"inherit","inherit_fill",and"inherit_col" for the styling of the label box andconnector in thegeom_mark_*() family of geoms (#240) - Prepare for upcoming changes in ggplot2
ggforce 0.4.2
- Fix a documentation issue reported by CRAN
ggforce 0.4.1
- Fixed a sanitizer error in the decent calculations used for the markgeoms
- Fixed a typo bug in the vctrs implementations
ggforce 0.4.0
- Moved to vctrs internally
- Updated error messaging to use cli
geom_diagonal(),geom_diagonal_wide(),geom_parallel_sets(), andgeom_sina() are nowbidirectional in the style of ggplot2geom_mark_*() now works correctly in the presence ofNA values inx andy- The
zoom,zoom.x, andzoom.yelements now uses proper registration of theme elements, inheriting fromstrip.background. - Fixed bug in
geom_sina() when groups contained lessthan 3 points - Fixed bug in
geom_parallel_sets() that erroneouslyremoved grouping information in some configurations - Added
jitter_y argument togeom_sina() tocontrol whether y jittering is performed on integerish y values. facet_zoom() now works with patchwork- Fix bug in
geom_mark_ellipse() that caused wrongorientation of ellipses with groups of two. gather_set_data() now supports tidyselect.position_jitternormal() gains aseedargument in parallel toggplot2::position_jitter()geom_sina() now works when the group only have a singleunique y valuefacet_zoom() now works correctly with transformedscalesfacet_wrap_paginate() now works correctly withdir = 'v'facet_matrix() now supports a labeller- fix a bug in
geom_parallel_sets_axes() that preventedcoloring of axis fill - fix a bug in
stat_circle() if thex andy aesthetics were inherited from the global mapping facet_zoom() now works even when limits are set by thescales
ggforce 0.3.4
- Changed documentation to comply with new units package
- Fixed unintentional re-ordering of shapes (#224)
- Deprecate
scale_[x|y]_unit in favor ofunits::scale_[x|y]_units
ggforce 0.3.2
- Changes to comply with latest ggplot2 release
- Make sure ggforce pass test even if concaveman is not available
ggforce 0.3.1
- Better fix for gganimate compatibility (#157)
ggforce 0.3.0
- Added
facet_matrix() in order to facet different datacolumns into different rows and columns in a grid, in order to makee.g. scatterplot matrices and pairs plot - Added
geom_autopoint() andposition_auto()to jitter points based on the type of positional scales in thepanel - Added
geom_autohistogram() andgeom_autodensity() for facilitating distribution plotsalong the diagonal in afacet_matrix() plot. - Added
facet_row() andfacet_col to haveone-dimensionalfacet_wrap() with possibility of variablesizing. - Stats should now always keep the old group variable (potentiallywith something added), making them work with gganimate
- Removed theVisual Guide vignette to reduce compilationtime. See the website for an overview of all functionality with compiledexamples (https://ggforce.data-imaginist.com)
ggforce 0.2.2
- Fixed a regression in
geom_sina() where the computationwould fail with a warning due totolower() being masked(#134, #135).
ggforce 0.2.1
- Fixed a bug in the calculation of open and closed b-splines, wherethe interval would exceed the defined region and result in anout-of-bounds memory error
ggforce 0.2.0
New features
linear_trans for composing linear transformation usingrotate,stretch,shear,reflect, andtranslatefacet_stereo added for creating stereographicprojectionsgeom_voronoi_[tile|segment],geom_delaunay_[tile|segment|segment2], andstat_delvor_summary has been added for tesselation andtriangulation.geom_spiro has been added for drawing spirographs- Add
geom_ellipse for drawing regular andsuperellipses - Add
geom_regon for drawing regular polygons - Add
geom_diagonal,geom_diagonal_wide andgeom_parallel_sets for drawing parallel sets diagrams andother visualizations based on diagonals. - Add
geom_shape for drawing polygons with roundedcorners and expanded/contracted sides.geom_shape replacesallgeom_polygon internally. - Added
geom_bspline_closed to draw polygons defined asb-splines - Add
geom_mark_[rect|circle|ellipse|hull] to encircle agroup of points and optionally add textual annotation to it - Add
position_jitternormal to jitter points based on anormal distribution
Improvements
facet_[wrap|grid]_paginate will now try to make panelson the last page the same size as on full pages (#7)facet_zoom now gainsxlim andylim arguments to control zoom range directlyfacet_zoom now gainszoom.data to controlwhich data gets plotted in which panel- Slimmed down the dependencies for the package.
plyr,lazyeval anddplyr has all been removed - Rewrite
geom_sina to matchgeom_violin andallow for dodging - Add
open/clamped option to`geom_bspline
Bug fixes
- Fix interpolation of
x andy values ingeom_link2 (@thomasp85 and
stat_link no longer replicates the group column- arcs and links no longer rename aesthetics when only one aestheticis present (
drop = FALSE) stat_bezier0 andstat_bezier2 now returndata in the expected format- Fix bug with
n_pages due to internal changes inggplot2 - Fix bug in
facet_zoom in combination with secondaryy-axis where the space for the y-axis would become huge - Correctly detect and error out when scales and coords does not workwith
facet_zoom - The *2 versions of line geoms no longer adds an
NA toguides.
ggforce 0.1.1
New features
- Zoom indicator styling can now be specified separetely for x and yzoom using
zoom.x andzoom.y in theme(inherits fromzoom that inherits fromstrip.background)
Bug fixes
- Fix bug in
facet_wrap_paginate that threw errors whenusing it with free scales (#19) - Fixes bug in
facet_zoom where y-axis would beincorrectly displayed when zooming on both axes without splitting theview (#23) - Fixes bug in
facet_zoom where scale expansion where nottaken into account when drawing the indicator area (#22) - Fixes a bug in
facet_zoom that would throw errors withlayers not containing the column that is zoomed by (#21)
ggforce 0.1.0
Major changes
geom_edge_bundle has been renamedgeom_bspline and lost the tension argument. True edgebundle functionality has been moved toggraph
New features
geom_bezier for drawing quadratic and cubicbeziersgeom_link for augmented segment/path drawinggeom_sina as an alternative togeom_violinandgeom_beeswarmscale_[x|y]_unit for using units vectorsfacet_[wrap|grid]_paginate to split facetting intomultiple pagesfacet_zoom for contextual zooming
ggforce 0.0.1
Major changes
New features
geom_arc /stat_arc for drawing circlesegmentsgeom_edge_bundle /stat_edge_bundle fordrawing edge bundles based on control pointsgeom_arc_bar /stat_arc_bar /stat_pie for drawing arcs and wedges with fillgeom_circle /stat_circle for drawingcircles with radius based on coordinate system scalepower_trans for creating power transformationsradial_trans for creating transformation between radialand cartesian coordinatestrans_reverser for reversing a trans object
[8]ページ先頭