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 |
|
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 |
|
Daniel Schwabeneder
|
87c471c0f5
|
plotlyjs, pyplot and test fixes
|
2018-10-09 20:56:02 +02:00 |
|
Jack Dunn
|
6b46e81fbd
|
Update backends.jl
|
2018-10-04 09:50:43 -04:00 |
|
Daniel Schwabeneder
|
5f5019d310
|
fix plotlyjs (fix #1728)
|
2018-09-06 22:04:44 +02:00 |
|
Daniel Schwabeneder
|
f0f90d87af
|
move supported backend attr to backends.jl
|
2018-09-04 19:08:48 +02:00 |
|
Daniel Schwabeneder
|
a731ef6e2d
|
plotlyjs, pyplot and test fixes
|
2018-09-02 22:28:34 +02:00 |
|
Morten Piibeleht
|
47d8aa871b
|
Do not import latexstring into the global scope
It will not be visible to functions in Plots anyway. Instead, labelfunc
now explicitly specifies that it uses LaTeXStrings.latexstring.
|
2018-08-16 11:05:39 +12:00 |
|
Michael Krabbe Borregaard
|
befb14682d
|
Add more packages to PyPlot string
|
2018-08-14 23:28:18 +02:00 |
|
Michael Krabbe Borregaard
|
99941dde8f
|
info --> @info
|
2018-08-14 09:13:27 +02:00 |
|
Michael Krabbe Borregaard
|
2844e706a9
|
warn -> @warn
|
2018-08-10 18:14:14 +01:00 |
|
Daniel Schwabeneder
|
f60aac93ab
|
use Requires.jl for backend dependencies
|
2018-08-04 06:44:12 +02:00 |
|
Daniel Schwabeneder
|
e92e832258
|
fix Pkg.installed
|
2018-07-03 19:59:03 +02:00 |
|
Daniel Schwabeneder
|
7ec54b9c2e
|
update plotly(js)
|
2017-11-19 19:54:52 +01:00 |
|
femtocleaner[bot]
|
ef29b4a5b0
|
Fix deprecations
|
2017-10-17 09:59:09 +00:00 |
|
Michael K. Borregaard
|
66ce38d948
|
Specified some docstrings
|
2017-08-18 09:48:36 +02:00 |
|
Michael Krabbe Borregaard
|
6a23202e89
|
Merge pull request #825 from ma-laforge/hdf5plots
Re-integrate HDF5 plots.
|
2017-06-06 12:36:46 +02:00 |
|
lizz
|
5439c3a3ce
|
Update backends.jl
|
2017-05-23 21:41:31 +08:00 |
|
Michael K. Borregaard
|
e283c6557b
|
Change default backends
|
2017-05-21 12:44:18 +02:00 |
|
MA Laforge
|
b920ee8550
|
Re-integrate HDF5 plots.
Made code compatible with Julia v0.6.
Parametric types no longer <: DataType (now <: Type).
Add workaround to initialize Dict with "Type" keys.
|
2017-05-16 19:19:35 -04:00 |
|
Michael Krabbe Borregaard
|
ec6f75b59e
|
Revert "Initial implementation for HDF5 plots."
|
2017-04-19 16:14:48 +02:00 |
|
MA Laforge
|
06fd894f79
|
Initial implementation for HDF5 plots.
|
2017-03-27 10:04:30 -04:00 |
|
MA Laforge
|
e381c13dc6
|
Initial support for InspectDR.
|
2016-12-31 15:41:11 -05:00 |
|
Thomas Breloff
|
4dfadeaf15
|
series_annotations refactor and gr/pyplot fixes
|
2016-11-04 15:39:53 -04:00 |
|
Thomas Breloff
|
af1896dc36
|
don't export Axis/Plot/etc; closes #552; fix series_annotations; support SeriesAnnotations in gr; fix scale/translate
|
2016-11-03 22:02:23 -04:00 |
|
Thomas Breloff
|
350ffdee25
|
Base.cycle to cycle; text_size; animate; MixedMeasures; SeriesAnnotations
|
2016-11-03 13:29:20 -04:00 |
|
Thomas Breloff
|
3aac2b2895
|
check for empty labs
|
2016-10-25 22:33:53 -04:00 |
|
Thomas Breloff
|
ae608d4d78
|
staged date fix, still not working
|
2016-10-10 01:08:29 -04:00 |
|