Skip to content

Commit e5c5fda

Browse files
Use "pen" as default color for marginal layers.
1 parent d4f0ef6 commit e5c5fda

File tree

1 file changed

+1
-1
lines changed
  • plot-api/src/commonMain/kotlin/org/jetbrains/letsPlot/bistro/common

1 file changed

+1
-1
lines changed

plot-api/src/commonMain/kotlin/org/jetbrains/letsPlot/bistro/common/Plot2dUtil.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ object Plot2dUtil {
1818

1919
private const val DEF_BINS = 30
2020
private const val MARGINAL_ALPHA = 0.1
21-
private const val DEF_COLOR = "#118ed8"
21+
private const val DEF_COLOR = "pen"
2222

2323
fun getBinParams2d(
2424
data: Map<String, List<Any?>>,

0 commit comments

Comments
 (0)