Skip to content

Commit

Permalink
Update future_changes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RYangazov committed Mar 20, 2024
1 parent fae0744 commit d2b4bb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions future_changes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## [4.3.1] - 2024-mm-dd

### Added
- Automatic geom rotation of `geom_bar()`, `geom_lollipop()`, `geom_boxplot()` and `geom_violin()` for discrete y.

See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-24b/auto_rotate.ipynb).

### Changed
### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
package org.jetbrains.letsPlot.core.spec.back

import org.jetbrains.letsPlot.commons.intern.filterNotNullKeys
import org.jetbrains.letsPlot.core.commons.data.SeriesUtil
import org.jetbrains.letsPlot.core.plot.base.*
import org.jetbrains.letsPlot.core.plot.base.DataFrame.Variable
import org.jetbrains.letsPlot.core.plot.base.data.DataFrameUtil
Expand Down

0 comments on commit d2b4bb4

Please sign in to comment.