Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PlotPyStack/PlotPy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d379c3f
Choose a base ref
...
head repository: PlotPyStack/PlotPy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bf6583c
Choose a head ref
  • 8 commits
  • 21 files changed
  • 2 contributors

Commits on Feb 14, 2026

  1. Configuration menu
    Copy the full SHA
    dd3cda8 View commit details
    Browse the repository at this point in the history
  2. Bump version to 2.8.4

    PierreRaybaut committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    6da771e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dbf98c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6cc32b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2026

  1. Configuration menu
    Copy the full SHA
    5a449a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2026

  1. Add QuiverItem for 2D vector field plots (closes #54)

    New plot item displaying arrows at grid positions, similar to
    Matplotlib's quiver:
    
    - QuiverItem class (plotpy/items/quiver.py) with configurable
      arrow scale, head size, color, and auto-meshgrid from 1D inputs
    - Builder method make.quiver() and interactive plt.quiver()
    - Integrated with plot autoscale (initial zoom + middle-click reset)
    - Item icon for the item list widget
    - Test and release notes for v2.9.0
    PierreRaybaut committed Mar 29, 2026
    Configuration menu
    Copy the full SHA
    8e0b59c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63ffa03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf6583c View commit details
    Browse the repository at this point in the history
Loading