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: robert/bashplotlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Darren-0/bashplotlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 23, 2022

  1. new file: scratch.py

        test function in bashplotlib
    Darren-0 committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    2df14f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

  1. modified: bashplotlib/utils/helpers.py

        added a "+" in the box for the text box of the title
    Darren-0 committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    e6ef370 View commit details
    Browse the repository at this point in the history
  2. modified: bashplotlib/utils/helpers.py

        added function to left/right justify the title
    Darren-0 committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    45addf8 View commit details
    Browse the repository at this point in the history
  3. modified: bashplotlib/utils/helpers.py

        does not overflow, replaced with ...
    Darren-0 committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    bb4ace1 View commit details
    Browse the repository at this point in the history
  4. modified: bashplotlib/utils/helpers.py

        imporve the edge of the title box
    Darren-0 committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    7f682fb View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2022

  1. modified: bashplotlib/scatterplot.py

    	modified:   scratch.py
        Added titles for the axis
    Darren-0 committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    9891a9c View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. modified: bashplotlib/scatterplot.py

        added comments for 0 axis
    Darren-0 committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    958ef7c View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. modified: bashplotlib/scatterplot.py

        added the axes
    	modified:   scratch.py
        added colors to test
    Darren-0 committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    78f2f3b View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. modified: bashplotlib/scatterplot.py

        added unit test but removed color printing function for now
    Darren-0 committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    867d4ed View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. modified: bashplotlib/utils/helpers.py

        made the text box same size as the graph
    Darren-0 committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    fd71e2f View commit details
    Browse the repository at this point in the history
  2. new file: test.py

        made the new test file, havent added test case
    Darren-0 committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    d23d3f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. modified: bashplotlib/scatterplot.py

        made the axis code shorter
    	modified:   bashplotlib/utils/helpers.py
        improved the scale code so it worked with more numbers
    Darren-0 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    8880a3f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. modified: bashplotlib/scatterplot.py

    	modified:   test.py
        Added basic test
    Darren-0 committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    1c28dc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. modified: bashplotlib/histogram.py

    	modified:   bashplotlib/utils/helpers.py
    	modified:   scratch.py
        improved the text_box function to accept more than one line
        updated the histogram showSummary function to use the text_box function
    Darren-0 committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    854319e View commit details
    Browse the repository at this point in the history
Loading