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
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
ebc93b6935
remove Pkg ( #2776 )
...
* remove Pkg
* remove using Pkg
2020-06-10 12:03:13 +02:00
Simon Christ
2f9ce790e4
deprecate pgfplots ( #2711 )
...
* deprecate pgfplots
* Update backends.jl
* Update backends.jl
* Rename src/backends/pgfplots.jl to src/backends/deprecated/pgfplots.jl
* Update init.jl
2020-05-19 13:03:54 +02:00
Simon Christ
44367c54da
fix quiver ( #2670 )
2020-05-05 10:24:15 +02:00
Daniel Schwabeneder
8b897c3460
implement pie series recipe
2020-04-28 20:48:09 +02:00
Daniel Schwabeneder
65b0f44626
move missing hdf5 type to backends
2020-04-26 20:57:56 +02:00
Daniel Schwabeneder
b80ba99100
move remaining const to backends.jl
2020-04-26 20:49:02 +02:00
Daniel Schwabeneder
7c87cbb425
don't reset defaults with backend()
2020-04-24 20:01:38 +02:00
Goran Nakerst
5d37264487
changed title_location -> titlelocation
2020-04-23 13:48:42 +01:00
Daniel Schwabeneder
4c43f0ea2f
be explicit about RecipesPipeline imports
2020-04-10 19:06:53 +02:00
Daniel Schwabeneder
819e91aa37
add zerror recipe
2020-04-07 16:06:12 +02:00
Simon Christ
da60b47af5
format backend code
2020-03-06 12:17:42 +01:00
Daniel Schwabeneder
7e05bb0aca
try to import ORCA on plotly initialization
2019-11-30 10:45:24 +01:00
Simon Christ
35e24fef2a
rely on recipe for histogram2d
2019-11-29 11:47:45 +01:00
Simon Christ
95a29f9cbe
filled contour (really)
2019-11-29 11:47:45 +01:00
Simon Christ
6ba1607bb1
filled contour, histogram2d
2019-11-29 11:47:45 +01:00
Simon Christ
ced201700e
extra styles for 3dTypes
2019-11-29 11:47:45 +01:00
Simon Christ
a03ae0be10
working heatmap
2019-11-29 11:47:45 +01:00
Simon Christ
59ad0d830b
ltriangle, rtriangle
2019-11-29 11:47:45 +01:00
Simon Christ
cb1d32422a
adjust
2019-11-29 11:47:45 +01:00
Simon Christ
0dd970fc6b
claim everything
2019-11-29 11:47:45 +01:00
Simon Christ
046643f743
fix code loading
2019-11-29 11:47:45 +01:00
Simon Christ
0821ad3c03
create stub
2019-11-29 11:46:56 +01:00
daschw
653e0b80b2
Merge branch 'show-empty-bins' of https://github.com/yha/Plots.jl into yha-show-empty-bins
2019-10-13 19:53:39 +02:00
Chris Rackauckas
f12f6db310
use === nothing
...
Should decrease compile times
2019-08-17 14:17:27 -04:00
Daniel Schwabeneder
0f6336b3dd
fix ENV['PLOTS_DEFAULT_BACKEND']
2019-06-15 18:30:21 +02:00
yha
f75ae01c16
Series attribute to show empty bins as 0.
2019-06-13 16:30:21 +03:00
Daniel Schwabeneder
fadc0bf6c7
don't let aspect_ratio impact subplot size
2019-06-12 22:49:12 +02:00
yharel
dd02a69e8f
Consistent interpretation of contour levels across PyPlot,GR,Plotly[JS] backends.
...
GR: fixed colorbar rendering/alignment for contour[f]. Merged colorbar
for mutiple series.
:colorbar_entry property to include series in colorbar.
2019-03-28 02:21:25 +02:00
Michael Krabbe Borregaard
93428815e4
Merge pull request #1924 from H-M-H/pgf_vline
...
Add vline to PGFPlots.
2019-02-23 10:19:42 +01:00
HMH
009d03f1f8
Set default output for plotly to html.
...
There does not exist any other.
2019-02-23 04:59:58 +01:00
HMH
a9ed4ac21d
Add vline to PGFPlots.
...
This enables proper vertical errorbars.
2019-02-22 17:50:15 +01:00
Josef Heinen
8f30696a4d
gr: added support for volume plots
2019-02-16 18:03:21 +01:00
Oliver Schulz
b9b6439f47
Clean up backend default handling
2019-01-25 17:18:44 +01:00
Oliver Schulz
ffcdf986a3
Set explicit return type for function _backend_instance
...
Inferred return type is Any, otherwise, not AbstractBackend.
2019-01-25 17:18:44 +01:00
Oliver Schulz
43245b5eb5
Clean up backend-related global vars and related functions
2019-01-25 17:18:44 +01:00
Oliver Schulz
420228c67b
Remove function add_backend
...
No longer in use.
2019-01-25 17:18:44 +01:00
Oliver Schulz
f1719d6e91
Improve implementation of backend(pkg::AbstractBackend)
2019-01-25 17:05:43 +01:00
Oliver Schulz
9aa1fd5c00
macro init_backend can call backend() with backend instance
2019-01-25 17:05:43 +01:00
Oliver Schulz
141845aa40
_initialize_backend doesn't need to do anything for PlotlyBackend
2019-01-25 17:05:43 +01:00
Oliver Schulz
7867df6079
_initialize_backend doesn't need to do anything for GRBackend
2019-01-25 17:05:43 +01:00
Takafumi Arakaki
f726151e6e
Smuggle PyCall and LaTeXStrings through PyPlot
...
fix #1672
fix https://github.com/JuliaPy/PyPlot.jl/issues/389
fix https://github.com/JuliaPy/PyPlot.jl/issues/408
2018-11-08 19:23:32 -08:00
Michael Krabbe Borregaard
1386435b17
Completely deprecate glvisualize
2018-10-30 11:41:37 +01:00
Michael Krabbe Borregaard
f33d135182
More completely remove deprecated backends
2018-10-30 11:41:27 +01:00
Daniel Schwabeneder
3e1ce8c2fa
really fix conflicts
2018-10-14 15:51:02 +02:00
Daniel Schwabeneder
1cc84672e7
fix conflicts
2018-10-14 15:50:10 +02:00
Daniel Schwabeneder
9c1a5548e1
small PGFPlots fix in backends.jl
2018-10-09 20:56:02 +02:00
Daniel Schwabeneder
874dacd2c8
fix plotlyjs ( fix #1728 )
2018-10-09 20:56:02 +02:00
Daniel Schwabeneder
a72a23b548
move supported backend attr to backends.jl
2018-10-09 20:56:02 +02:00