glamp / bashplotlib Public
master
Commits on Mar 31, 2021
-
Merge pull request #56 from timgates42/bugfix/typo_boolean
Fix simple typo: boolen -> boolean
Commits on Dec 1, 2019
Commits on May 9, 2019
-
Merge pull request #51 from Montvydas/feature/esc-char-printing
Remove ESC char printing when not needed
Commits on Mar 26, 2019
-
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 committedMar 26, 2019
Commits on Jan 2, 2019
-
Merge pull request #43 from kennethgoodman/master
added functionality to pass in lists to scatter
-
-
Merge pull request #45 from corrado9999/master
Unambiguous abbreviations of x-labels in histogram
-
Merge pull request #46 from BoboTiG/fix-resource-leak
Fix several ResourceWarnings: unclose file
-
Fix several ResourceWarnings: unclose file
Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr>
Commits on Dec 7, 2018
-
Corrado Avolio committed
Dec 7, 2018 -
Unambiguous abbreviations of x-labels in histogram
Corrado Avolio committedDec 7, 2018
Commits on Nov 27, 2018
Commits on Oct 21, 2018
Commits on Sep 19, 2018
Commits on Oct 11, 2017
-
Merge pull request #33 from ga7g08/Adds-color-support-to-scatter-plot
Adds color support to scatter plot
Commits on Apr 18, 2017
-
Merge pull request #40 from bryant1410/master
Fix broken headings in Markdown files
-
Commits on Jun 6, 2016
-
Merge pull request #38 from tijko/master
Include from __future__ print_function
Commits on Jun 4, 2016
Commits on May 27, 2016
-
Merge pull request #36 from sboysel/std-dev-summary
add standard deviation to histogram summary
Commits on Feb 6, 2016
Commits on Jan 19, 2016
Commits on Jan 4, 2016
Commits on Oct 7, 2015
-
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
-
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
Commits on Oct 6, 2015
-
Merge pull request #31 from Aluriak/setupkeywords
define keywords and trove classifiers for pypi indexing
Commits on Sep 12, 2015
Commits on Sep 9, 2015
-
-
-
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