https://github.com/michaelhb/superplot

sort by:
Revision Author Date Message Commit Date
be102ba Fix treatment of points outside of bin range for profile like 22 November 2017, 22:12:50 UTC
5b4b4e0 Minor fix from copy and paste error 18 October 2017, 05:53:05 UTC
1a75710 Added cb options - was broken without this 18 October 2017, 05:52:40 UTC
27cbc2f Merge branch 'master' of https://github.com/michaelhb/superplot 25 September 2017, 07:24:29 UTC
9fbe643 Added config options for colorbar in scatter plot 25 September 2017, 07:23:24 UTC
04db693 Don't override mpl for legend font size I think this is a bit unexpected/bad idea. 15 September 2017, 06:35:09 UTC
e8787c6 Added options at command line 01 September 2017, 05:41:36 UTC
a0ec99c Docstrings 23 August 2017, 03:23:18 UTC
3e697c7 Tweaks e.g. binning and legend title 23 August 2017, 03:19:00 UTC
770d24c Change alpha of patch for legend 21 August 2017, 06:30:56 UTC
f52e249 Extra option for y range 21 August 2017, 06:14:42 UTC
229b9a7 Bug fixes etc 21 August 2017, 05:54:59 UTC
0c72c2c Merge branch 'master' of https://github.com/michaelhb/superplot 21 August 2017, 02:49:54 UTC
81adc63 Script to make a violin plot from a chain 21 August 2017, 02:49:31 UTC
7b4ae91 Updated docstrings 21 August 2017, 01:27:32 UTC
31eb7dc Increment version number 20 August 2017, 02:58:31 UTC
25ce7d5 Turn off nan checks; better performance for big files 11 August 2017, 02:16:47 UTC
c772c45 Added converts so that pandas can load .txt files with faulty data and give warnings 11 August 2017, 02:03:45 UTC
7ba012f Intelligent guessing for max and min on colobar in scatter plot 07 August 2017, 07:52:06 UTC
9c50848 Tweaked scatter plot settings 07 August 2017, 07:35:37 UTC
899c69f Made scatter plot a bit easier to see 07 August 2017, 07:30:17 UTC
b314637 Load config once - this is faster when doing lots of plots by scripting 07 August 2017, 02:05:46 UTC
6e1700a Added option of adding a line from a data file to a plot 07 August 2017, 01:29:54 UTC
27132c4 Nope, that was meant to be there 05 December 2016, 04:23:04 UTC
a54fdf5 Fix mocks so docs can build 05 December 2016, 03:44:04 UTC
1bb42b0 Increment version number 05 December 2016, 03:26:32 UTC
0649110 A second style for e.g. plotting two datasets in one figure 05 December 2016, 02:27:56 UTC
ec9343f Examples of manipulating pickles/making more complicated plots 05 December 2016, 02:21:50 UTC
7fcbce1 Added unfilled contour lines to legend 05 December 2016, 02:21:15 UTC
5b458fd Added function for fetching a scheme from a yaml 05 December 2016, 02:20:40 UTC
b057f75 Bug: one location was missing from legend locs. Also changed order 05 December 2016, 02:19:56 UTC
8f16f6c Merge pull request #30 from freeboson/patch-3 wrong action when saving a plot 29 November 2016, 05:50:50 UTC
be5c2c2 Merge pull request #29 from freeboson/patch-2 installing on macOS 29 November 2016, 05:48:58 UTC
051f4c9 wrong action when saving a plot 29 November 2016, 03:21:24 UTC
4678d8b rst typos 29 November 2016, 03:16:39 UTC
6947e3d Installing on macOS 29 November 2016, 03:14:58 UTC
6fd56b2 Merge pull request #28 from freeboson/patch-1 Define `default_style_sheet_path` as `None` 29 November 2016, 01:59:08 UTC
5438d52 Define `default_style_sheet_path` as `None` You can get an error here because you have unconditional usage of `default_style_sheet_path` following a conditional initialization of it. 29 November 2016, 01:52:29 UTC
4a0c9b1 Update README.rst 19 September 2016, 03:27:30 UTC
b42ac72 Update README.rst 16 September 2016, 04:31:37 UTC
2b5f240 Update README.rst 16 September 2016, 04:20:13 UTC
fb3f16f Update README.rst Updating this in line with the new manual. Might need a few more minor tweaks, but more or less ready. 16 September 2016, 04:19:26 UTC
80654e4 Changed location of example *.txt file in doctests 16 September 2016, 03:56:51 UTC
7740cdd Removed old *pkl file from examples 16 September 2016, 03:54:02 UTC
fbd8228 setup.py no longer installs matplotib via pip under any circumstances. Warning is issued if matplotlib not present. 15 September 2016, 07:57:23 UTC
2038d6f fix main method name so CLI script won't break 10 September 2016, 09:55:09 UTC
5cf5cc6 Fix styles dir path 10 September 2016, 07:33:37 UTC
8c406a7 Fix styles dir path 10 September 2016, 07:32:25 UTC
9f209eb Fix config.yml path 10 September 2016, 07:30:50 UTC
0635603 Fix call to file.open 10 September 2016, 07:28:49 UTC
4dfe8af New script to create user home directory 10 September 2016, 07:11:20 UTC
8e77f98 Increment version number 10 September 2016, 04:43:29 UTC
4c0f049 setup.py now checks for matplotlib >= 1.4 and does not overwrite if present 10 September 2016, 04:19:54 UTC
c117f12 add joblib to mocks so RTD can build 13 July 2016, 06:05:16 UTC
3aa8340 added blank line so README.rst formats properly on pypi 13 July 2016, 05:59:31 UTC
aa134db bump version number to 2.0 for deployment 13 July 2016, 05:32:39 UTC
1dac6fe Various tweaks to allow docs to build 12 July 2016, 11:07:09 UTC
6bacb45 CLI for summary.py 12 July 2016, 10:09:57 UTC
c2c2259 Added prompts and warnings allowing users installing over an existing version to choose whether to keep or replace config file, style sheets and example directory 29 June 2016, 05:43:53 UTC
493050d Moved super_command into superplot package and added entry point so it can be run from non-install directories 26 June 2016, 07:31:54 UTC
8f9a462 Added joblib to setup.py requirements 26 June 2016, 05:41:30 UTC
b09cd0d Fixed default file as pdf 13 June 2016, 05:33:26 UTC
05d017d Began command-line plotter 13 June 2016, 05:15:59 UTC
3a5e705 Updated doctests for KDE 09 June 2016, 04:11:29 UTC
efaa0a4 Patched joblib's caching decorator to support doctesting 09 June 2016, 04:11:02 UTC
6cc5b3e PEP8 compliance and docstrings 09 June 2016, 04:10:39 UTC
36878e5 Removed build files and ignored them for future 09 June 2016, 02:03:51 UTC
1f3e0e1 Minor bug fix of FFT 23 May 2016, 05:03:14 UTC
5366231 Fixed bugs with transposes of pdf in FFT 23 May 2016, 04:29:30 UTC
e328c56 Implemented FFT for KDE. Faster/less memory intensive, fewer crashes. 23 May 2016, 02:39:54 UTC
70d08cb Fixed issue with cbar being too big and label colliding with numbers on x-axis 20 May 2016, 01:15:37 UTC
12a5741 Bug fix: bin limits not passed to 2D KDE function 19 May 2016, 05:04:08 UTC
1fa8c17 Fixed bug in bin_limits using plot_limits variable 19 May 2016, 02:37:45 UTC
bfd2daf Reload default options at every call - allows them to be changed during a session 19 May 2016, 02:17:08 UTC
e479c58 Yaml option for KDE bandwidth 19 May 2016, 02:09:33 UTC
06e830b Fixed bug - missing import for scalar bandwidths 19 May 2016, 02:08:04 UTC
31cd9cc Updated docstrings for new KDE functions 19 May 2016, 01:50:59 UTC
7b2a6ac Made colorbar vertical - I think it's better that way 18 May 2016, 10:21:44 UTC
3c15fce Memoized stat functions so it's much quicker 18 May 2016, 10:19:48 UTC
1211bd7 Added modified scipy kde functions 18 May 2016, 09:53:21 UTC
fb651df Added option for using KDE 18 May 2016, 09:52:10 UTC
b39aaba Added stats functions for KDE 18 May 2016, 09:43:57 UTC
cab95fd Added option for location of plot title 18 May 2016, 09:41:43 UTC
6354f2b Update README.rst This was slightly out of date. I've fixed it so it tells you to install from pip (and not the test server) and to mention the arXiv manual etc. 02 May 2016, 06:51:01 UTC
d897fdb increment version number 31 March 2016, 05:04:43 UTC
afda822 Fixed open/save file GUI. It was missing an else clause that catches e.g. clicking on the cross to close the window. Plots were often saved even if you pressed close at the save file GUI. 30 March 2016, 01:18:29 UTC
686db0f * Added version specifier (>= 1.4) for matplotlib in setup.py * Run time version check for matplotlib >= 1.4 + informative error message. This will make things less confusing if the user bypasses the setup.py check (i.e. running from source). * Also wrapped the import of FigureCanvasGTKAgg - this fails when matplotlib doesn't have GTK support. Explains cause of rather cryptic error message and suggests reinstalling matplotlib (which seems to fix the issue if gtk is already available). 27 March 2016, 00:24:48 UTC
2d69ad5 increment version number 23 March 2016, 05:51:21 UTC
2245caf Force conversion of raw data to floats. If that's not possible, an error is raised straight away. w/o this, you get much more cryptic error messages later 23 March 2016, 05:26:02 UTC
326da9c increment version number 26 February 2016, 00:13:43 UTC
53b6d00 Merge branch 'doctest' 26 February 2016, 00:03:23 UTC
3332430 Workaround for ubuntu pygtk install issue. Basically we check to see if pygtk can be imported, and only add it to the dependecy list if this fails. This allows the user to manually install pygtk, and prevents pip from trying to build it (and failing) if it's already available. 25 February 2016, 23:50:24 UTC
020d8db Median was missing from 2D plots - fixed. 25 February 2016, 07:57:05 UTC
3c8485a increment version number 23 February 2016, 07:50:58 UTC
50280c8 Added example script demonstrating how a pickled plot can be loaded. 23 February 2016, 07:50:06 UTC
ca529c5 Removed obsolete .pkl file from example directory 23 February 2016, 07:47:12 UTC
0abbc2d setup.py now copies example data files to user directory when installing. 23 February 2016, 01:16:50 UTC
a50bbab Public release 1.0.6 22 February 2016, 05:16:38 UTC
d3bfd99 Updated doctest results. Slight changes to inverse_cdf function to make extra checks on arguments 22 February 2016, 02:44:08 UTC
31428f4 Posterior mean, median and mode are now calculated with binned data across 1D/2D plots. 22 February 2016, 00:43:23 UTC
back to top