2632 Commits

Author SHA1 Message Date
Daniel Schwabeneder
192020a93a skip visual regression tests on windows 2018-09-06 22:08:32 +02:00
Daniel Schwabeneder
5f5019d310 fix plotlyjs (fix #1728) 2018-09-06 22:04:44 +02:00
Daniel Schwabeneder
f0f90d87af move supported backend attr to backends.jl 2018-09-04 19:08:48 +02:00
Daniel Schwabeneder
1bbe800dcd move _current_plots_version from PlotDocs to Plots 2018-09-03 17:30:50 +02:00
Daniel Schwabeneder
a731ef6e2d plotlyjs, pyplot and test fixes 2018-09-02 22:28:34 +02:00
Michael Krabbe Borregaard
80151ac1a3
Merge pull request #1711 from mkborregaard/master
fix plotly errors; fix #1707
2018-08-29 18:49:27 +02:00
Michael Krabbe Borregaard
bad5668ff7
Merge pull request #1704 from mkborregaard/old_spy
Reinstate scatter-based spy implementation; fix #1682
2018-08-29 18:41:20 +02:00
Michael Krabbe Borregaard
cad0f15aed fix plotly errors 2018-08-29 18:38:53 +02:00
Michael Krabbe Borregaard
9c42c30d8a
Merge pull request #1710 from mkborregaard/master
Fix aliases bug
v0.20.1
2018-08-29 10:39:58 +02:00
Michael Krabbe Borregaard
c471d1e4c3 finalize d -> plotattributes 2018-08-29 09:56:59 +02:00
Michael Krabbe Borregaard
7ae4fae68c fix bug in aliases 2018-08-29 09:56:44 +02:00
Michael Krabbe Borregaard
4f667291bd remove spurious warning v0.20.0 2018-08-28 21:39:02 +02:00
Michael Krabbe Borregaard
49ad3a51aa update news 2018-08-28 14:49:42 +02:00
Michael Krabbe Borregaard
f2e98acc65
Merge pull request #1681 from mkborregaard/plotattributes
change all instances of `d` to `plotattributes.
2018-08-28 14:39:44 +02:00
Michael Krabbe Borregaard
b68adde751 up recipesbase and julia dep versions 2018-08-28 14:38:53 +02:00
Michael Krabbe Borregaard
7220eca7a8 Clean up after rebase 2018-08-28 10:13:33 +02:00
Michael Krabbe Borregaard
10dd9b5120 fix errors 2018-08-28 10:10:13 +02:00
Michael Krabbe Borregaard
7590c133fd replace d -> plotattributes in the rest of the files 2018-08-28 10:10:13 +02:00
Michael Krabbe Borregaard
2873685517 Replace d -> plotattributes in most files 2018-08-28 10:10:13 +02:00
Michael Krabbe Borregaard
9887892a92 reinstate marker_z 2018-08-28 09:55:15 +02:00
Michael Krabbe Borregaard
91f51778f1 Don't define invisible when two colors 2018-08-26 23:10:33 +02:00
Michael Krabbe Borregaard
5c2bf5d76c Don't color points 2018-08-26 23:10:33 +02:00
Michael Krabbe Borregaard
c4233e2896 larger markers 2018-08-26 23:10:33 +02:00
Michael Krabbe Borregaard
e0b7bdc1a5 Revert "Merge pull request #1155 from mkborregaard/newspy"
This reverts commit b71cfce105b03014af9b6149453ad5b95952a831.
2018-08-26 23:10:33 +02:00
Michael Krabbe Borregaard
91ec39e141
Merge pull request #1696 from JeffFessler/patch-1
Add :match_dimensions to address #1694
2018-08-26 22:58:31 +02:00
Michael Krabbe Borregaard
602dbdf1d2
Merge pull request #1695 from JuliaPlots/pv/group
RFC WIP: sort x axis in group_as_matrix
2018-08-26 22:57:04 +02:00
Daniel Schwabeneder
3eabaf074a
Merge pull request #1691 from daschw/performance
Performance improvements
2018-08-26 22:52:50 +02:00
Daniel Schwabeneder
a81178121f implement pyplot 2018-08-26 22:41:40 +02:00
Daniel Schwabeneder
e1a83aab1d implement plotly 2018-08-26 22:41:40 +02:00
Daniel Schwabeneder
84601bacdb gr implementation 2018-08-26 22:41:40 +02:00
Daniel Schwabeneder
e991e2bf37 implement additional get_***color methods 2018-08-26 22:41:40 +02:00
Daniel Schwabeneder
9b6fc4bc6b
Merge pull request #1667 from pfitzseb/sp/betterdisplay
WIP: Actually use PlotsDisplay()
2018-08-26 22:05:29 +02:00
Daniel Schwabeneder
c9e832600c
Merge pull request #1700 from daschw/pkg3
Fix tests
2018-08-26 22:04:02 +02:00
Daniel Schwabeneder
25190d945d
Merge pull request #1689 from tkf/pkg3
Fix CI
2018-08-26 21:16:15 +02:00
Daniel Schwabeneder
b2f2ffcfed fix tests 2018-08-26 21:11:23 +02:00
Jeff Fessler
00821c1ae3
Add :match_dimensions to address #1694
see also #273 and #196, for f(x,y) vs f(y,x), and transpose=true
2018-08-25 14:49:52 -04:00
Pietro Vertechi
937acbc218 sort x axis in group_as_matrix 2018-08-25 19:04:42 +01:00
Takafumi Arakaki
e0f9313b8b Use import PlotReferenceImages 2018-08-25 07:16:42 -07:00
Takafumi Arakaki
6d0d8ea90a Use qualified name Statistics.mean 2018-08-25 07:16:42 -07:00
Takafumi Arakaki
ebf32390ef Import Gtk in interactive session 2018-08-24 17:16:52 -07:00
Takafumi Arakaki
eefea15069 Don't use Base.mean 2018-08-24 17:14:19 -07:00
Takafumi Arakaki
531dd43284 Add FileIO to test/REQUIRE 2018-08-24 17:14:19 -07:00
Takafumi Arakaki
e483ce85dc Install unregistered packages in test/runtests.jl 2018-08-24 17:14:19 -07:00
Takafumi Arakaki
80da14c1fb Use pathof(PlotReferenceImages) instead of Pkg.dir 2018-08-24 17:14:19 -07:00
Takafumi Arakaki
374580a3d6 Import Pkg 2018-08-24 17:14:19 -07:00
Takafumi Arakaki
4a51e4e7fb Import Random 2018-08-24 17:14:19 -07:00
Takafumi Arakaki
7fcd008f2f Fix appveyor.yml 2018-08-23 14:32:05 -07:00
Takafumi Arakaki
def5be630a Use Pkg3 API in travis_commands.jl 2018-08-23 14:27:21 -07:00
Michael Krabbe Borregaard
de3848ff53
Merge pull request #1688 from mkborregaard/add_undef
Add some undefs to Array constructors
2018-08-23 22:24:17 +02:00
Michael Krabbe Borregaard
8d4ab6bb94 Also fix broadcast on dict 2018-08-23 16:51:15 +02:00