Commit 0cd1467
committed
Fix asymmetric_irt.qmd render crash: avoid expression() labs with ggplotly
expression(theta)/expression(P(theta)) axis labels broke plotly's
verify_attr (unique.default() doesn't support type 'expression'),
halting render at fig-example-irf. Swapped for plain Unicode strings.1 parent 59ac7af commit 0cd1467
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
811 | 811 | | |
812 | 812 | | |
813 | 813 | | |
814 | | - | |
| 814 | + | |
815 | 815 | | |
816 | 816 | | |
817 | 817 | | |
| |||
0 commit comments