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: JuliaPy/PyPlot.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.9.0
Choose a base ref
...
head repository: JuliaPy/PyPlot.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.10.0
Choose a head ref
  • 6 commits
  • 5 files changed
  • 6 contributors

Commits on Apr 4, 2020

  1. duh, this is simpler

    stevengj committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    c451315 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

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

Commits on Oct 26, 2020

  1. add axline (#502)

    bicycle1885 authored Oct 26, 2020
    Configuration menu
    Copy the full SHA
    7a36db6 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Small bug fix on unit test. Test assumed that output was an integer w…

    …hereas it could be any number. Changed to match floats and parse floats (#507)
    
    Co-authored-by: Jorge Alberto Vieyra Salas <[email protected]>
    el-oso and jvieyras authored Nov 19, 2020
    Configuration menu
    Copy the full SHA
    52a83c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. replaced gca(projection="3d") with plt.axes(projection="3d") (#533)

    * replaced gca(projection="3d") with plt.axes(projection="3d") as needed for matplotlib 3.4.2
    
    * added an alias for gca() depending on the PyPlot vers.
    
    * added an alias for gca() depending on the PyPlot vers.
    
    * replaced the alias with direct call at the right places
    
    * changed to proposed solution with quote "subplot"
    
    * corrected indentation to use spaces instead of tabs
    
    * Delete settings.json
    
    removed the settings.json from vscode.
    
    * Update src/plot3d.jl
    
    * Update src/plot3d.jl
    
    Co-authored-by: Steven G. Johnson <[email protected]>
    stakaz and stevengj authored Sep 13, 2021
    Configuration menu
    Copy the full SHA
    4da0d5d View commit details
    Browse the repository at this point in the history
  2. Update Project.toml

    stevengj authored Sep 13, 2021
    2 Configuration menu
    Copy the full SHA
    fe49cdf View commit details
    Browse the repository at this point in the history
Loading