diff --git a/README.md b/README.md index 5601cbb8b9b..46117db65dd 100644 --- a/README.md +++ b/README.md @@ -58,65 +58,52 @@ Also read: - [Scientific mode in PyCharm](https://www.jetbrains.com/help/pycharm/matplotlib-support.html) - [Scientific mode in IntelliJ IDEA](https://www.jetbrains.com/help/idea/matplotlib-support.html) -## What is new in 3.0.0 +## What is new in 3.1.0 -- ### Breaking Changes +- ### `gggrid()` +
+ f-23a/images/plot_grid.png - - `Python 3.6` is no longer supported as it is in the ["end-of-life"](https://devguide.python.org/versions/) release cycle stage. - - - `geom_livemap()` is now a pure basemap layer. The following options are no longer supported: - `symbol`, `data`, `mapping`, `map`, `map_join`, `ontop`, `stat`, `position`, `show_legend`, `sampling`, `tooltips`, `geodesic`. - -> To draw **point** and **pie** markers on map, please, use the `geom_point()` and `geom_pie()` geometry layers. -> -> See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot/blob/master/docs/f-22e/titanic.ipynb). + See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23a/plot_grid.ipynb). -> In place of the former `geodetic` parameter in `geom_livemap` please use the new parameter `flat` in **path** and **segment** -> geometry layers. -> -> See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot/blob/master/docs/f-22e/param_flat.ipynb). -- ### New Features +- ### `joint_plot()` +
+ f-23a/images/joint_plot.png - - #### `residual_plot()` -
- f-22e/images/residual-light.png - f-22e/images/residual-dark.png + See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23a/joint_plot.ipynb). - See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-22e/residual_plot.ipynb). - - #### `geom_area_ridges()` -
- f-22e/images/ridges-dark.png +- ### Configuring Axis Position +
+ f-23a/images/axis_position.png - See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-22e/ridgeline_plot.ipynb). - - - #### `geom_pie()` -
- f-22e/images/pie.png + See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23a/axis_position.ipynb). - See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot/blob/master/docs/f-22e/geom_pie.ipynb). + +- ### Showing Quantiles on Density Plots +
+ f-23a/images/density_quantiles.png - - #### Annotation Labels on Pie-Chart -
- f-22e/images/pie-labels-explode.png - f-22e/images/pie-labels-titanic.png + See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23a/quantile_parameters.ipynb). - See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot/blob/master/docs/f-22e/annotations_for_pie.ipynb). + +- ### Additional "color" aesthetics: `paint_a, paint_b, paint_c`. +
+ f-23a/images/additional_color_aes.png - - #### Spatial Pies -
- f-22e/images/spatial_pies_titanic.png + See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23a/multiple_color_scales.ipynb). + + Also added a set of related "color scale" functions with the "aesthetic" parameter for configuring of additional color scales. - See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot/blob/master/docs/f-22e/titanic.ipynb). + See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23a/scale_functions.ipynb) demo. - - #### New Parameters in `geom_imshow()`: -
- f-22e/images/imshow-alpha-jp.png - - Transparency of `NaN` values in grayscale images: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot/blob/master/docs/f-22e/image_nan_values.ipynb). +- ### Other New Features and Improvements - - `alpha` parameter: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot/blob/master/docs/f-22e/image_alpha_param.ipynb). + - Export to PNG file in `ggsave()` (requires the [CairoSVG](https://pypi.org/project/CairoSVG) library), see [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23a/export_to_png.ipynb). + - `angle` parameter in `element_text()` in `theme()`, see [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23a/axis_text_angle.ipynb). + - `geodesic` parameter in `geom_segment()` and `geom_path()`, see [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23a/param_geodesic.ipynb). ## Change Log