Jks Liu
509a8cdc7e
Config plotly.js during init
...
plotly.js will be loaded only once, only when first time used
plots show correctly when page re-load or re-open
2021-01-18 22:59:16 +08:00
Jks Liu
672b3a6038
Merge branch 'pr_fix_plotly_file_name' into pr_requirejs_plotlyjs
...
Const variable for filename of plotly.js
2021-01-18 21:03:09 +08:00
Jks Liu
4bcafe3f51
const variable for plotly JavaScript file name
2021-01-12 22:09:48 +08:00
Daniel Schwabeneder
49eba0bf2f
Merge pull request #3218 from daschw/gr_guides
...
Increase the margins between axes and guides on GR
2021-01-12 09:49:42 +01:00
Jks Liu
d0e01a8d88
Correct version string of plotly cache file name
2021-01-11 22:48:04 +08:00
Daniel Schwabeneder
eb1c126dbc
remove unnecessary line
2021-01-09 21:51:30 +01:00
Daniel Schwabeneder
6c8fb87635
increase gr guide margins on 3d plots
2021-01-09 21:50:54 +01:00
Daniel Schwabeneder
7b8609ea1a
Merge pull request #3189 from isentropic/pyplot
...
various pyplot fixes
2021-01-09 19:17:42 +01:00
Daniel Schwabeneder
f478a649a0
Merge pull request #3213 from daschw/release
...
release 1.10.1
v1.10.1
2021-01-07 00:25:14 +01:00
Daniel Schwabeneder
85ca402790
release 1.10.1
2021-01-06 23:02:48 +01:00
Lia Siegelman
2ebc97d92a
fix for [BUG] #3135 mp4/mov animations can't be opened with QuickTime or Safari ( #3209 )
...
* try a fix for codec animate function
* try a fix for codec animate function
* try a fix for codec animate function
* try a fix for codec animate function
* try a fix for codec animate function
* try a fix for codec animate function
* try a fix for codec animate function
* try a fix for codec animate function
* try a fix for codec animate function
* try a fix for codec animate function
* try a fix for codec animate function
* try a fix for codec animate function
* try a fix for codec animate function
* try a fix for codec animate function
Co-authored-by: Lia Siegelman <lsiegelman@ucsd.edu>
2021-01-05 21:40:21 +01:00
Daniel Schwabeneder
2bda216d8a
Merge pull request #3207 from JuliaPlots/Test_SnoopCompile_AutoPR_refs/heads/master
...
[AUTO] Update precompiles
2021-01-04 17:57:26 +01:00
daschw
ca7f69eaa3
Update precompile_*.jl file
2021-01-01 22:08:33 +00:00
Daniel Schwabeneder
fcbfda10fb
Merge pull request #3206 from JuliaPlots/Test_SnoopCompile_AutoPR_refs/heads/master
...
[AUTO] Update precompiles
2021-01-01 22:54:37 +01:00
Daniel Schwabeneder
51df476015
Merge pull request #3205 from daschw/pgfx-legendfont
...
respect legendfontcolor in pgfplotsx
2021-01-01 22:53:12 +01:00
daschw
c08555a638
Update precompile_*.jl file
2020-12-31 08:35:42 +00:00
Daniel Schwabeneder
93825e2c86
Merge pull request #3201 from JuliaPlots/compathelper/new_version/2020-12-26-00-35-02-072-2106613790
...
CompatHelper: bump compat for "Reexport" to "1.0"
2020-12-31 09:21:30 +01:00
Daniel Schwabeneder
c64bbf826c
Merge pull request #3191 from daschw/datetimelims
...
allow more types in `lims!` functions
2020-12-31 09:20:52 +01:00
Daniel Schwabeneder
91608a6eab
respect legendfontcolor in pgfplotsx
2020-12-31 09:17:39 +01:00
Simon Christ
8cc6d9d487
1.10.0
v1.10.0
2020-12-29 22:03:03 +01:00
Daniel Schwabeneder
17f3faf672
simplify signature
2020-12-29 11:36:59 +01:00
github-actions[bot]
2e25d86daa
CompatHelper: bump compat for "Reexport" to "1.0"
2020-12-26 00:35:07 +00:00
Rik Huijzer
0f349be952
Avoid comparing findfirst to nothing ( #3200 )
2020-12-23 23:35:11 +01:00
Daniel Schwabeneder
8f0d4c4145
Merge pull request #3184 from ThatcherC/component-tests
...
WIP: More component tests and some shorthands tests
2020-12-17 19:01:58 +01:00
Daniel Schwabeneder
d61bbcce56
allow more types in lims! functions
2020-12-17 18:20:56 +01:00
Thatcher Chamberlin
2b376a0e4a
Merge branch 'master' of https://github.com/JuliaPlots/Plots.jl into component-tests
2020-12-12 13:49:30 -05:00
zhanibek
62af64f08a
various pyplot fixes
2020-12-10 18:48:17 +09:00
Daniel Schwabeneder
882bb1b517
Merge pull request #3178 from jks-liu/pr_extra_mime_only_html
...
Set extra mime only when HTML format
2020-12-09 13:19:51 +01:00
Daniel Schwabeneder
a403f9e44b
Merge pull request #3180 from ThatcherC/date-xlims
...
Fix #1531 , Let xlims be set to Dates or DateTimes
2020-12-09 13:18:00 +01:00
jaakkor2
0c4623873c
Handle basex, basey, linthreshx, linthreshy deprecated in matplotlib 3.3 ( #3183 )
...
See https://matplotlib.org/3.3.0/api/api_changes.html
2020-12-08 17:50:30 +09:00
Thatcher Chamberlin
d1671ea6f0
recheck coverage
2020-12-07 22:01:29 -05:00
Thatcher Chamberlin
f905d6b697
Fixed rotate test and added series_annotation tests
2020-12-07 21:23:26 -05:00
Thatcher Chamberlin
bc144b64c8
Added Shape rotation tests
2020-12-07 20:52:46 -05:00
Thatcher Chamberlin
10c94c739d
Merge branch 'component-tests' of https://github.com/ThatcherC/Plots.jl into component-tests
2020-12-07 20:01:50 -05:00
Thatcher Chamberlin
38ada46a43
Added an auto-label test
2020-12-07 20:01:09 -05:00
Thatcher Chamberlin
0e73bcdc4e
Added some tests for shorthands.jl
2020-12-07 20:00:55 -05:00
Thatcher Chamberlin
e57a9349f6
Added font scaling tests
2020-12-07 11:21:51 -05:00
Thatcher Chamberlin
120d63f53f
Merge branch 'date-xlims' of https://github.com/ThatcherC/Plots.jl into date-xlims
2020-12-07 10:53:55 -05:00
Thatcher Chamberlin
b885687187
Now closing plots after display calls
2020-12-07 10:52:48 -05:00
Thatcher Chamberlin
80285061c9
Removed CI env check in Dates tests
2020-12-07 10:52:48 -05:00
Thatcher Chamberlin
fa48e5c490
Moved Dates tests to be before backend tests
2020-12-07 10:52:48 -05:00
Thatcher Chamberlin
1fcdac4c9e
Added second condition to skip display checks
2020-12-07 10:51:49 -05:00
Thatcher Chamberlin
352df39026
Added checks around display checks to see if we're in CI
2020-12-07 10:51:49 -05:00
Thatcher Chamberlin
9ab4c31d5c
Added comments about possible alternate solutions
2020-12-07 10:51:49 -05:00
Thatcher Chamberlin
e9e6750481
Removed a println
2020-12-07 10:51:49 -05:00
Thatcher Chamberlin
bb3e053eb3
Added fix for case where lims are Date/DateTime s
2020-12-07 10:51:49 -05:00
Thatcher Chamberlin
0bc41f22bb
Added display checks to Date/DateTime tests to ensure they are able to be displayed
2020-12-07 10:51:49 -05:00
Thatcher Chamberlin
de03c3bca8
Added tests for plots where xlims are Dates and DateTimes
2020-12-07 10:51:49 -05:00
Thatcher Chamberlin
f2b8e8512e
Added font scaling tests
2020-12-07 10:10:43 -05:00
Daniel Schwabeneder
4c95ca5089
Merge pull request #3182 from ThatcherC/component-tests
...
WIP: Units Tests and Code Coverage for src/components.jl
2020-12-07 16:03:47 +01:00