Releases: JetBrains/lets-plot
Releases · JetBrains/lets-plot
v1.5.3
[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 themaptiles_zxy()
function.label_format
parameter in thegeom_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
incoord_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 thelets_plot.bistro.im
module.
The new function is not any longer displaying matrix by itself but returns a GGBunch object instead.
Unlike the depricatedgg_image_matrix()
function, it is not imported byfrom lets_plot import *
statement.Usage:
from lets_plot.bistro.im import image_matrix image_matrix()
v1.5.3rc1
Updated version v1.5.3rc1
v1.5.2
v1.5.1
[1.5.1] - 2020-08-06
Added
- scale_x_reverse() / scale_y_reverse()
- Mnemonics for the
resolution
parameter in theregions.boundaries()
function.
Fixed
- Exception when using
coord_map
withxlim
[#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
[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
Updated version v1.5.0rc1
v1.4.2
[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
[1.4.1] - 2020-05-20
Added
geom_smooth
: automatic sampling when n>1000 and the method is LOESS.
v1.4.0
[1.4.0] - 2020-05-13
Added
- Support for interactive maps.
- The
as_discrete()
function. - Polynomial regression of an arbitrary degree (the
lm
smoothing method) in geom_smooth. axis_tooltip
,axis_tooltip_x
,axis_tooltip_y
parameters intheme()
- 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
Updated version v1.4.0rc2