-
-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add the new plot recipes * Use RNG * Shrink the default markersize * Don't need the name reference * Fixed the wrong file for DelaunayTriangulation ref * Add needs_tight_limits for triplot/voronoiplot, and add bounding boxes to both plot types * Dropped a name * News * Missing RNG * Update to the new DelaunayTriangulation release, and add customiable bounding box * Left in deved folders accidentally * Fix some other edge cases * Missed a nothing check * Wait a bit longer to convert the bounding box coordinates * Add doc pages * allow passing PointBased data to voronoiplot * make show_generators updateable * simplify conversion * fix conversions, type error, add color passthrough * fix error due to plot nesting * rename polygon_color -> color * fix tests failure * roll back color name change * Make sure color order gets respected * Add conversiosn for triplot, and some more tests * Remove N * Tense * rename polygon_color to color & simplify * get Colorbar working * mention voronoiplot in PolarAxis docs * document other plot signatures * add PointBased conversions for multiple Matrices * prototype default boundingbox alternative * update docs * fix polygon_color in docstring * simplify docs * tweak docstring, scatter render * point_color -> markercolor, render order tweaks * show off triangle_color * fix color hanbdling, tweak render order in GLMakie * cleanup tests remove some rendundancies, emphasize details * prototype arbitrary bounding boxes * prototype circle clipping * Change some of the defaults, remove old clipping code * Fix empty polygon plotting * Test custom bounding boxes * simplify conversion * minor test tweaks * clip generators to bbox * allow Rect2 bounding boxes and mixed type tuples * bring circle clip back & use it by default for PolarAxis * undo generator clipping change * Language in docs * Remove reverse!(cs) so that moving a point slightly gives consistent colors after updating * Add tests with observables * Undo reverse! change until consistent rule for local colors implemented * fix test failure * clean up observable bookkeeping * clean up observable updates * cleanup map in refimg * merge refimg * simplify refimg test * replace color sorting refimg with unit test * - Use better default markersize - Use a coordinate-independent definition of color so that they don't rapidly change when moving points slightly * Fix triplot for disjoint domains * Fix interior curve detection * Use method from DT for detecting interior curves * Remove global declaration * Wasn't supposed to be a testset * update name to not error * fix typo * Apply suggestions from code review Co-authored-by: Daniel VandenHeuvel <95613936+DanielVandH@users.noreply.github.com> * tweak docs * Update docs/examples/plotting_functions/triplot.md Co-authored-by: Daniel VandenHeuvel <95613936+DanielVandH@users.noreply.github.com> * rename bounding_box -> clip * add Rect2 -> tuple conversion * add link to this pr to NEWS [skip ci] --------- Co-authored-by: DanielVandH <danj.vandenheuvel@gmail.com> Co-authored-by: ffreyer <frederic481994@hotmail.de> Co-authored-by: Daniel VandenHeuvel <95613936+DanielVandH@users.noreply.github.com>
- Loading branch information
1 parent
7ad6ad2
commit a4af178
Showing
14 changed files
with
1,007 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.