Skip to content

Commit dfa9fdc

Browse files
committed
Use colhz for ztitle
1 parent f56977e commit dfa9fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/examples.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
{ "opt": "chord", "title": "Chord diagram as it is implemented by d3.js, see https://observablehq.com/@d3/chord-diagram" },
107107
{ "opt": "allbins", "title": "draw underflow/overflow bins" },
108108
{ "name": "xyticks", "opt": "xticks:[-3.8,-1.5,1.5,3.8];yticks:[-3.3,-1.1,1.1,3.3]", "title": "configure custom x and y ticks positions" },
109-
{ "name": "ztitle", "opt": "colz;ztitle:Z^{axis}%20title;nostat", "title": "Color plot with custom Z title" },
109+
{ "name": "ztitle", "opt": "colhz;ztitle:Z^{axis}%20title;nostat", "title": "Color plot with custom Z title" },
110110
{ "name": "pol", "opt": "lego2;pol", "title": "Polar coordinates for lego plots" },
111111
{ "name": "cyl", "opt": "lego2;cyl", "title": "Cylindrical coordinates for lego plots" },
112112
{ "name": "sph", "opt": "lego2;sph", "title": "Sphere coordinates for lego plots" },

0 commit comments

Comments
 (0)