X Tutup
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: StefRe/matplotlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: StefRe/matplotlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/get_tick_params
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Dec 1, 2023

  1. Fix get_tick_params

    - show values for x axis too
    - fix nonfunctional test
    - move axis tests from test_axes.py to test_axis.py
    - make note in get_tick_params docstring more precise
    - add GridOn to set_tick_params as it's always returned by
      get_tick_params, so it would be illogical if you couldn't
      set the paramter in the setter
    StefRe committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    538f2eb View commit details
    Browse the repository at this point in the history
Loading
X Tutup