Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update encoding of CHANGELOG #56

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 31 additions & 31 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,20 @@ See also https://blog.makie.org/blogposts/v0.21/

- Gridscale etc (#20)

Some updates, fixes:
* gridscale for plutovista, pyplot, makie,plots
* Export vectorsample and quiverdata
* Fix streamplot handling for Makie
* spacing -> rasterpoints for quiver, streamplot
* Ensure that colorbarticks are always shown and contain the function limits
* Add customplot
Some updates, fixes:

* gridscale for plutovista, pyplot, makie,plots

* Export vectorsample and quiverdata

* Fix streamplot handling for Makie

* spacing -> rasterpoints for quiver, streamplot

* Ensure that colorbarticks are always shown and contain the function limits

* Add customplot



## [1.4.0] - 2023-12-05
Expand Down Expand Up @@ -121,22 +121,22 @@ Co-authored-by: Christian Merdon <[email protected]>

- Improved PyPlot backend: (#17)

* better fontsize recognition
* correct fig sizes
* tight_layout() also for SubVisualizer reveal
* fixed rare clipping of last colorlevel in scalarplot
* coordinate limits (xlimits etc.) are used in vectorsample (such that scaling only is applied to vectors in the clipped area)
* new vector scaling method vconstant that scales all arrows equally
* repaired streamplot (U and V arguments needed transposition)
* added density argument to streamplot
* better fontsize recognition

* correct fig sizes

* tight_layout() also for SubVisualizer reveal

* fixed rare clipping of last colorlevel in scalarplot

* coordinate limits (xlimits etc.) are used in vectorsample (such that scaling only is applied to vectors in the clipped area)

* new vector scaling method vconstant that scales all arrows equally

* repaired streamplot (U and V arguments needed transposition)

* added density argument to streamplot



## [1.1.0] - 2023-06-02
Expand All @@ -154,4 +154,4 @@ fix colorbarticks

- Subgridplots (#16)

Handle plots of discontinuous functions in Makie,Pyplot, PlutoVista
Handle plots of discontinuous functions in Makie,Pyplot, PlutoVista
Loading