Johannes Wolf

Results 53 issues of Johannes Wolf

Request from Discord. Example: https://matplotlib.org/stable/gallery/images_contours_and_fields/plot_streamplot.html#sphx-glr-gallery-images-contours-and-fields-plot-streamplot-py ![grafik](https://github.com/johannes-wolf/cetz/assets/519002/773adaf8-ea75-48ed-b966-3ffed579bfd9)

feature :gift:
lib:plot

It would be nice to have something like `set-viewport`, which scales its children to a fixed AABB by measuring their bounding box and scaling their coordinates afterward (what plot.plot des,...

enhancement :arrow_up:
core:draw :pencil2:

I think panicking with a message that cetz-plot has been moved to its own repo is helpful.

enhancement :arrow_up:

Adds a new element `find-closest-point` that computes the closest point between a reference point and one or more elements. This implementation could be used as a starting point for implementing...

feature :gift:

The whole function needs a rewrite (not for 0.3, though)! Fixes #687

bug :bug:

Fixes #683 Lets add this to 0.3.

feature :gift:

Waiting for the documentation.

This PR is a starting point for adding some 3D elements. With the new `prism(front-face, direction)` function it is easy to draw prisms, by drawing a front-face and extending along...

core:draw :pencil2:
blocked :construction:

Idea: Have a set of functions `find-*` that emit anchors for: - The tangent of an element at a given position on the shape - The closest point on an...

@kollienne: I have added the test reference picture to your branch by pushing it to the main repo. Original PR #641. I am not yet sure about the API, but...

enhancement :arrow_up:
lib:tree