|
|
|
@ -37,5 +37,5 @@ HTML formats. |
|
|
|
be showable as just `image/png` and `text/plain` you can use |
|
|
|
be showable as just `image/png` and `text/plain` you can use |
|
|
|
```julia |
|
|
|
```julia |
|
|
|
img = plot(...) |
|
|
|
img = plot(...) |
|
|
|
img = DisplayAs.Text(DisplayAs.Text(img)) |
|
|
|
img = DisplayAs.Text(DisplayAs.PNG(img)) |
|
|
|
``` |
|
|
|
``` |
|
|
|
|