Skip to content
Permalink
master

Commits on Mar 31, 2021

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

    Fix simple typo: boolen -> boolean
    glamp committed Mar 31, 2021

Commits on Dec 1, 2019

Commits on May 9, 2019

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

    Remove ESC char printing when not needed
    glamp committed May 9, 2019

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
    Montvydas Klumbys committed Mar 26, 2019

Commits on Jan 2, 2019

  1. Merge pull request #43 from kennethgoodman/master

    added functionality to pass in lists to scatter
    glamp committed Jan 2, 2019
  2. Merge pull request #45 from corrado9999/master

    Unambiguous abbreviations of x-labels in histogram
    glamp committed Jan 2, 2019
  3. Merge pull request #46 from BoboTiG/fix-resource-leak

    Fix several ResourceWarnings: unclose file
    glamp committed Jan 2, 2019
  4. Fix several ResourceWarnings: unclose file

    Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr>
    BoboTiG committed Jan 2, 2019

Commits on Dec 7, 2018

  1. Added sample with x-labels.

    Corrado Avolio
    Corrado Avolio committed Dec 7, 2018
  2. Unambiguous abbreviations of x-labels in histogram

    Corrado Avolio
    Corrado Avolio committed Dec 7, 2018

Commits on Nov 27, 2018

  1. Merge pull request #44 from bbbbbrie/master

    Fix formatting in README
    glamp committed Nov 27, 2018

Commits on Oct 21, 2018

  1. Fix formatting in README

    bbbbbrie committed Oct 21, 2018

Commits on Sep 19, 2018

Commits on Oct 11, 2017

  1. Merge pull request #33 from ga7g08/Adds-color-support-to-scatter-plot

    Adds color support to scatter plot
    glamp committed Oct 11, 2017

Commits on Apr 18, 2017

  1. Merge pull request #40 from bryant1410/master

    Fix broken headings in Markdown files
    glamp committed Apr 18, 2017

Commits on Jun 6, 2016

  1. Merge pull request #38 from tijko/master

    Include from __future__ print_function
    glamp committed Jun 6, 2016

Commits on Jun 4, 2016

Commits on May 27, 2016

  1. Merge pull request #36 from sboysel/std-dev-summary

    add standard deviation to histogram summary
    glamp committed May 27, 2016

Commits on Feb 6, 2016

  1. Pypyi woes

    glamp committed Feb 6, 2016

Commits on Jan 19, 2016

  1. relabel sd => std dev

    sboysel committed Jan 19, 2016

Commits on Jan 4, 2016

Commits on Oct 7, 2015

  1. 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 committed Oct 7, 2015
  2. 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 committed Oct 7, 2015

Commits on Oct 6, 2015

  1. Merge pull request #31 from Aluriak/setupkeywords

    define keywords and trove classifiers for pypi indexing
    glamp committed Oct 6, 2015

Commits on Sep 29, 2015

  1. fix typo

    Aluriak committed Sep 29, 2015

Commits on Sep 15, 2015

  1. bump

    glamp committed Sep 15, 2015
  2. Update histogram.py

    glamp committed Sep 15, 2015

Commits on Sep 12, 2015

  1. bump

    glamp committed Sep 12, 2015
  2. Merge pull request #26 from asbjorn/python2to3

    Python2to3
    glamp committed Sep 12, 2015

Commits on Sep 9, 2015

  1. PEP-8 and Python3 compatable python2 code

    * My Sublime Text 2 plugin auto-adjusted some small portions to be PEP-8
    compliant.
    * Imported 'print_function' and refactored all print statements
    asbjorn committed Sep 9, 2015
Older