Oliver Schulz
|
182b937143
|
Refactor __init__() to make Plots load faster
|
2019-01-25 17:05:43 +01:00 |
|
Michael Krabbe Borregaard
|
399a9b16f6
|
StatPlots --> StatsPlots
v0.23.0
|
2019-01-24 23:24:17 +01:00 |
|
Michael Krabbe Borregaard
|
42aa7d8d55
|
Merge pull request #1901 from mkborregaard/clamp
Inplace clamp
|
2019-01-23 22:36:00 +01:00 |
|
Michael Krabbe Borregaard
|
8778119792
|
Inplace clamp
|
2019-01-23 22:35:13 +01:00 |
|
Michael Krabbe Borregaard
|
10e3f2c990
|
Merge pull request #1900 from mkborregaard/clamp
WIP clamp greyscale images to (0,1)
|
2019-01-23 21:05:09 +01:00 |
|
Michael Krabbe Borregaard
|
5e25989366
|
copy and clamp for greyscale images if outside (0,1)
|
2019-01-23 21:04:27 +01:00 |
|
Michael Krabbe Borregaard
|
f12d328cf7
|
clamp image for backends not supporting image
Does not work for GR or PyPlot which are supposed to support images natively
|
2019-01-23 21:04:27 +01:00 |
|
Daniel Schwabeneder
|
efc4917724
|
Merge pull request #1769 from djsegal/djsegal/scatter
Allow vectors of markers for pyplot scatter
|
2019-01-23 19:21:05 +01:00 |
|
Daniel Schwabeneder
|
c2bf145ff5
|
Merge pull request #1895 from sswatson/fontargs
Support keyword arguments for font options
|
2019-01-23 19:05:39 +01:00 |
|
djsegal
|
c8c82811b3
|
Fix bug where pyplot marker vec added blank legend
|
2019-01-22 15:07:21 -05:00 |
|
Daniel Schwabeneder
|
c21e133e69
|
Merge pull request #1899 from daschw/pyplot-image
fix grayscale image in pyplot
|
2019-01-22 13:55:43 +01:00 |
|
Daniel Schwabeneder
|
789a7fbb88
|
fix grayscale image in pyplot
|
2019-01-22 13:00:56 +01:00 |
|
Samuel S. Watson
|
888ed9f0ae
|
Support keyword arguments for font attributes
|
2019-01-16 13:04:31 -05:00 |
|
Michael Krabbe Borregaard
|
57da253fa8
|
Merge pull request #1894 from sswatson/fontrotationfix
Fix annotation font rotation in PyPlot backend
|
2019-01-16 19:02:54 +01:00 |
|
Samuel S. Watson
|
44a6707397
|
Fix annotation font rotation
|
2019-01-16 10:28:46 -05:00 |
|
Samuel S. Watson
|
f0a3ca4314
|
Merge remote-tracking branch 'upstream/master'
|
2019-01-16 09:44:03 -05:00 |
|
Michael Krabbe Borregaard
|
9bbd52dcc2
|
Merge pull request #1893 from JuliaPlots/doc_pr
rebased docpr from sswatson
|
2019-01-16 15:08:37 +01:00 |
|
Samuel S. Watson
|
f50862ac51
|
Remove blank lines
|
2019-01-16 15:04:01 +01:00 |
|
Samuel S. Watson
|
017bed1a07
|
Remove xydoc and xyzdoc
|
2019-01-16 15:04:01 +01:00 |
|
Iblis Lin
|
3765d5f549
|
change contour example
Co-Authored-By: sswatson <samuel.s.watson@gmail.com>
|
2019-01-16 15:04:01 +01:00 |
|
Iblis Lin
|
dd28159564
|
remove rand from example
Co-Authored-By: sswatson <samuel.s.watson@gmail.com>
|
2019-01-16 15:04:01 +01:00 |
|
Samuel S. Watson
|
63cdf9f8e7
|
Add shorthands.jl
|
2019-01-16 15:04:01 +01:00 |
|
Samuel S. Watson
|
e30889aa12
|
document @shorthands functions
|
2019-01-16 15:04:01 +01:00 |
|
Samuel S. Watson
|
b7caec1bfe
|
Remove blank lines
|
2019-01-16 08:43:43 -05:00 |
|
Samuel S. Watson
|
660786b99c
|
Merge branch 'master' of https://github.com/sswatson/Plots.jl
|
2019-01-16 08:41:02 -05:00 |
|
Samuel S. Watson
|
b060576209
|
Remove xydoc and xyzdoc
|
2019-01-16 08:40:25 -05:00 |
|
Michael Krabbe Borregaard
|
7b3826c2d5
|
Merge pull request #1448 from OliverEvans96/gif_cache
Remove cache-busting from gif animation. Should be done by the frontend.
|
2019-01-16 09:30:39 +01:00 |
|
Michael Krabbe Borregaard
|
51d4416b00
|
Merge pull request #1891 from mkborregaard/master
filter infinite values in histograms too
|
2019-01-14 23:09:59 +01:00 |
|
Michael Krabbe Borregaard
|
cfe6103f48
|
filter infinite values in histograms too
|
2019-01-14 23:08:50 +01:00 |
|
Michael Krabbe Borregaard
|
bee8230079
|
Merge pull request #1889 from mkborregaard/master
fix histograms with NaN; close #1212
|
2019-01-14 11:45:04 +01:00 |
|
Michael Krabbe Borregaard
|
3d77c59c92
|
don't rebind vs
|
2019-01-14 11:44:42 +01:00 |
|
Michael Krabbe Borregaard
|
667ed161c0
|
move filtering to makebins
|
2019-01-14 10:36:08 +01:00 |
|
Michael Krabbe Borregaard
|
979f9495f1
|
add faster method for 1-d histogram
|
2019-01-14 00:04:01 +01:00 |
|
Michael Krabbe Borregaard
|
d29a44efa7
|
fix histograms with NaN
|
2019-01-13 12:45:24 +01:00 |
|
Michael Krabbe Borregaard
|
7750003033
|
Merge pull request #1885 from sglyon/sl/plotlyjs-fix
Sl/plotlyjs fix
v0.22.5
|
2019-01-11 19:52:02 +01:00 |
|
Iblis Lin
|
e673339dc4
|
change contour example
Co-Authored-By: sswatson <samuel.s.watson@gmail.com>
|
2019-01-10 08:46:38 -05:00 |
|
Iblis Lin
|
b20b47f8eb
|
remove rand from example
Co-Authored-By: sswatson <samuel.s.watson@gmail.com>
|
2019-01-10 08:44:41 -05:00 |
|
Samuel S. Watson
|
689e437bac
|
Add shorthands.jl
|
2019-01-08 18:10:48 -05:00 |
|
Samuel S. Watson
|
e6bb17dc86
|
document @shorthands functions
|
2019-01-08 17:55:52 -05:00 |
|
Spencer Lyon
|
80a97b0f26
|
ENH: use PlotlyJS.savefig(::IO, ...) methods instead of former plotlyjs_save_hack hack
|
2019-01-08 14:04:33 -05:00 |
|
Spencer Lyon
|
ffea050bc2
|
ENH: don't special case html display for jupyter
|
2019-01-08 14:04:03 -05:00 |
|
Josef Heinen
|
8951526d0d
|
Set minimum GR version
v0.22.4
|
2019-01-07 13:26:08 +01:00 |
|
Michael Krabbe Borregaard
|
3e799fbe21
|
Merge pull request #1880 from jheinen/master
Added support for discrete contour plots
|
2019-01-06 11:30:33 +01:00 |
|
Josef Heinen
|
53e27dbc38
|
Added support for discrete contour plots
|
2019-01-06 11:24:45 +01:00 |
|
Michael Krabbe Borregaard
|
9985d303ce
|
Merge pull request #1879 from wfrgra/round_axis_limits
stop default axis widen behaviour overriding axis limit rounding
v0.22.3
|
2019-01-06 08:11:43 +01:00 |
|
Michael Krabbe Borregaard
|
ba46299088
|
Fix stray srand in showtheme
|
2019-01-05 17:59:18 +01:00 |
|
wfrgra
|
9679eae662
|
stop default widen behaviour overriding axis limit rounding
|
2019-01-05 13:46:53 +11:00 |
|
Michael Krabbe Borregaard
|
7acb5a4bdb
|
allow annotations to take a tuple and pass it to text
v0.22.2
|
2019-01-02 17:39:28 +01:00 |
|
Michael Krabbe Borregaard
|
d1428b8221
|
update news.md
v0.22.1
|
2018-12-29 10:05:02 +01:00 |
|
Michael Krabbe Borregaard
|
c59a361ab3
|
Merge pull request #1875 from pfitzseb/sp/fixtypo
PlotDisplay -> PlotsDisplay
|
2018-12-29 09:46:54 +01:00 |
|