t-bltg
124d2d6aa3
issue warning only once - apply to other backends
2021-07-04 15:48:16 +02:00
Simon Christ
15bd9c537d
Create docs on pushing to master ( #3494 )
...
* Create docs.yml
* Update docs.yml
* Update docs.yml
* Create docs.yml
* Update docs.yml
* [skip ci]
* [skip ci]
* [skip ci]
* [skip ci]
* Update docs.yml
* Update docs.yml
* Update docs.yml
* Update docs.yml
* fix pgfplotsx
* fix pyplot
* remove push workflow (should work without)
* conditionally fix pyplot
* change env-vars
* fix
* fix ref
* clean up and cache artifacts
* add Documenter_key to environment
* fix parentheses
* "one last fix"
* dev => add
* fix marker example
* exclude 50 for plotly
* install ms fonts
* only trigger on master
* remove REF pretending
2021-05-14 22:00:09 +02:00
Daniel Schwabeneder
7bb2132b18
add tick_direction=:none option to hide tick labels
2021-04-28 20:27:50 +02:00
Zhanibek
1ceb3a561f
pyplot, rawticklabels extra_kwarg added
2021-04-05 13:56:00 +09:00
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
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
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
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
Daniel Schwabeneder
34f4d318ea
fix line_z on pyplot
2021-03-20 11:13:39 +01:00
Daniel Schwabeneder
664af999cd
fix wireframe on pyplot
2021-03-10 22:15:06 +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
David Gustavsson
d6a72a5df5
Add legend angle to pyplot
2021-03-02 10:19:26 +01:00
yha
42b3c5625f
Fix for "segmented" attributes with NaNs
2021-02-25 02:33:11 +02: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
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
zhanibek
62af64f08a
various pyplot fixes
2020-12-10 18:48:17 +09: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
Felix Hagemann
26f877ec47
fix missing z for 3d markerplots in PyPlot
2020-10-22 22:27:23 +02:00
Daniel Schwabeneder
08932633d0
fix pyplot polar heatmap size
2020-10-21 23:20:34 +02:00
Daniel Schwabeneder
bd287f4656
fix pyplot image
2020-10-14 21:30:04 +02:00
Daniel Schwabeneder
44150ccbe4
fix 3d plotting in pyplot
2020-10-13 23:47:45 +02:00
Daniel Schwabeneder
9cf9edffe0
remove transpose_z
2020-10-12 01:10:56 +02:00
Daniel Schwabeneder
f157c8dc3f
fix 3d plotting with pyplot
2020-10-07 23:11:51 +02:00
zhanibek
5906d1c8a5
matplotlib warnings
2020-10-05 12:07:29 +09:00
isentropic
fc54177029
text.usetex option hack pyplot ( #2893 )
...
* text.usetex option hack
* pyplot ticklabel fixes
2020-09-29 14:26:58 +09:00
Daniel Schwabeneder
0b91d51a40
fix marker shapes with segments on gr, pyplot and plotly
2020-08-31 18:55:17 +02:00
yha
449d35ebf2
Tick label formatting fixes
2020-08-22 21:26:35 +03:00
isentropic
c2bb17cece
pyplot fonts fixed ( #2858 )
2020-07-23 11:57:24 +02:00
Simon Christ
f9f6e0ff57
remove show comments
2020-07-16 21:25:46 +02:00
Daniel Schwabeneder
6f36d0998f
fix wrong image limits in pyplot ( fix #2864 )
2020-07-16 20:17:02 +02:00
Daniel Schwabeneder
657f6224d1
Merge pull request #2799 from isentropic/fixedlayouts
...
layouts fixed
2020-06-29 18:22:53 +02:00
isentropic
07146e84e5
line caps, legendbox ( #2802 )
2020-06-24 14:34:02 +09:00
Zhanibek
0942b14905
layouts fixed
2020-06-18 14:17:10 +09:00
isentropic
8b2d3e926a
better exopnents ( #2786 )
2020-06-17 11:18:03 +02:00
isentropic
e88654cca5
pyplot colorbar positioning ( #2772 )
2020-06-17 11:17:18 +02:00
Cornelius-G
02e6d729c1
add attribute fillalpha to contourf seriestype for pyplot backend ( #2732 )
2020-05-26 18:37:58 +02:00
isentropic
7bbb2070a7
pyplot colorbar fixes ( #2722 )
...
* pyplot colorbar fixes
* pyplot colorbar fixes
* pyplot: sligtly reworked colorbars
* pyplot 3d color bar fixes
* pyplot 3d color bar fixes
2020-05-25 15:00:56 +02:00
isentropic
6ec05628d5
python depthshade ( #2703 )
...
* python depthshade
* python depthshade
2020-05-14 12:26:18 +02:00
isentropic
4a00018f25
pyplot hexbin ( #2679 )
...
* pyplot hexbin
* pyplot hexbin changes
2020-05-09 13:07:32 +02:00
Zh
28ebc0ccd8
pyplot hexbin
2020-05-07 03:02:00 +09:00
isentropic
fd4efb3f33
PyPlot: z-axis guidefontrotation only works for short labels Fix 2641 ( #2667 )
2020-05-05 10:26:01 +02:00