Skip to content

Releases: JetBrains/lets-plot

v1.5.3

05 Nov 18:12
Compare
Choose a tag to compare

[1.5.3] - 2020-11-05

Added

  • Facilities for customization of tooltip contents and its position (see Tooltip Customization).
  • attribution and other new parameters in the maptiles_zxy() function.
  • label_format parameter in the geom_text() function.
  • scale_x_discrete_reversed() / scale_y_discrete_reversed()
  • ggsave() function (only SVG, HTML)

Fixed

  • Mercator's projection computes coordinates incorrectly (geom_map(), coord_map())
  • Handling of xlim,ylim in coord_fixed(), coord_map()
  • Colorbars: take in account limits defined in continuous color/fill scales.
  • scale_color_hue incorrectly interprets chroma range [#206].
  • scale_color_brewer shouldn't fail if 'type' is not specified [#203].
  • scale_fill_discrete should not replace the default discrete scale (Brewer) with 'HUE' scale [#172].

Changed

  • Lets-plot vector map-tiles are configured by default.
  • PACIFIC_BLUE color (#118ED8) replaced DARK_BLUE as a default color/fill value on plots.
  • Default discrete color scheme is now ColorBrewer's Set2 (was Dark2)

Deprecated

  • Function gg_image_matrix(). The new function is: image_matrix() in the lets_plot.bistro.im module.
    The new function is not any longer displaying matrix by itself but returns a GGBunch object instead.
    Unlike the depricated gg_image_matrix() function, it is not imported by from lets_plot import * statement.

    Usage:

    from lets_plot.bistro.im import image_matrix
    image_matrix()
    

v1.5.3rc1

29 Oct 17:59
Compare
Choose a tag to compare
v1.5.3rc1 Pre-release
Pre-release
Updated version v1.5.3rc1

v1.5.2

10 Aug 17:06
Compare
Choose a tag to compare

[1.5.2] - 2020-08-10

Fixed

  • map_titanic.ipynb : UnboundLocalError: local variable 'map_join' referenced before assignment [#182]
  • Add the map_join parameter to all geoms which support map parameter (py) [#183]

v1.5.1

06 Aug 16:19
Compare
Choose a tag to compare

[1.5.1] - 2020-08-06

Added

  • scale_x_reverse() / scale_y_reverse()
  • Mnemonics for the resolution parameter in the regions.boundaries() function.

Fixed

  • Exception when using coord_map with xlim [#173]
  • Clipped tooltip [#155]
  • Text on axis is clipped after hiding the tick-marks in theme [#160]
  • Tooltip on x axis with no title shouldn't be above the axis line [#161]
  • NPE while creating scale mapper when data series contains only nulls.
  • Default Geocoding server url.

v1.5.0

15 Jul 16:05
Compare
Choose a tag to compare

[1.5.0] - 2020-07-15

Added

  • geocoding package

Fixed

  • NPE on geom_tile when data contains null-s.
  • The order of values in the limits parameter on discrete scales is ignored.
  • Livemap is not shown in GGBunch.

v1.5.0rc1

14 Jul 17:42
Compare
Choose a tag to compare
v1.5.0rc1 Pre-release
Pre-release
Updated version v1.5.0rc1

v1.4.2

28 May 17:26
Compare
Choose a tag to compare

[1.4.2] - 2020-05-28

Added

  • Plugin for IntelliJ IDEA / PyCharm is available. For more info see the plugin homepage: Lets-Plot in SciView.

Changed

  • Plots build time reduced (up to 4X)

v1.4.1

20 May 16:27
Compare
Choose a tag to compare

[1.4.1] - 2020-05-20

Added

  • geom_smooth: automatic sampling when n>1000 and the method is LOESS.

v1.4.0

13 May 15:43
Compare
Choose a tag to compare

[1.4.0] - 2020-05-13

Added

  • Support for interactive maps.
  • The as_discrete() function.
  • Polynomial regression of an arbitrary degree (thelm smoothing method) in geom_smooth.
  • axis_tooltip, axis_tooltip_x, axis_tooltip_y parameters in theme()
  • Kaggle and Datalore notebook demos.

Fixed

  • Severe performance degradation when using discrete scales [#119].
  • Opaque background to better support PyCharm dark theme [#121].
  • Auto-detection of a Kaggle environment.
  • Limits on the maximum plot size [#115].
  • Installation instructions for Windows users [#118 MinGW].

Changed

  • More slick shape for tooltips on the axis.

v1.4.0rc2

12 May 13:56
Compare
Choose a tag to compare
v1.4.0rc2 Pre-release
Pre-release
Updated version v1.4.0rc2