t-bltg
124d2d6aa3
issue warning only once - apply to other backends
2021-07-04 15:48:16 +02:00
t-bltg
bba971f7ea
GR: fix axis flip / mirror in 3D plots ( #3584 )
...
* fix axis flip in 3D plots
* add mwe as example - fix needs_3d_axes
* fix major / minor grids when mirroring
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-06-30 22:50:09 +02:00
t-bltg
a64ae3d13c
GR: fix alignment of ticks label when rotating ( #3587 )
...
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-06-30 09:30:55 +02:00
t-bltg
601df0c9a9
GR: allow explicit guidefontrotation ( #3529 )
...
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
2021-06-03 19:00:06 +02:00
BerndR
827462dc21
NaN checking in backends/gr.jl ( #3514 )
...
* Updated .zenodo.json infos
* resolved NaN-checking
2021-05-19 20:33:33 +02:00
Daniel Schwabeneder
711a8448dc
fix guidepostitions in GR
2021-03-28 23:09:52 +02: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
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
66db3ceae0
fix aspect_ratio in GR with legend=:outertopright
2021-03-14 17:41:54 +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
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
0628fb9dc3
enable transparency for surface with GR
2021-02-19 18:59:47 +01: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
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
Rik Huijzer
0f349be952
Avoid comparing findfirst to nothing ( #3200 )
2020-12-23 23:35:11 +01:00
Daniel Schwabeneder
32e681d158
fix limits in GR image
2020-11-12 12:48:49 +01:00
Josef Heinen
591d485e09
Fix SVG scaling problem
2020-11-10 18:34:14 +01:00
Daniel Schwabeneder
8ce603d3eb
Merge pull request #3097 from daschw/gr-clims
...
ensure non-identical clims for gr
2020-10-24 21:13:25 +02:00
Daniel Schwabeneder
00351ebcf1
hopefully more type-stable in general
2020-10-23 22:16:19 +02:00
Daniel Schwabeneder
d3343c43a1
ensure non-identical clims for gr
2020-10-23 22:12:10 +02:00
Daniel Schwabeneder
f5cb54f223
add more fonts for gr backend
2020-10-23 20:56:56 +02:00
Daniel Schwabeneder
2a09bd8266
fix z axis rotation
2020-10-16 18:35:47 +02:00
Daniel Schwabeneder
2be5756cb8
fix guide position in 3d plots in GR
2020-10-16 18:19:31 +02:00
Daniel Schwabeneder
86c26085b3
fix polar heatmap on GR
2020-10-15 09:01:12 +02:00
Daniel Schwabeneder
9cf9edffe0
remove transpose_z
2020-10-12 01:10:56 +02:00
Daniel Schwabeneder
6a1af1c888
add explanation
2020-10-04 15:02:38 +02:00
Daniel Schwabeneder
729219f5a0
fix heatmap with x and y specifying edges in gr
2020-10-04 14:56:41 +02:00
Daniel Schwabeneder
3e14a0db95
gr: handle tick labels for ticks == nothing
2020-09-21 21:37:07 +02:00
Daniel Schwabeneder
363c842ab4
redo #2988
2020-09-18 10:23:12 +02:00
Daniel Schwabeneder
51527705de
extract gr_draw_<seriestype> functions
2020-09-18 09:43:53 +02:00
Daniel Schwabeneder
44bd1812e0
don't run optimize_ticks multiple times
2020-09-18 09:43:53 +02:00
Daniel Schwabeneder
1e536dda4b
reorganize axes drawing
2020-09-18 09:43:21 +02:00
Daniel Schwabeneder
6a03da5837
extract legend functions and viewport updating from gr_display
2020-09-18 09:38:29 +02:00
Daniel Schwabeneder
9df962fcce
clean up gr_set_tickfont
2020-09-18 09:38:28 +02:00
Jerry Ling
b46e460d12
fine tune distance between axis and ticks text ( #2988 )
2020-09-18 09:26:04 +02:00
Daniel Schwabeneder
6a3d5202e6
fix gr_text for non-string input
2020-09-01 23:47:32 +02: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
Maaz Bin Tahir Saeed
b9cf8c3928
Fix guides not being considered in calculating plot area ( #2878 )
2020-07-26 21:43:22 +02:00
Maaz Bin Tahir Saeed
7e122bdfea
Fix #2848 : Legend :top should start below axis spine ( #2870 )
...
* Account for adding dy to ymax in legend pos
* Subtract x legend offset from :right symbols
2020-07-23 09:48:14 +02:00