Skip to content

Commit 4c3e9fe

Browse files
committed
Add tickx2, y2, xy2 demos
1 parent 9238e35 commit 4c3e9fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

demo/examples.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
{ "opt": "tickx", "title": "draw X ticks also on opposite frame side" },
3333
{ "opt": "ticky", "title": "draw Y ticks also on opposite frame side" },
3434
{ "opt": "tickxy", "title": "draw X and Y ticks also on opposite frame sides" },
35+
{ "opt": "tickx2", "title": "draw X ticks with labesl also on opposite frame side" },
36+
{ "opt": "ticky2", "title": "draw Y ticks with labels also on opposite frame side" },
37+
{ "opt": "tickxy2", "title": "draw X and Y ticks with labels also on opposite frame sides" },
3538
{ "name": "xticks", "opt": "xticks:[-3.75,-1.2,1.2,3.75]", "title": "configure custom x ticks positions" },
3639
{ "opt": "allbins", "title": "draw underflow/overflow bins" },
3740
{ "name": "axis", "opt": "axis;nostat;maximum:1000", "title": "draw only axes, configure maximum value, disable stats" },

0 commit comments

Comments
 (0)