Manuel

Results 6 issues of Manuel

Use python2 to execute scripts that are not python3 compatible

### Description ## Synopsis Setting no background results in a transparent svg, but opaquely white png. ## Example ```ts #lorem(20) ``` Results in ### SVG ![transparent](https://github.com/typst/typst/assets/5041338/60c3c754-2b70-4e54-a29c-aaa80192b559) --- ### PNG ![transparent](https://github.com/typst/typst/assets/5041338/83d71bc9-fcf8-4338-b77a-b6a4f078a425)...

bug
png

It would be very nice to be able to set logscale for x and y axes.

RFE :gift:
lib:plot

## Open questions - How to incorporate boundary conditions? They are incompatible with ippls BCType concept - Should Electrostatic and Electromagnetic Solvers implement the same interface? ## Design

enhancement

The current state of IPPL's FFT has a few problems. ### CPU For the CPU case, the default `Kokkos::View` Layout is `LayoutRight`, which results in [this loop](https://github.com/IPPL-framework/ippl/blob/master/src/FFT/FFT.hpp#L137-L142) being a transposition,...

work in progress

## Synopsis Add Kokkos-contained rendering for Fields and particles. - Image class representing an image with save functionality (png, bmp or jpg) - 3D Rendering functionality - 2D Cross section...

enhancement