Martin Bubel
b4041cf713
update matplotlib cmap import
2024-05-19 20:23:26 +02:00
Martin Bubel
e1fa04bb04
update style
2024-05-19 20:23:01 +02:00
Martin Bubel
741bb0b0da
fix deprecated import style
2024-05-19 20:21:53 +02:00
Martin Bubel
65af6ee35e
replace np.int by int
2023-10-16 21:20:17 +02:00
Demelza Robinson
d2bca8e1b5
Update plot_util.py
...
`np.int` has been deprecated, suggest changing to `np.int64`
2023-05-26 09:34:14 +12:00
Martin Bubel
3c3ec60dea
Fix issues encountered in modern python versions ( #1011 )
...
* Update setup.py
remove special handling of scipy dependencies for old python versions
* Update __init__.py
replace numpy type by native type
* replace np.bool by bool
2023-04-21 17:32:33 +01:00
Tao Cui
3e19a85575
Update priors_plots.py ( #929 )
...
Change pb.hist(rvs, 100, normed=True) to pb.hist(rvs, 100, density=True) in file priors_plots.py.
2021-06-07 19:28:37 -07:00
Neil Lawrence
5686950b51
Add Eric's suggesiton to 'raise from'
2021-05-24 08:51:24 +01:00
Neil Lawrence
0219847ce9
Update osu-run1 example.
2021-05-21 08:21:48 +01:00
Neil Lawrence
a12298d60e
Update error message a little.
2021-05-21 08:03:50 +01:00
Neil Lawrence
74fab170d1
Update visualize stick_show for Python 3 and with clear error message for failure.
2021-05-21 08:01:39 +01:00
Neil Lawrence
c36cd19572
Force integer division (missed Python2-Python 3 change)
2021-05-21 07:29:01 +01:00
Neil Lawrence
530531f4ff
Fix cmu_mocap demo.
2021-05-18 20:24:18 +01:00
Neil Lawrence
0291c282e7
Give latent axes proper key.
2021-05-18 17:51:00 +01:00
Neil Lawrence
89a7988bdd
Remove == None and replace with is
2021-05-18 17:43:52 +01:00
Neil Lawrence
fee16c7b18
Update visualize.py
...
Due to this issue: https://github.com/matplotlib/matplotlib/issues/17172 setting aspect equal doesn't work on 3D axes. Removing for the moment.
2021-05-18 17:38:21 +01:00
Julien Bect
d754bc12de
maint: Wrap very long lines (> 450 chars)
2020-06-24 16:22:19 +01:00
Neil Lawrence
490c4c73f5
Merge pull request #829 from jbect/init-super
...
Use super().__init__ consistently
2020-06-19 11:16:43 +01:00
bobturneruk
86a87f3397
clarification
2020-06-18 14:41:06 +01:00
bobturneruk
e03cef43a6
summarise plotting
2020-06-18 14:41:06 +01:00
bobturneruk
b0c18a90a4
add plotting to docs index
2020-06-18 14:41:06 +01:00
bobturneruk
680fd29ba4
rst "markup"
2020-06-18 14:41:05 +01:00
Julien Bect
5dd81288f2
Use super().__init__ consistently, instead of sometimes calling base class __init__ directly
2020-06-18 15:32:59 +02:00
marecabo
e0d214446c
fix plotly default marker symbol dict
2019-08-05 10:26:35 +02:00
marecabo
9fdea8ca37
fix plotly default marker size property type
2019-08-05 10:26:15 +02:00
mzwiessele
fbd43c4e9b
fix: plotting_test
2019-07-22 16:31:38 +01:00
Zhenwen Dai
601cc955c8
fix the bug due to changes in Numpy ( #744 )
2019-04-11 07:56:25 +01:00
Zhenwen Dai
a86723c8ab
Fix the bug in the prediction of full covariance matrix ( #702 )
...
* fix the bug in the prediction of full covariance matrix
* Fix the test cases.
* update the version requirement for matplotlib
2018-10-30 07:43:44 +00:00
mzwiessele
4f3047e035
fix: plotting
2018-09-19 21:52:58 +01:00
mzwiessele
93a7c08892
fix: matplotlib 2.0 mlba -> cbook:
2018-09-19 10:38:05 +01:00
mzwiessele
717d3f56f2
fix: merge
2018-09-02 21:22:04 +01:00
mzwiessele
8446da628b
fix: samples tests and plotting, multioutput
2018-09-02 19:07:23 +01:00
Mark Pullin
cd11bc895b
Fix visible dimensions for plotting inducing points
2018-02-09 13:16:33 +00:00
Max Zwiessele
6cc13af8cd
fix: naming of ard contribution in ARD plot
2017-09-18 10:05:37 +01:00
Joachim van der Herten
7950b88bf9
Implementation of student-t processes
2017-07-14 23:22:31 +02:00
mzwiessele
b65c9ba443
fix: offline plotting workaround with squeezing arrays
2017-02-23 15:15:22 +00:00
Alex Feldstein
362537c7d9
provide two classes for plotly plots to remove global variable
2017-02-23 08:59:47 -05:00
Alex Feldstein
977aee2b47
add offline plotting for plotly
2017-02-22 16:28:37 -05:00
mzwiessele
b6d2cf4406
fix: removed additional dict line
2017-01-09 11:01:30 +00:00
mzwiessele
fe3bad7200
fix: plotting also allows 3D (capitals)
2017-01-09 10:59:51 +00:00
mzwiessele
d343ec8b41
[warped stuff] plotting and normalizer in warped gps
2016-08-17 14:51:29 +01:00
mzwiessele
746d4daae8
[merge] devel
2016-08-16 12:03:45 +01:00
mzwiessele
b684736612
[plotting] small edit
2016-08-16 12:01:17 +01:00
mzwiessele
9be51df4f1
Merge branch 'wgps_improvements' of https://github.com/beckdaniel/GPy into beckdaniel-wgps_improvements
2016-08-03 13:27:52 +01:00
Max Zwiessele
83ae7cb577
[py3] iterator .next fixes
2016-06-22 09:01:28 +01:00
mzwiessele
17bfccb457
[gradxx] not working with X,X...
2016-05-06 16:02:53 +01:00
Max Zwiessele
f94e0bd20c
[tests] show skipped
2016-04-14 08:49:16 +01:00
Max Zwiessele
661d9f5724
[plotting] tests
2016-04-12 09:02:10 +01:00
Max Zwiessele
108ae55fbc
[plotting] tests now compare the arrays of the figure, instead of the platform dependend png images
2016-04-12 08:44:48 +01:00
beckdaniel
45f692340a
merged last devel
2016-04-11 11:26:46 +01:00