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:bryant1410/bashplotlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:master
Choose a base ref
...
head repository:glamp/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.
  • 18 commits
  • 6 files changed
  • 8 contributors

Commits on Oct 7, 2015

  1. Improves the setting of xlims in the scatter plot

    * Fixes a bug in which the right-most data point is not includes by using the `drange` include_stop argument * Removes unneccersery code that is repeating the operation of plotting a border * Add a space between the final data point and the right-hand border
    @GregoryAshton
    GregoryAshton committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    1517bf9View commit details
    Browse the repository at this point in the history
  2. Initial commit on adding color support to scatter-plot

    This adds a basic version of color support where the color is given as the third column of the csv file
    @GregoryAshton
    GregoryAshton committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    7c4c566View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2017

  1. Merge pull requestglamp#40from bryant1410/master

    Fix broken headings in Markdown files
    @glamp
    glamp authored Apr 18, 2017
    Configuration menu
    Copy the full SHA
    30d809eView commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. Merge pull requestglamp#33from ga7g08/Adds-color-support-to-scatter…

    …-plot Adds color support to scatter plot
    @glamp
    glamp authored Oct 11, 2017
    Configuration menu
    Copy the full SHA
    fdc52beView commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

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

Commits on Oct 21, 2018

  1. Fix formatting in README

    @bbbbbrie
    bbbbbrie committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    cf5e06dView commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Merge pull requestglamp#44from bbbbbrie/master

    Fix formatting in README
    @glamp
    glamp authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    067247cView commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Unambiguous abbreviations of x-labels in histogram

    Corrado Avolio committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    c4b083aView commit details
    Browse the repository at this point in the history
  2. Added sample with x-labels.

    Corrado Avolio committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    6fa4526View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. Fix several ResourceWarnings: unclose file

    Signed-off-by: Mickaël Schoentgen <[email protected]>
    @BoboTiG
    BoboTiG committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    53ee780View commit details
    Browse the repository at this point in the history
  2. Merge pull requestglamp#46from BoboTiG/fix-resource-leak

    Fix several ResourceWarnings: unclose file
    @glamp
    glamp authored Jan 2, 2019
    Configuration menu
    Copy the full SHA
    23319feView commit details
    Browse the repository at this point in the history
  3. Merge pull requestglamp#45from corrado9999/master

    Unambiguous abbreviations of x-labels in histogram
    @glamp
    glamp authored Jan 2, 2019
    Configuration menu
    Copy the full SHA
    0a4fffcView commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e05dddView commit details
    Browse the repository at this point in the history
  5. Merge pull requestglamp#43from kennethgoodman/master

    added functionality to pass in lists to scatter
    @glamp
    glamp authored Jan 2, 2019
    Configuration menu
    Copy the full SHA
    f753317View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Remove ESC char printing when not needed

    For "default" or unknown (e.g. None) colour do not print ESC characters. This is Useful when storing output into a text file or when running on windows cmd.
    Montvydas Klumbys committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    5003ba6View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Merge pull requestglamp#51from Montvydas/feature/esc-char-printing

    Remove ESC char printing when not needed
    @glamp
    glamp authored May 9, 2019
    Configuration menu
    Copy the full SHA
    83410e9View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2019

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

Commits on Mar 31, 2021

  1. Merge pull requestglamp#56from timgates42/bugfix/typo_boolean

    Fix simple typo: boolen -> boolean
    @glamp
    glamp authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    db4065cView commit details
    Browse the repository at this point in the history
Loading