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
Ronan Pigott
bea1378ff1
fix PyPlot spines iteration
2021-03-27 14:00:15 -07:00
Oleg Shchelykalnov
52da386df1
Use PlotlyJS's integration with WebIO
2021-03-27 14:00:18 +03: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
c2cb60ff12
Make Plots backends aware of new :stepmid option
2021-03-24 23:25:57 -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
34f4d318ea
fix line_z on pyplot
2021-03-20 11:13:39 +01:00
Daniel Schwabeneder
66db3ceae0
fix aspect_ratio in GR with legend=:outertopright
2021-03-14 17:41:54 +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
6201dfe580
Merge pull request #3324 from gustaphe/legendangle
...
[WIP] position legend at angle
2021-03-06 12:37:35 +01:00
Niklas Korsbo
e9b78e7191
Enable dpi option for pgfplotsx() PNGs.
2021-03-03 10:46:24 +01:00
David Gustavsson
d6a72a5df5
Add legend angle to pyplot
2021-03-02 10:19:26 +01:00
David Gustavsson
37252ec562
Correct anchor order
2021-03-02 10:07:49 +01:00
David Gustavsson
1d3e0a5d5d
Better legend anchor algorithm
2021-03-02 08:02:39 +01:00
David Gustavsson
6724a3a2fe
Centralize utility functions, add legend-angle to plotly, pgfplotsx
2021-02-28 23:40:06 +01:00
David Gustavsson
2cee039dbc
Add polar legend position
2021-02-25 15:08:33 +01:00
David Gustavsson
6193519b1f
Correct erroneous offset for legend=:outerbottom
2021-02-25 12:20:59 +01:00
yha
42b3c5625f
Fix for "segmented" attributes with NaNs
2021-02-25 02:33:11 +02:00
Daniel Schwabeneder
0a6edd5d60
fix gr test example
2021-02-19 22:08:02 +01:00
Daniel Schwabeneder
e8437d76fd
fix fillalpha for surface on pgfplotsx
2021-02-19 21:22:57 +01:00
Daniel Schwabeneder
2e2f7044e2
fix surface on pgfplotsx
2021-02-19 21:20:51 +01:00
Daniel Schwabeneder
100da5ccae
fix fillalpha for surface on pyplot
2021-02-19 20:59:48 +01:00
Daniel Schwabeneder
d59f6c96d5
fix surface for pyplot
2021-02-19 20:26:18 +01:00
Daniel Schwabeneder
0628fb9dc3
enable transparency for surface with GR
2021-02-19 18:59:47 +01:00
Daniel Schwabeneder
e06a51b420
Merge pull request #3299 from fhagemann/master
...
Implement non-uniform polar heatmaps with the GR backend
2021-02-16 21:54:58 +01:00
Daniel Schwabeneder
57e98ac12d
Merge pull request #3302 from sethaxen/hexbinextrakws
...
Support extra_kwargs in hexbins for PyPlot
2021-02-16 20:46:24 +01:00
Seth Axen
7989673eb4
Allow mincnt
2021-02-15 14:53:50 -08:00
Seth Axen
897a5eee87
Allow edgecolors to override linewidth
2021-02-15 14:53:40 -08:00
Seth Axen
0665ff907c
Use semicolon
2021-02-15 14:53:22 -08:00
Seth Axen
1fc0892551
Allow extrakws for hexbin
2021-02-15 14:53:10 -08:00
zhanibek
8d7375dc4f
twin, mirror fixes
2021-02-15 15:21:26 +09:00
Felix Hagemann
2594b577d7
Adjust heatmap_edges for polar heatmaps
2021-02-14 00:02:49 +01:00
Felix Hagemann
9b174084f7
Implement non-uniform polar heatmaps with the GR backend
2021-02-13 17:56:03 +01:00
Daniel Schwabeneder
df8fe4d28b
remove black lines from GR surface with equal-length x, y, and z input
2021-02-10 18:42:04 +01:00
MA Laforge
3907ae7f21
Add support for custom tick labels
...
Also:
- Correctly register changes to "plot.layout"
- Fix deprecated use of series[:marker[stroke][color/alpha]].
2021-01-30 13:36:16 -05:00
Daniel Schwabeneder
e6cc826174
Merge pull request #3229 from jks-liu/pr_requirejs_plotlyjs
...
Proper Plotly JavaScript setup in IJulia
2021-01-25 17:06:48 +00:00
Daniel Schwabeneder
fb27704d2b
fix tests
2021-01-25 16:10:09 +01:00
Jks Liu
50a6dd9fb3
let plotly config and use in same cell in case of config cell re-run or is deleted
2021-01-20 22:51:17 +08:00
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