History

1.0.0

alpha python 3.7 version

0.1.11

polar fix for scatter plot plus variable defined marker size

0.1.11

initial box plot implementation (need to work on multi-series / color options)

0.1.10

expose additional options to CLI

0.1.9

fix polar axis readin options on scatterplot

0.1.8

proper labeling of max value when using -xticks/yticks

0.1.7

bug in cl_plot colors

0.1.6

improve graph formatting and bug fixes in scatter and histo

0.1.3

add release to version bump

0.1.2

first release on pypi

0.1.1

remove dependency link from setup.py

0.1.0

first stable release

0.0.1

Initial setup of the directory

Commit Log

* 2023-03-21:Bump version: 1.0.14 → 1.0.15
|  (HEAD, tag: v1.0.15, origin/master, origin/HEAD, master)
| 
* 2023-03-21:remove hdrstats dependency
| 
| 
* 2023-03-20:Bump version: 1.0.13 → 1.0.14
|  (tag: v1.0.14)
| 
* 2023-03-20:updates for deprecation
| 
| 
* 2023-01-12:Bump version: 1.0.12 → 1.0.13
|  (tag: v1.0.13)
| 
* 2023-01-12:small bug fix
| 
| 
* 2022-07-28:Bump version: 1.0.11 → 1.0.12
|  (tag: v1.0.12)
| 
* 2022-07-28:deprecation in click
| 
| 
* 2022-06-29:fix exception in 3.10, --areaonly plots, and fg color on heatmap axes
| 
| 
* 2022-06-06:Bump version: 1.0.10 → 1.0.11
|  (tag: v1.0.11)
| 
* 2022-06-06:consistency with matplotlib
| 
| 
* 2021-09-02:bugfix label parsing
| 
| 
* 2021-07-30:added whis option to boxplot
| 
| 
* 2021-05-24:quick_scatter
| 
| 
* 2021-03-01:more features added to quick_scatter, change of defaults
| 
| 
* 2020-11-18:Bump version: 1.0.9 → 1.0.10
|  (tag: v1.0.10)
| 
* 2020-11-18:changes to violin plot
| 
| 
* 2020-10-31:commented alternate solution to violin plot fliers
| 
| 
* 2020-10-21:Bump version: 1.0.8 → 1.0.9
|  (tag: v1.0.9)
| 
* 2020-10-21:flier option for violin plot, fixed boxplot extents
| 
| 
* 2020-10-10:typo in docs
| 
| 
* 2020-09-28:update docs build requirements
| 
| 
* 2020-07-31:typo in tick from args
|  (origin/dev3)
| 
* 2020-06-12:added pm3d color palette and additional options to boxplot
| 
| 
* 2020-06-11:do not require that xdata in ticks is monotonic, added tkwargs parameter to quick_scatter
| 
| 
* 2020-06-05:added quick_scatter for easy api plotting with mplt
| 
| 
* 2020-06-03:changed to remove deprecation warnings
| 
| 
* 2020-05-26:added _XX to add alpha to any named colormap (matplotlib or ru)
| 
| 
* 2020-05-04:x axis labels rotation option
| 
| 
* 2020-04-20:tmp file cleanup in violin and box
| 
| 
* 2020-04-18:Bump version: 1.0.7 → 1.0.8
|  (tag: v1.0.8)
| 
* 2020-04-18:bug in heatmap legend plot
| 
| 
* 2020-04-17:requirements_dev.txt
| 
| 
* 2020-04-17:Bump version: 1.0.6 → 1.0.7
|  (tag: v1.0.7)
| 
* 2020-04-17:confidence intervals on violin plot, label bug fixes
| 
| 
* 2020-04-16:added -weights option to histo
| 
| 
* 2020-04-16:fixed label/row conflicts in bar, need to verify bugs not introduced in other plots
| 
| 
* 2020-04-16:simplify api access to clipt.plot, import clipt.mplt to avoid backend setting
| 
| 
* 2020-04-13:Bump version: 1.0.5 → 1.0.6
|  (tag: v1.0.6)
| 
* 2020-04-09:bugs in violin
| 
| 
* 2020-04-09:added second y-axis options for scatter
| 
| 
* 2020-03-31:include commit log in history
| 
| 
* 2020-03-31:bug in set area min to ymin (was xmin)
| 
| 
* 2020-03-26:Bump version: 1.0.4 → 1.0.5
|  (tag: v1.0.5)
| 
* 2020-03-26:clean out docs
| 
| 
* 2020-03-26:colormap changes
| 
| 
* 2020-03-24:Bump version: 1.0.3 → 1.0.4
|  (tag: v1.0.4)
| 
* 2020-03-24:make step consistentent usage for all plots
| 
| 
* 2020-03-24:Bump version: 1.0.2 → 1.0.3
|  (tag: v1.0.3)
| 
* 2020-03-24:fixed position mapping of named color maps
| 
| 
* 2020-03-18:added -area plot to scatter, need to check with other coloring options
| 
| 
* 2020-03-17:Bump version: 1.0.1 → 1.0.2
|  (tag: v1.0.2)
| 
* 2020-03-17:fix bump.sh
| 
| 
* 2020-03-17:Bump version: 1.0.0 → 1.0.1
|  (tag: v1.0.1)
| 
* 2020-03-17:includes master.cfg
| 
| 
* 2020-03-16:bar width bug in bar_plot
| 
| 
* 2020-03-09:added matchxy to scatter
| 
| 
* 2020-03-06:added violin plot
| 
| 
* 2020-03-05:box plot improvements
| 
| 
* 2020-03-05:commit
| 
| 
* 2019-11-17:rename main to plot for better click nesting in other tools
| 
| 
* 2019-10-31:handle deprecation warnings
| 
| 
* 2019-10-30:minor improvements to box_plot
| 
|   
*   2019-10-25:Merge branch 'dev3' of https://bitbucket.org/stephenwasilewski/clipt into dev3
|\  
| | 
| * 2019-08-30:polar area only bug?
| | 
| | 
* | 2019-10-25:fixed bug in plot_graph that did not crop areaonly properly
|/  
| 
* 2019-08-13:trivial
| 
| 
* 2019-08-08:force non-interactive backend, color bar for scatter with -cs
| 
| 
* 2019-07-26:to test on 3.6
| 
| 
* 2019-07-11:option to output rgb values from matplotlib colormaps with cl_plot colors
| 
| 
* 2019-07-04:Bump version: 0.1.12 → 1.0.0
|  (tag: v1.0.0)
| 
* 2019-07-04:added main() call for testing pyinstaller (does not work with entrypoint script
| 
| 
* 2019-07-03:fixed area only plot for polar
| 
| 
* 2019-06-30:ran futurize, first test plots work, need to test all types configurations before merging
| 
| 
* 2019-06-10:Bump version: 0.1.11 → 0.1.12
|  (tag: v0.1.12, origin/develop)
| 
* 2019-06-10:variable marker size
| 
| 
* 2019-06-06:Bump version: 0.1.10 → 0.1.11
|  (tag: v0.1.11)
| 
* 2019-06-06:small changes plus beta boxplot
| 
| 
* 2019-05-17:Bump version: 0.1.9 → 0.1.10
|  (tag: v0.1.10)
| 
* 2019-05-17:small enhancements
| 
| 
* 2019-04-22:Bump version: 0.1.8 → 0.1.9
|  (tag: v0.1.9)
| 
* 2019-04-22:Bump version:  →
|  (tag: v)
| 
* 2019-04-22:fixed -xticks/yticks args so maximum tick value is labeled
| 
| 
* 2019-03-08:fix polar axis readin options on scatterplot
| 
| 
* 2019-03-05:Bump version: 0.1.7 → 0.1.8
|  (tag: v0.1.8)
| 
* 2019-03-05:bug in cl_plot colors
| 
| 
* 2019-02-26:Bump version: 0.1.6 → 0.1.7
|  (tag: v0.1.7)
| 
* 2019-02-26:fixed main_decs
| 
| 
* 2019-01-17:Bump version: 0.1.5 → 0.1.6
|  (tag: v0.1.6)
| 
* 2019-01-17:bug fixes
| 
| 
* 2018-12-14:Bump version: 0.1.4 → 0.1.5
|  (tag: v0.1.5)
| 
* 2018-12-14:readme edit
| 
| 
* 2018-12-14:readme edit
| 
| 
* 2018-12-14:requirements for readthedocs build
| 
| 
* 2018-12-14:Bump version: 0.1.3 → 0.1.4
|  (tag: v0.1.4)
| 
* 2018-12-14:rebump
| 
| 
* 2018-12-14:fix docs
| 
| 
* 2018-12-14:prepare to make public
| 
| 
* 2018-12-13:Bump version: 0.1.2 → 0.1.3
|  (tag: v0.1.3)
| 
* 2018-12-13:include build in bump.sh
| 
| 
* 2018-12-13:remove docs/_build
| 
| 
* 2018-12-12:Bump version: 0.1.1 → 0.1.2
|  (tag: v0.1.2)
| 
* 2018-12-12:fix readme
| 
| 
* 2018-12-12:fix license
| 
| 
* 2018-12-12:Bump version: 0.1.0 → 0.1.1
|  (tag: v0.1.1)
| 
* 2018-12-12:filter passwords in setup.py
| 
| 
* 2018-12-12:Bump version: 0.0.0 → 0.1.0
|  (tag: v0.1.0)
| 
* 2018-12-12:autocomplete instructions
| 
| 
* 2018-12-12:initial commit