Skip to content

Commit b56ae5c

Browse files
geomTile, geomBin2D, geomContour, geomContourFilled, geomDensity2D, geomDensity2DFilled: default coordinate system changed from 'fixed' to 'cartesian'.
1 parent 54bf789 commit b56ae5c

File tree

4 files changed

+2
-12
lines changed

4 files changed

+2
-12
lines changed

future_changes.md

+2
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ GeoTools [v 32.1](https://github.com/geotools/geotools/releases/tag/32.0)
3131

3232
- [**BREAKING**] The `height` parameter has been deprecated for the `geomErrorBar`.
3333

34+
- [**BREAKING**] `geomTile`, `geomBin2D`, `geomContour`, `geomContourFilled`, `geomDensity2D`, `geomDensity2DFilled` : default coordinate system changed from 'fixed' to 'cartesian'.
35+
3436
### Fixed

plot-api/src/commonMain/kotlin/org/jetbrains/letsPlot/geom/geom_bin2d.kt

-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ import org.jetbrains.letsPlot.tooltips.TooltipOptions
2222
/**
2323
* Divides the plane into a grid and color the bins by the count of cases in them.
2424
*
25-
* By default, this geom uses `coordFixed()`.
26-
* However, this may not be the best choice when the values on the X/Y axis have significantly different magnitudes.
27-
* In such cases, try using `coordCartesian()`.
28-
*
2925
* ## Notes
3026
*
3127
* Computed variables:

plot-api/src/commonMain/kotlin/org/jetbrains/letsPlot/geom/geom_density2d.kt

-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ import org.jetbrains.letsPlot.tooltips.TooltipOptions
2222
/**
2323
* Displays density function contour.
2424
*
25-
* By default, this geom uses `coordFixed()`.
26-
* However, this may not be the best choice when the values on the X/Y axis have significantly different magnitudes.
27-
* In such cases, try using `coordCartesian()`.
28-
*
2925
* ## Notes
3026
*
3127
* Computed variables:

plot-api/src/commonMain/kotlin/org/jetbrains/letsPlot/geom/geom_density2df.kt

-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ import org.jetbrains.letsPlot.tooltips.TooltipOptions
2222
/**
2323
* Draws filled contour bands.
2424
*
25-
* By default, this geom uses `coordFixed()`.
26-
* However, this may not be the best choice when the values on the X/Y axis have significantly different magnitudes.
27-
* In such cases, try using `coordCartesian()`.
28-
*
2925
* ## Notes
3026
*
3127
* Computed variables:

0 commit comments

Comments
 (0)