Update quarto project style
This commit is contained in:
parent
2789644630
commit
0e9064c49d
3 changed files with 9 additions and 5 deletions
|
|
@ -54,7 +54,7 @@ def pplot(cell: Cell) -> Any:
|
|||
outp, _ = run_cell(cell)
|
||||
return (
|
||||
outp
|
||||
+ lp.flavor_darcula()
|
||||
# + lp.flavor_darcula()
|
||||
+ lp.ggsize(width=fig_width * 1000, height=fig_height * 1000)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue