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
Benjamin Lungwitz
70c4954e16
fixed concatinations of string and nothing ( #3087 )
2020-10-21 13:18:51 +02:00
Simon Christ
e236005d72
add mesh3d support ( #3076 )
...
* add mesh3d support
* correct example string
2020-10-17 21:40:11 +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
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
Daniel Schwabeneder
4c7156ca5e
fix plotly not showing the second marker
2020-10-06 10:28:08 +02:00
Daniel Schwabeneder
cb54dc071f
Merge pull request #3034 from isentropic/pyplot-deprecations
...
matplotlib warnings
2020-10-06 00:35:18 +02:00
Daniel Schwabeneder
1784d6179a
Merge pull request #3033 from daschw/minor-fixes
...
Minor clean-up
2020-10-06 00:34:23 +02:00
Daniel Schwabeneder
954f002dfe
Merge pull request #3020 from JuliaPlots/bbs/latexify
...
latexify unicode
2020-10-06 00:33:55 +02:00
zhanibek
5906d1c8a5
matplotlib warnings
2020-10-05 12:07:29 +09:00
Daniel Schwabeneder
a13e137770
!== nothing
2020-10-04 16:10:41 +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
8255096bce
fix multiple subplots with 3d in plotly
2020-10-03 12:51:34 +02:00
Simon Christ
efb5816bc1
replace build.jl by Artifacts.toml ( #3023 )
...
* replace build.jl by Artifacts.toml
* check ENV
* fix it
2020-10-02 22:10:53 +02:00
Simon Christ
bb11c62413
latexify unicode
2020-10-02 10:27:20 +02:00
bernd_uni
75e65bff8c
Fixed plotly_colorbar_hack() to avoid additional marker
2020-09-30 11:19:49 +02:00
isentropic
fc54177029
text.usetex option hack pyplot ( #2893 )
...
* text.usetex option hack
* pyplot ticklabel fixes
2020-09-29 14:26:58 +09:00
Simon Christ
5ccf1e965e
fix NaNs in heatmaps ( #3007 )
...
* fix NaNHeatmaps
* fix histogram2D
* remove show
* Update precompile_*.jl file (#3008 )
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
* add a dimensionalty check
* Update precompile_*.jl file (#3010 )
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2020-09-27 21:22:43 +02:00
Daniel Schwabeneder
3964cc19a6
fix ribbon/fillrange with OffsetArrays in plotly
2020-09-21 22:15:47 +02:00
Daniel Schwabeneder
3e14a0db95
gr: handle tick labels for ticks == nothing
2020-09-21 21:37:07 +02:00
Daniel Schwabeneder
e7ab664120
add src/backends/plotlybase.jl
2020-09-21 19:58:52 +02:00
Daniel Schwabeneder
2aa3e1a5fc
replace ORCA with PlotlyBase
2020-09-21 19:57:04 +02:00
Simon Christ
0536be3bf7
add arrow support ( #2989 )
...
* add arrow support
* correctly handle arrow.side = :both
2020-09-20 20:59:06 +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
Simon Christ
3ba712dde0
pgfx fix segments ( #2970 )
2020-09-15 18:13:46 +02:00
Simon Christ
9c4890d794
Backend refactor ( #2965 )
...
* isolate :path
* factor out legend addition
* ported series coordinates code
* fix 3d-like seriestypes
* common add_series
* fix bar
* fix contour
* fix scatter
* Update precompile_*.jl file (#2966 )
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: BeastyBlacksmith <BeastyBlacksmith@users.noreply.github.com>
2020-09-13 19:29:49 +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
Yuval
d1cfdd7d3d
Merge branch 'master' into tick-format
2020-08-26 17:47:27 +03:00
ma-laforge
76429cde7a
HDF5-Plots Clean up: Easier to understand/maintain. ( #2924 )
...
* Clean up code: Easier to understand/maintain.
Also:
Reduce line count for code.
Add namespace (module) to use shorter function/variable names.
Improve auto-generation of readers/writers for arbitrary structs.
Remove a few manually-written readers/writers for simple structs.
Write Plots.jl version -> VERSION_INFO to help user identify reader of outdated file formats.
Add support for:
- Arrow
- ColorScheme, ColorPalette
- ContinuousColorGradient, CategoricalColorGradient
- datetimeformatter
* Update precompile_*.jl file
Co-authored-by: ma-laforge <ma-laforge@users.noreply.github.com>
2020-08-24 18:22:54 +02:00
yha
bd7f0dc8d4
Merge branch 'tick-format' of https://github.com/yha/Plots.jl into tick-format
2020-08-22 21:26:35 +03:00
yha
449d35ebf2
Tick label formatting fixes
2020-08-22 21:26:35 +03:00
Adrian Dawid
e2c387894f
Add :mesh3d series type for Plotly ( #2909 )
...
* Add :mesh3d seriestype (in theory)
* Make it work in practice
* Clean up code
* Add support for arbitrary 3d mesh
* Add fallback for other backends
* Add shorthand
* Change i,j,k to series keyword
* Small bugfix
* Update shorthands example
* Add mesh3d example
* Add some documentation to example
* Make color work
* Move mesh3d example and add to skip list
* Update fallback recipie
* Update example
* Update src/args.jl
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
* Update src/backends/plotly.jl
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
* Update src/examples.jl
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
* Cosmetic changes
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
2020-08-14 14:26:16 +02:00
Simon Christ
345bceb526
conserve extra_kwargs ( #2885 )
...
* conserve extra_kwargs
* Update test_pgfplotsx.jl
* remove wraptuples
* Update test_pgfplotsx.jl
* Update test_pgfplotsx.jl
* Update test_pgfplotsx.jl
* Update test_pgfplotsx.jl
* Revert "remove wraptuples"
This reverts commit 6d66d69692ad1ffb72a99ed4777658d14ad749f1.
* Auto stash before revert of "remove wraptuples"
2020-08-01 00:34:04 +02:00
Maaz Bin Tahir Saeed
b9cf8c3928
Fix guides not being considered in calculating plot area ( #2878 )
2020-07-26 21:43:22 +02:00
isentropic
c2bb17cece
pyplot fonts fixed ( #2858 )
2020-07-23 11:57:24 +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