Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: plotly/plotly.R

plotly 4.11.0

19 Jun 20:24
e04eb4f
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

New features

  • ggplotly() now supports the{ggridges} package. (#2314)

Improvements

Bug fixes

  • Closed#2337: Creating a newevent_data() handler no longer causes a spurious reactive update of existingevent_data()s. (#2339)
  • Closed#2376: Removes errant boxmode warning for grouped boxplot. (#2396)
  • Closed#2392: Trivial warning about RColorBrewer minimal n value is no longer thrown (#1999)

Contributors

  • @teunbrand
teunbrand
Assets2
Loading
gvelasq and ChrisDNewton reacted with thumbs up emoji
2 people reacted

plotly 4.10.4

14 Jan 17:10
0445ed9
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Improvements

  • ggplotly() now works better with the development version of ggplot2 (> v3.4.4). (#2315)
Loading
mayer79, econmaett, mytarmail, saimonduquet, and amphigourik reacted with thumbs up emoji
5 people reacted

plotly 4.10.3

22 Oct 16:34
3c158b1
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Improvements

  • ggplotly() now works better with the development version of ggplot2 (> v3.4.3). (#2301)

Bug fixes

  • Closed#1947:ggplotly() now correctly handlesgeom_vline/geom_hline with empty data. Previously, ifgeom_vline/geom_hline was passed an empty data frame, it would result in an error. The plot is drawn even if no lines are found; this is the same behavior asggplot2.

  • Closed#1214: Do not warn in RStudio on Windows when scattergl is used. Recent RStudio versions can render scattergl correctly.

  • Closed#2298: Fix fill assignment in geom_point when a single shape value was used with multiple fill and colour values mapped (@zeehio)

Contributors

  • @zeehio
zeehio
Loading
mytarmail reacted with thumbs up emojimayer79 and dereckmezquita reacted with hooray emoji
3 people reacted

plotly 4.10.2

03 Jun 16:50
7c6e6d8
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

New features

  • Closed#2216: Additional selectize.js options can now be passed along tohighlight()'sselectize argument. (#2217)

Improvements

  • Closed#2259:ggplotly() now provides better support for ggplot2 >v3.4.2. (#2262)

Bug fixes

  • Closed#2212:ggplotly() no longer silently drops legends that are customized throughggplot2::guide_legend().
  • Closed#2179:save_image() no longer needsreticulate::py_run_string("import sys") in order to run without error. (#2179)
  • Closed#2218:highlight(selectize = TRUE) no longer yields an incorrect selectize.js result when there is a combination of crosstalk and non-crosstalk traces. (#2217)
  • Closed#2208:ggplotly() no longer errors given ageom_area() with 1 or less data points (error introduced by new behavior in ggplot2 v3.4.0). (#2209)
  • Closed#2220:ggplotly() no longer errors onstat_summary(geom = "crossbar"). (#2222)
  • Closed#2212:ggplotly() no longer removes legends when setting guide properties viaguides(aes = guide_xxx(...)).
Loading
mayer79, hervyqa, rafabelokurows, and mytarmail reacted with thumbs up emojieitsupi reacted with hooray emojimschilli87, pedrohserrano, and akunihiro reacted with rocket emoji
8 people reacted

plotly 4.10.1

07 Nov 15:25
Compare
Choose a tag to compare
Loading

Changes to plotly.js

  • This version of the R package upgrades the version of the underlying plotly.js library from v2.5.1 to v2.11.1. This includes many bug fixes and improvements. Theplotly.js release page has the full list of changes.

New features

  • plotlyOutput() gains a newfill parameter. WhenTRUE (the default), the widget's container element is allowed to grow/shrink to fit it's parent container so long as that parent is opinionated about its height and has been marked withhtmltools::bindFillRole(x, container = TRUE). (#2198)
  • ggplotly() now supports the{ggalluvial} package. (#2061, thanks@moutikabdessabour)
  • highlight() now supportson="plotly_selecting", enabling client-side linked brushing via mouse click+drag (no mouse-up event required, as withon="plotly_selected"). (#1280)
  • raster2uri() supports nativeRaster objects. This enables nativeRaster support for
    theannotation_raster() geom (#2174,@zeehio).

Bug fixes

  • ggplotly() now convertsstat_ecdf() properly. (#2065)
  • ggplotly() now correctly handlesgeom_tile() with nofill aesthetic. (#2063)
  • ggplotly() now respectsguide(aes = "none") (e.g.,guide(fill = "none")) when constructing legend entries. (#2067)
  • Fixed an issue with translatingGGally::ggcorr() viaggplotly(). (#2012)
  • Fixed an issue where clearing a crosstalk filter would raise an error in the JS console (#2087)
  • Fixed an issue wheremap_color() would throw an error on R 4.2 (#2131)

Improvements

  • ggplotly() does not issue warnings withoptions(warnPartialMatchArgs = TRUE) any longer. (#2046, thanks@bersbersbers)
  • ggplotly() does not issue warnings related to use of deprecatedtidyr::gather_() in internals. (#2125, thanks@simonpcouch)

Contributors

  • @zeehio
  • @moutikabdessabour
  • @bersbersbers
  • @simonpcouch
zeehio, moutikabdessabour, and 2 other contributors
Loading
mschilli87 reacted with hooray emoji
1 person reacted

plotly 4.10.0

12 Oct 13:52
Compare
Choose a tag to compare
Loading

Breaking changes in JavaScript API

  • This version of the R package upgrades the version of the underlying plotly.js library from v1.57.1 to v2.5.1. This includes many breaking changes, bug fixes, and improvements to the underlying JavaScript library. Most of the breaking changes are summarized inthis announcement of the 2.0 release, butsee here for the full changelog.

Breaking changes in R API

  • ggplotly() now uses thelayout.legend.title (instead oflayout.annotations) plotly.js API to convert guides for discrete scales. (#1961)
  • renderPlotly() now usesPlotly.react() (instead ofPlotly.newPlot()) to redraw whenlayout(transition = ) is specified. This makes it possible/easier to implement a smooth transitions whenrenderPlotly() gets re-executed. (#2001)

New Features

  • Added new functions for static image exporting via thekaleido python package, namelysave_image() andkaleido(). Seehelp(save_image, package = "plotly") for installation info and example usage. (#1971)

Improvements

  • ggplotly() now better positions axis titles forfacet_wrap()/facet_grid(). (#1975)
Loading

plotly 4.9.4.1

21 Jun 18:04
bb98fef
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
  • Fixes a bug inggplotly() with{crosstalk} and{ggplot2} v3.3.4 (#1952).
Loading

plotly 4.9.4

08 Jun 18:38
9fe33eb
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

BUG FIXES

  • Duplicatehighlight(selectize=T) dropdowns are no longer rendered in Shiny (#1936).
  • group_by.plotly() now properly retains crosstalk information across{dplyr} versions (#1920).
  • Adds fixes inggplotly() for the upcoming{ggplot2} >3.3.3 release (#1952).
  • Fixes some issues withname andframes when both attributes are specified. (#1903 and#1618).
Loading

plotly 4.9.3

10 Jan 16:49
Compare
Choose a tag to compare
Loading

Changes to plotly.js

  • This version of the R package upgrades the version of the underlying plotly.js library from v1.52.2 to v1.57.1. This includes many bug fixes and improvements. Theplotly.js release page has the full list of changes.

NEW FEATURES

  • renderPlotly() now works well withshiny::bindCache(), meaning that plotly graphs can now be persistently cached in Shiny apps withrenderPlotly(expr) %>% shiny::bindCache() (#1879).

  • ggplotly() now works well with thethematic package. That is, it can now correctly translateggplot2 styling that derives fromthematic. Note that, in order to usethematic's auto theming in Shiny withggplotly(), you needshiny v1.5.0 (or higher) andhtmlwidgets v1.5.2.9000 (or higher). Relatedly, if these versions are available, one may now also callgetCurrentOutputInfo() insiderenderPlotly() to get CSS styles of the output container (#1801 and#1802).

IMPROVEMENTS

  • All HTTP requests are now retried upon failure (#1656,@jameslamb).

  • R linebreaks (\n) infactor labels are now translated to HTML linebreaks (<br />), too. Before, this conversion was only done for colums of type character. (#1700,@salim-b).

BUG FIXES

  • When R'sPOSIXt class is serialized to JSON, the time of day is now correctly preserved (in plotly.js expected'yyyy-mm-dd HH:MM:SS.ssssss' format). This should fix a whole host of issues where date-times were being rounded. (#1871,@FlukeAndFeather).

  • ggplotly() now handles discrete axes of afacet_wrap andfacet_grid correctly when there is only one category in panels > 1 (#1577 and#1720).

  • ggplotly() now correctly accounts for linebreaks in tick label text when computing plot margins (#1791,@trekonom).

  • ggplotly() now handleselement_blank() andfactor() labels in positional scales correctly (#1731 and#1772).

  • ggplotly() now handles missingy aesthetic ingeom_errorbar() (#1779,@trekonom).

Loading

plotly 4.9.2

12 Feb 20:25
Compare
Choose a tag to compare
Loading

Changes to plotly.js

  • This version of the R package upgrades the version of the underlying plotly.js library from v1.49.4 to v1.52.2. This includes many bug fixes, improvements, as well as 2 new trace types:treemap andimage. Theplotly.js release page has the full list of changes.

IMPROVEMENTS

  • Theadd_image() function was added to make it easier to create image traces viaraster objects.

BUG FIXES

  • add_sf()/geom_sf() now correctly handle geometry columns that are named something other than"geometry" (#1659).
  • Specifying an english locale no longer results in error (#1686).
Loading
Previous13
Previous

[8]ページ先頭

©2009-2025 Movatter.jp