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: ybubnov/PlotUI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.0
Choose a base ref
...
head repository: ybubnov/PlotUI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on May 15, 2022

  1. Outbound BarView artefacts (#46)

    This patch fixes outbound bar artefacts.
    ybubnov authored May 15, 2022
    Configuration menu
    Copy the full SHA
    4849951 View commit details
    Browse the repository at this point in the history
  2. Add support of creating ticks with format style (#47)

    This patch adds constructors for `HAxis` and `VAxis` to create respective
    axes with a list of ticks and `FormatStyle`.
    ybubnov authored May 15, 2022
    Configuration menu
    Copy the full SHA
    418d161 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Scatter view to render individual points (#49)

    This patch defines a `ScatterView` to render individual points.
    ybubnov authored Jul 31, 2022
    Configuration menu
    Copy the full SHA
    f0bc459 View commit details
    Browse the repository at this point in the history
  2. FuncViewBuilder to stack plots (#50)

    This patch adds a `FuncViewBuilder` to consolidate multiple functional views
    in a single plot.
    ybubnov authored Jul 31, 2022
    Configuration menu
    Copy the full SHA
    939d94f View commit details
    Browse the repository at this point in the history
Loading