We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa516ea commit a6ffbc4Copy full SHA for a6ffbc4
plotly/src/traces/heat_map.rs
@@ -227,8 +227,10 @@ mod tests {
227
.visible(Visible::LegendOnly)
228
.x_axis("x")
229
.x_calendar(Calendar::Hebrew)
230
+ .x_gap(1.0)
231
.y_axis("y")
232
.y_calendar(Calendar::Islamic)
233
+ .y_gap("10")
234
.zauto(true)
235
.zhover_format("fmt")
236
.zmax(10.0)
0 commit comments