26 Commits

Author SHA1 Message Date
Sean Gillies
34b0d1b34d
Don't squeeze 2-D arrays when plotting (#3008)
* Don't squeeze 2-D arrays when plotting.

Resolves #3007

* Update change log
2024-01-16 19:02:52 -07:00
Sean Gillies
ac11dfc9d9
Change hist_range arg to range (#3001)
* Change hist_range arg to range

Follow up to #2873

* Update refs in change log
2023-12-30 16:33:26 -07:00
Luke Pinner
6af844f08d
Add hist_range arg (#2873)
Handle range kwarg
Avoid seeing a repr(<generator etc...>) label
Make label doc string the same format as other args
Add tests for range and label
2023-12-30 15:39:13 -07:00
Sean Gillies
6fd660c344
Solutions for #2747 (#2764) 2023-02-08 17:08:59 -07:00
Sean Gillies
fb065a0f8e Add a test to support work on #2180 2021-06-16 18:25:13 -06:00
Sean Gillies
49e650971c Remove unavoidable warning from write_colormap()
Also eliminate a numpy warning in test_warp.py
2019-09-03 14:14:40 -06:00
Sean C. Gillies
e131d15cbd Remove kwds assertion 2018-05-24 14:57:27 -06:00
Sean C. Gillies
271bcf8b8c case matters 2018-04-25 17:51:01 -06:00
Sean C. Gillies
7e032ad2be Photometric won't be in the profile 2018-04-25 17:18:14 -06:00
Kevin Wurster
90c0099d69 Make colorinterp a tuple for immutability. 2017-10-26 22:09:31 -04:00
Kevin Wurster
c90a79222d Merge master. 2017-10-26 19:36:26 -04:00
James McBride
29f18e16ea Change a few affine -> transform in tests/docs
Per deprecation of affine argument.
2017-10-24 20:24:00 -07:00
Kevin Wurster
028ae12dae Merge master. 2017-10-14 03:22:27 -04:00
Kevin Wurster
a6ce62cd22 Switch 'src.colorinterp' to a setter/getter. 2017-10-14 03:14:05 -04:00
Sean Gillies
e5f2ce6e4d Merge pull request #1123 from choldgraf/image_read
fixing read imshow
2017-09-14 08:04:56 -06:00
Chris Holdgraf
2922418ac3 importerskip 2017-09-13 17:18:18 -07:00
Chris Holdgraf
e8a1dfa31f fixing read imshow 2017-09-13 08:57:21 -07:00
Chris Holdgraf
f89d164804 adjust instead of normalize 2017-09-01 08:32:26 -07:00
Chris Holdgraf
de03db2f4c plot normalization 2017-08-26 18:33:47 -04:00
Kevin Wurster
a4b418161a Merge master. 2016-06-20 00:52:33 -04:00
Matthew Perry
4f699f86e9 Plot extents with array and transform (#795)
* plot extents from array+transform

* tests and guard transform

* check for bounds attr

* docstring to indicate expected array axis order
2016-06-15 15:49:33 -07:00
Kevin Wurster
ef952def3b Merge master. 2016-06-14 21:09:27 -07:00
Colin Talbert
ebd800b4c5 Removed 2.7 long number specification 2016-06-13 14:22:54 -06:00
Colin Talbert
b12cf50091 updated tests to get to 96% coverage 2016-06-13 13:50:07 -06:00
Colin Talbert
c21ca3bd8d Added test_plot.py with test of plot
Need to add explicit tests to check if mpl
output remains valid.  Currently only checks
that no errors are raised.
2016-06-13 12:04:54 -06:00
Kevin Wurster
18039243b7 Move some tests around to better match the current package layout. 2016-06-03 14:05:20 -04:00