Daniel Schwabeneder
9581a7cc49
Merge pull request #3388 from RPigott/spines
...
Fix PyPlot spines iteration
2021-03-29 00:27:42 +02:00
Daniel Schwabeneder
7d22d84595
support both MPL 3.3 and 3.4
2021-03-29 00:21:15 +02:00
Daniel Schwabeneder
bf23b8f7a1
Merge pull request #3390 from daschw/gr-guides
...
fix guide positions in GR
2021-03-28 23:50:40 +02:00
Daniel Schwabeneder
005dcbc77a
Merge pull request #3387 from olegshtch/webio-plotlyjs-integration
...
Use PlotlyJS's integration with WebIO
2021-03-28 23:50:19 +02:00
Daniel Schwabeneder
ad1216639a
Merge branch 'master' into webio-plotlyjs-integration
2021-03-28 23:31:32 +02:00
Daniel Schwabeneder
ce778ff7be
add test image
2021-03-28 23:20:09 +02:00
Daniel Schwabeneder
711a8448dc
fix guidepostitions in GR
2021-03-28 23:09:52 +02:00
Daniel Schwabeneder
0a84ff8caf
Merge pull request #3377 from mmikhasenko/master
...
guide label alignment
2021-03-28 21:29:04 +02:00
Daniel Schwabeneder
23cbfe9378
Merge pull request #3382 from david-macmahon/stepmid-branch
...
Add support for `seriestype=:stepmid`
2021-03-28 21:27:12 +02:00
Daniel Schwabeneder
1cb434ac26
Merge pull request #3374 from ma-laforge/idr_layout
...
Conform to InspectDR's new layout API in v0.4.0.
2021-03-28 21:03:49 +02:00
Daniel Schwabeneder
138a2fa34a
Merge pull request #3359 from daschw/pyplot
...
fix line_z on pyplot
2021-03-28 21:02:19 +02:00
Daniel Schwabeneder
60c59a4be0
Merge pull request #3385 from pgagarinov/master
...
ADD: happy-path test for #3365
2021-03-28 20:04:36 +02:00
Ronan Pigott
bea1378ff1
fix PyPlot spines iteration
2021-03-27 14:00:15 -07:00
Oleg Shchelykalnov
d46f59e4be
Add tests for PlotlyJS backend
2021-03-27 14:45:38 +03:00
Oleg Shchelykalnov
52da386df1
Use PlotlyJS's integration with WebIO
2021-03-27 14:00:18 +03:00
Peter Gagarinov
bb26bb0557
ADD: happy-path test for #3365
2021-03-27 00:34:15 +03:00
David MacMahon
b3bf5db9bc
Add new "Steps Types" example/test plot 53
...
This new example/test plot showcases the various step-like
`seriestype`s: `:steppre`, `:stepmid`, and `:steppost`.
2021-03-26 11:12:14 -07:00
David MacMahon
074c56867d
Revert "Add :stepmid to line types example plot"
...
This reverts commit 0d528b7c82b63d9f60bf314838188265fff4d95d.
2021-03-26 10:49:19 -07:00
Daniel Schwabeneder
71fd38fe26
Merge pull request #3367 from daschw/bar
...
fix bar for unsorted x input
2021-03-26 18:31:00 +01:00
Misha Mikhasenko
4841c13311
typo: axis
2021-03-25 17:36:23 +01:00
Misha Mikhasenko
89dea71874
Merge branch 'master' of https://github.com/mmikhasenko/Plots.jl
2021-03-25 14:44:07 +01:00
Misha Mikhasenko
1a9532f9fc
merged
2021-03-25 14:42:45 +01:00
Misha Mikhasenko
2b3fa980ee
alighment
2021-03-25 14:34:52 +01:00
David MacMahon
0d528b7c82
Add :stepmid to line types example plot
2021-03-24 23:27:16 -07:00
David MacMahon
c2cb60ff12
Make Plots backends aware of new :stepmid option
2021-03-24 23:25:57 -07:00
David MacMahon
ddf6aa9760
Make Plots framework aware of new :stepmid option
2021-03-24 23:24:31 -07:00
David MacMahon
50f1106cd7
Add recipe for seriestype=:stepmid
2021-03-24 20:47:14 -07:00
David MacMahon
3bb406e0ea
Add :mid support to make_steps
2021-03-24 20:35:08 -07:00
David MacMahon
10fa36cdd9
Use even to tweak length of make_steps output
...
If `even` in false, `make_steps` returns an odd-length (2n-1) Vector as
it did before. If even is `true`, `make_steps` now returns an
even-length (2n) Vector whose first (2n-1) elements are the same as
before and whose final element is the same as the final element of the
input Vector.
2021-03-24 20:21:12 -07:00
David MacMahon
0508d05299
Remove conditional from make_steps for loop
2021-03-24 20:16:53 -07:00
David MacMahon
59a1faf590
Add even arg to make_steps
...
This is in preparation for `:stepmid` support.
2021-03-24 19:56:29 -07:00
Zhanibek
c0824bdc62
Colorbar enhancements ( #3346 )
...
* CompatHelper: bump compat for "Showoff" to "1.0"
* fix series-segments for empty series
* fix wireframe on pyplot
* colorbar redesign
* minimal working version
* reduce code duplication for colorbar ticks
* fix aspect_ratio in GR with legend=:outertopright
* fix GR test failure
* new release [skip ci]
* colorbar scale supported
* Added weights example to ? histogram
Helps to clarify the use of weights (which differs from StatsBase functions)
* Update precompile_*.jl file
* minor version bump [skip ci]
* working prototype
* fixed formatting, added colorbar docs
* colorbar redesign
* minimal working version
* reduce code duplication for colorbar ticks
* fix GR test failure
* colorbar scale supported
* working prototype
* fixed formatting, added colorbar docs
Co-authored-by: Daniel Schwabeneder <daschw@disroot.org>
2021-03-25 11:22:07 +09:00
MA Laforge
606b86c962
Conform to InspectDR's new layout API in v0.4.0.
2021-03-24 19:28:52 -04:00
Daniel Schwabeneder
a50661dd44
fix bar for unsorted x input
2021-03-23 22:11:16 +01:00
Daniel Schwabeneder
34f4d318ea
fix line_z on pyplot
2021-03-20 11:13:39 +01:00
Daniel Schwabeneder
9fc1d574cd
Merge pull request #3333 from JuliaPlots/compathelper/new_version/2021-03-05-00-27-43-476-2803635382
...
CompatHelper: bump compat for "Showoff" to "1.0"
2021-03-20 09:14:58 +01:00
Daniel Schwabeneder
9300dffcc3
Merge pull request #3352 from daschw/release
...
new release
v1.11.0
2021-03-18 22:10:54 +01:00
Daniel Schwabeneder
796f9ef47b
Merge pull request #3354 from JuliaPlots/Test_SnoopCompile_AutoPR_refs/heads/master
...
[AUTO] Update precompiles
2021-03-18 22:10:22 +01:00
Daniel Schwabeneder
da2dc2cb1b
minor version bump [skip ci]
2021-03-18 22:01:46 +01:00
Daniel Schwabeneder
f76390c20d
Merge pull request #3350 from daschw/gr-aspect
...
fix aspect_ratio in GR with legend=:outertopright
2021-03-16 10:39:23 +01:00
mkborregaard
ef82e53eef
Update precompile_*.jl file
2021-03-15 14:56:12 +00:00
Michael Krabbe Borregaard
219939525c
Merge pull request #3353 from jo-fleck/histogram_doc_weights
...
Added weights example to ? histogram
2021-03-15 15:38:29 +01:00
jo-fleck
ae99ed2588
Added weights example to ? histogram
...
Helps to clarify the use of weights (which differs from StatsBase functions)
2021-03-15 14:09:24 +01:00
Daniel Schwabeneder
8e13bb4ccc
new release [skip ci]
2021-03-14 19:20:45 +01:00
Daniel Schwabeneder
66db3ceae0
fix aspect_ratio in GR with legend=:outertopright
2021-03-14 17:41:54 +01:00
Daniel Schwabeneder
060162c356
Merge pull request #3344 from daschw/py-wireframe
...
fix wireframe on pyplot
2021-03-12 21:49:42 +01:00
Daniel Schwabeneder
271d93c1ed
Merge pull request #3340 from daschw/series-segments
...
fix series-segments for empty series
2021-03-12 21:49:26 +01:00
Daniel Schwabeneder
664af999cd
fix wireframe on pyplot
2021-03-10 22:15:06 +01:00
Daniel Schwabeneder
a1ace08d22
Merge pull request #3332 from korsbo/nk/pgfplotsx_dpi
...
Enable `dpi` option for `pgfplotsx()` PNGs.
2021-03-06 12:39:31 +01:00
Daniel Schwabeneder
4d5f76b80d
Merge pull request #3330 from yha/segment-example-no-cycle
...
No implicit cycling in example
2021-03-06 12:38:30 +01:00