Daniel Schwabeneder
f2ca493a14
Merge pull request #2390 from daschw/release
...
tag minor release
2020-02-10 16:14:59 +01:00
Daniel Schwabeneder
54301fa97a
up version
2020-02-10 16:13:19 +01:00
Daniel Schwabeneder
20a290792f
Merge pull request #2388 from daschw/akw
...
Some fixes for KW -> Attr transition
2020-02-09 09:26:00 +01:00
Daniel Schwabeneder
31f5490517
fix typo
2020-02-08 23:57:48 +01:00
Daniel Schwabeneder
8554e632bd
more reset_kw!s
2020-02-08 23:49:50 +01:00
Daniel Schwabeneder
70d0d786e2
fix fg_color
2020-02-08 23:48:35 +01:00
Daniel Schwabeneder
5af5ec7313
more AKWs
2020-02-08 23:29:09 +01:00
Daniel Schwabeneder
7fab2f1c6b
Merge pull request #2387 from JuliaTagBot/master
...
Install TagBot as a GitHub Action
2020-02-08 20:07:01 +01:00
Daniel Schwabeneder
461ef20225
Merge pull request #2385 from daschw/hover
...
fix plotly hover in test image 6
2020-02-08 16:16:00 +01:00
Daniel Schwabeneder
4357fde5ea
Merge pull request #2386 from daschw/attr
...
Missing methods for Attr
2020-02-08 16:15:43 +01:00
Daniel Schwabeneder
f93977b1a4
implement get! and delete! for Attr
2020-02-08 15:52:32 +01:00
Julia TagBot
2e77d0df98
Install TagBot as a GitHub Action
2020-02-08 20:31:27 +07:00
Daniel Schwabeneder
fc40b0e0ac
fix plotly hover in test image 6
2020-02-07 23:12:34 +01:00
Daniel Schwabeneder
85aca2aa67
Merge pull request #2384 from daschw/testing
...
update julia version in travis and appveyor configs
2020-02-07 22:53:19 +01:00
Daniel Schwabeneder
961d6be9f9
julia version in travis and appveyor configs
2020-02-07 18:08:08 +01:00
Michael Krabbe Borregaard
33553eb055
update version and dep of RecipesBase
2020-02-06 12:08:35 +01:00
Michael Krabbe Borregaard
fbe8dcaf78
Merge pull request #2373 from yha/attr-defaults
...
Implement plotattributes with defaults. Fixes "-->" in series recipes.
2020-02-06 12:01:30 +01:00
Daniel Schwabeneder
b5f54afed2
Merge pull request #2378 from daschw/plotly-hover
...
show datapoints on hover by default for plotly
2020-02-05 14:22:40 +01:00
Michael Krabbe Borregaard
c99fcc3dcd
Merge pull request #2381 from pfitzseb/sp/htmlplots
...
only show plotly plots as html in Juno
2020-02-05 11:53:17 +01:00
Sebastian Pfitzner
4a7ea82862
only show plotly plots as html in Juno
2020-02-05 11:49:54 +01:00
Michael Krabbe Borregaard
3bad6e9b4c
Merge pull request #2379 from JuliaPlots/compathelper/new_version/2020-02-03-15-04-12-054-56131472
...
CompatHelper: bump compat for "FixedPointNumbers" to "0.8"
2020-02-03 17:46:43 +01:00
github-actions[bot]
96ab1537d3
CompatHelper: bump compat for "FixedPointNumbers" to "0.8"
2020-02-03 15:04:13 +00:00
Daniel Schwabeneder
c62714d188
show datapoints on hover by default for plotly
2020-02-03 14:27:01 +01:00
Simon Christ
2b6a90766a
Restore fill between functions ( #2374 )
...
* skeleton
* remove groupplots
* working insets, fix background opacity
* insets resp. to window
* only shift
* a shift solution
* remove frames
* fix padding
* format code
* Revert "skeleton" restore fill between functions
This reverts commit 80903a2789 .
* correct location
2020-01-29 14:49:19 +01:00
yha
366d598ff0
Implement plotattributes with defaults. Fixes "-->" in series recipes.
2020-01-29 01:25:04 +02:00
Daniel Schwabeneder
84a8039022
Merge pull request #2371 from daschw/label
...
Allow `label = nothing, :none, false`
2020-01-28 10:30:28 +01:00
daschw
8011c9f675
Allow label = nothing, :none, false
2020-01-27 21:30:05 +01:00
Josef Heinen
d709b53ec7
Merge pull request #2370 from jheinen/master
...
bump GR version to 0.46.0
2020-01-27 16:56:20 +01:00
Josef Heinen
39c97ecdc5
bump GR version to 0.46
2020-01-27 16:25:43 +01:00
Josef Heinen
45c434b5ed
Adjust DPI factor for PNG output
...
This is just a temporary workaround.
In a future version, a corresponding DPI adjustment should be
implemented in GR.
2020-01-24 16:04:19 +01:00
Josef Heinen
312f98e380
Use GR builtin marker routine
2020-01-24 15:00:31 +01:00
Josef Heinen
d093d1ad7e
Fix linewidth and markersize for GR 0.45.0
2020-01-24 13:34:33 +01:00
Josef Heinen
22e8718e85
Merge pull request #4 from jheinen/compathelper/new_version/2020-01-24-11-03-47-200-2951760626
...
CompatHelper: bump compat for "GR" to "0.45"
2020-01-24 12:48:21 +01:00
github-actions[bot]
e489787535
CompatHelper: bump compat for "GR" to "0.45"
2020-01-24 11:03:48 +00:00
Michael Krabbe Borregaard
73ff286162
Merge pull request #2364 from yha/heatmap-fillcolor
...
Fix heatmap with non-gradient fillcolor
2020-01-22 19:51:10 +01:00
yha
c75f6f5a9d
Fix heatmap with non-gradient fillcolor
2020-01-20 17:53:47 +02:00
Michael Krabbe Borregaard
33d04c3e6b
Merge pull request #2351 from o01eg/fix-2350
...
Treat types without length as a single element
2020-01-20 11:51:40 +01:00
O01eg
2ede388c15
Treat types without length as single element
...
Fixes #2350
Workaround for types like Dates.Date which can be used for coordinates
but doesn't have Base.length defined.
2020-01-20 13:49:10 +03:00
Simon Christ
745189981b
rework layouts ( #2356 )
...
* skeleton
* remove groupplots
* working insets, fix background opacity
* fix pgfx_axes
* insets resp. to window
* only shift
* a shift solution
* remove frames
* fix padding
* format code
2020-01-17 11:05:22 +01:00
Simon Christ
dd70192de4
Merge pull request #2354 from BeastyBlacksmith/pgfplotsx
...
@JuliaRegistrator register()
2020-01-10 22:26:19 +01:00
Simon Christ
5fc2f6cf3b
bump version
2020-01-10 22:25:05 +01:00
Simon Christ
2c6f54579d
informative assertion message
2020-01-08 15:33:49 +01:00
Simon Christ
9bcab45cb8
fix tests
2020-01-08 15:16:07 +01:00
Simon Christ
3b7464e739
allow vector fillranges
2020-01-08 15:10:00 +01:00
Simon Christ
11c86b2d30
remove shows
2020-01-08 14:39:10 +01:00
Simon Christ
7a521ef21f
basic tuple implementation
2020-01-08 14:38:18 +01:00
Simon Christ
7fb1a6a517
implement fill between functions
2020-01-03 21:13:01 +01:00
Simon Christ
f20582e528
implement pgfx_preamble()
2020-01-03 21:13:01 +01:00
Simon Christ
92e609876d
fix dimensions
2020-01-03 21:12:40 +01:00
Simon Christ
5a251e5702
support asymmetric ribbons
2020-01-03 21:12:27 +01:00
Simon Christ
33cf0e66ec
Merge pull request #2332 from JuliaPlots/compathelper/new_version/2019-12-17-01-02-53-961-1642667966
...
CompatHelper: bump compat for "FixedPointNumbers" to "0.7"
2019-12-31 12:59:11 +01:00
Simon Christ
9d75916244
Merge pull request #2347 from o01eg/fix-pgfplotx-tests
...
Fix compat bounds for tests of the PGXPlotsX backend
2019-12-31 12:20:35 +01:00
O01eg
6ed18617d5
Fix tests for PGXPlotsX backend
...
The backend uses push! and append! methods introduced in 1.2.0
2019-12-31 13:43:41 +03:00
Simon Christ
2022aebb07
Update Project.toml
2019-12-17 15:24:20 +01:00
Simon Christ
b73c38fe69
Merge pull request #2310 from BeastyBlacksmith/pgfplotsx
...
fix ribbons and interaction between background and fill between
2019-12-17 15:23:26 +01:00
github-actions[bot]
11322d0d8b
CompatHelper: bump compat for "FixedPointNumbers" to "0.7"
2019-12-17 01:02:55 +00:00
Daniel Schwabeneder
82479d48b9
Merge pull request #2325 from daschw/axes-3d
...
Improve GR 3D axes
2019-12-13 23:48:25 +01:00
Daniel Schwabeneder
a07fd5d3db
Merge pull request #2328 from daschw/showtheme
...
update showtheme
2019-12-13 23:37:15 +01:00
daschw
10ab3ae974
update showtheme
2019-12-13 23:35:05 +01:00
Daniel Schwabeneder
b908202c47
Merge pull request #2327 from daschw/theme
...
copy theme defaults
2019-12-13 21:14:45 +01:00
daschw
61d4c84ef4
copy theme defaults
2019-12-13 19:44:37 +01:00
Daniel Schwabeneder
68a0baf299
update and reactivate precompile
2019-12-13 14:55:16 +01:00
Daniel Schwabeneder
aef75cb073
add guides and fix 3d bg_inside
2019-12-13 14:16:05 +01:00
Daniel Schwabeneder
c5fe90d135
move zaxis to the left
2019-12-13 14:16:05 +01:00
Daniel Schwabeneder
85e5f2e971
increase right margin for outer legend
2019-12-13 14:16:05 +01:00
Daniel Schwabeneder
58bf14fc85
minor preparations for guides
2019-12-13 14:16:04 +01:00
Daniel Schwabeneder
0d09975fba
avoid precompilation temporarily
2019-12-13 14:16:04 +01:00
daschw
06afcedf56
implement 3d tick labels
2019-12-13 14:16:04 +01:00
Daniel Schwabeneder
c7cc76b2b6
increase plotarea for 3d plots in gr
2019-12-13 14:16:04 +01:00
Daniel Schwabeneder
84b108f6d0
3d axes grid and ticks in gr
2019-12-13 14:16:04 +01:00
Daniel Schwabeneder
cb6f0772b7
avoid multiple calls to axis_drawing_info
2019-12-13 14:16:04 +01:00
Daniel Schwabeneder
4263ced69b
implement axes_drawing_info_3d
2019-12-13 14:16:04 +01:00
Daniel Schwabeneder
f5c6b06eb6
fix 3d Segments constructor
2019-12-13 14:16:04 +01:00
Daniel Schwabeneder
05ef841d63
simplify axes_drawing_info
2019-12-13 14:16:04 +01:00
Daniel Schwabeneder
140afeb53d
Merge pull request #2320 from korsbo/layout_colon
...
Support colons in layout keyword argument.
2019-12-12 09:35:56 +01:00
Daniel Schwabeneder
639a09bccb
Merge pull request #2322 from JuliaPlots/compathelper/new_version/2019-12-12-03-02-29-808-2906006334
...
CompatHelper: bump compat for "Requires" to "1.0"
2019-12-12 09:32:10 +01:00
github-actions[bot]
f105d41e54
CompatHelper: bump compat for "Requires" to "1.0"
2019-12-12 03:02:30 +00:00
Niklas Korsbo
140a429e09
Fix regression of layout_args.
2019-12-11 12:27:44 +00:00
Simon Christ
28d5e0bb7d
commented too much
2019-12-11 13:23:50 +01:00
Simon Christ
3dec7fe394
comment save tests
2019-12-11 13:09:48 +01:00
Niklas Korsbo
e54eb53665
Fix layout specification bug.
2019-12-11 11:11:14 +00:00
Niklas Korsbo
9b3cf3a818
Support colons in layout kwarg.
2019-12-11 10:58:39 +00:00
Daniel Schwabeneder
3d306578f1
Merge pull request #2317 from daschw/gr-logticks
...
fix extra blank space in GR with log axis and engineering notation
2019-12-11 09:28:21 +01:00
Michael Krabbe Borregaard
e615718f1b
up version
2019-12-10 22:15:57 +01:00
Daniel Schwabeneder
fbbbd40353
fix extra blank space in GR with log axis and engineering notation
2019-12-10 13:12:35 +01:00
Simon Christ
0e694a9767
forget extra ribbon plot legend entries
2019-12-09 11:21:33 +01:00
Simon Christ
203e351cef
fix scalar ribbon
2019-12-09 11:17:37 +01:00
Simon Christ
74ec895aca
fix unintended filling of simple lines
2019-12-07 15:18:47 +01:00
Daniel Schwabeneder
3459bcd817
Merge pull request #2304 from michakraus/master
...
Generalized array fixes
2019-12-07 11:04:13 +01:00
Simon Christ
d2c0840c43
fix dimensions
2019-12-06 19:37:35 +01:00
Simon Christ
9534bae4ef
support asymmetric ribbons
2019-12-06 18:22:02 +01:00
Simon Christ
2a720a7491
better ribbon tests
2019-12-06 16:04:10 +01:00
Simon Christ
7b31e5f9b8
fix ribbon legend
2019-12-06 15:04:22 +01:00
Simon Christ
d0be1e7d1d
use UUIDs
2019-12-06 14:45:56 +01:00
Simon Christ
8434741599
add test
2019-12-06 14:42:35 +01:00
Simon Christ
cfe1ede25a
fix ribbon
2019-12-06 14:40:34 +01:00
Simon Christ
ecc891279e
fix background + fill between
2019-12-06 14:36:24 +01:00
Michael Kraus
750f96cca7
allow for generalized arrays in pgfplots backend
2019-12-06 09:34:40 +01:00
Daniel Schwabeneder
5051e06be0
Merge pull request #2306 from daschw/orca
...
Allow saving to pdf, svg and eps for plotly() via ORCA
2019-12-05 16:38:55 +01:00
Michael Kraus
cde041e977
update SegmentsIterator to allow for generalized arrays
2019-12-05 14:09:05 +01:00
Daniel Schwabeneder
0fdf46fd2e
Allow saving to pdf, svg and eps for plotly() via ORCA
2019-12-05 14:06:44 +01:00
Daniel Schwabeneder
c902c3ff35
Merge pull request #2305 from daschw/clims
...
fix clims calculation for line_z etc.
2019-12-05 13:10:53 +01:00
Daniel Schwabeneder
f0b006d3c9
fix clims calculation for line_z etc.
2019-12-05 12:52:44 +01:00
Michael Kraus
044daf08d4
generalized array fixes replacing length() and size() with eachindex() and axes(), etc.
2019-12-05 10:09:07 +01:00
Daniel Schwabeneder
0b5b8b2cc2
Merge pull request #2298 from daschw/minorticks
...
add checks in get_minor_ticks
2019-12-04 16:07:28 +01:00
Daniel Schwabeneder
fae5c45cc4
Merge pull request #2302 from daschw/clims
...
Ignore clims of series without z colors
2019-12-04 16:07:13 +01:00
Daniel Schwabeneder
3bc8ffda58
Ignore clims of series without z colors
2019-12-04 15:41:37 +01:00
Josef Heinen
589713cb75
Merge remote-tracking branch 'upstream/master'
2019-12-03 21:25:42 +01:00
Josef Heinen
ca9ce5427d
Merge pull request #2299 from yha/uniform-heatmaps
...
Use GR.drawimage for uniform heatmaps
2019-12-03 21:05:40 +01:00
Josef Heinen
374809d3cf
gr: optimize 'heatmap' logic
2019-12-03 17:50:40 +01:00
yha
e1d45dec5d
Use GR.drawimage for uniform heatmaps; Fix for general color spaces.
2019-12-03 17:40:55 +02:00
Daniel Schwabeneder
bf60d6482f
Merge pull request #2296 from BeastyBlacksmith/pgfplotsx-heatmap
...
fix pgfplotsx heatmap
2019-12-03 14:04:23 +01:00
Daniel Schwabeneder
e04858c975
Merge pull request #2295 from BeastyBlacksmith/pgfplotsx
...
fix fillrange legends
2019-12-03 14:03:23 +01:00
Daniel Schwabeneder
e0148ba1a8
add checks in get_minor_ticks
2019-12-03 14:01:36 +01:00
Simon Christ
ee521107d3
fix heatmap
2019-12-03 00:31:00 +01:00
Simon Christ
acbce64be9
fix fillrange legends
2019-12-02 16:31:10 +01:00
Daniel Schwabeneder
bb11426274
Merge pull request #2294 from daschw/release
...
New release
2019-12-02 12:43:41 +01:00
Daniel Schwabeneder
2249aaafdf
up version
2019-12-02 11:53:27 +01:00
Daniel Schwabeneder
172193e706
Merge pull request #2292 from daschw/orca
...
Saving to png with Plotly
2019-11-30 17:11:48 +01:00
Daniel Schwabeneder
93d7e53f8b
Merge pull request #2289 from daschw/deps
...
Update dependencies
2019-11-30 13:28:28 +01:00
Daniel Schwabeneder
7e05bb0aca
try to import ORCA on plotly initialization
2019-11-30 10:45:24 +01:00
Daniel Schwabeneder
a1130efa2f
allow saving to png with orca
2019-11-30 09:51:44 +01:00
Daniel Schwabeneder
e903514f70
Merge pull request #2252 from BeastyBlacksmith/pgfplotsx
...
PGFPlotsX Backend
2019-11-29 22:06:09 +01:00
Simon Christ
87f2b0154e
Merge branch 'pgfplotsx' of github.com:BeastyBlacksmith/Plots.jl into pgfplotsx
2019-11-29 17:30:56 +01:00
Daniel Schwabeneder
0ab42eb008
update precompiles
2019-11-29 16:43:24 +01:00
Simon Christ
39e93f40c2
fix tests
2019-11-29 16:38:40 +01:00
Daniel Schwabeneder
0458c18c13
require PlotThemes v1
2019-11-29 16:27:57 +01:00
Daniel Schwabeneder
a3fc47a7de
update package dependencies to require latest
2019-11-29 16:22:32 +01:00
Simon Christ
715181585a
trigger CI
2019-11-29 16:06:00 +01:00
Simon Christ
ecadf4c8f6
Merge branch 'pgfplotsx' of github.com:BeastyBlacksmith/Plots.jl into pgfplotsx
2019-11-29 11:57:50 +01:00
Simon Christ
899c8b3634
add require
2019-11-29 11:53:35 +01:00
Simon Christ
68b344e7c3
axis cs for annotations
2019-11-29 11:47:45 +01:00
Simon Christ
58cf8e471e
improve annotations
2019-11-29 11:47:45 +01:00
Simon Christ
68b29f63a6
improved fillrange
2019-11-29 11:47:45 +01:00
Simon Christ
985d43bf4c
fix show
2019-11-29 11:47:45 +01:00
Simon Christ
e3239bf312
fix typo
2019-11-29 11:47:45 +01:00
Simon Christ
39cb3733db
fifty shades of show
2019-11-29 11:47:45 +01:00
Simon Christ
f9ea9cd999
add quiver bug test
2019-11-29 11:47:45 +01:00
Simon Christ
47900b1a80
fix framestyle error
2019-11-29 11:47:45 +01:00
Simon Christ
9488176a2d
flip layout
2019-11-29 11:47:45 +01:00
Simon Christ
091ca327ba
direct colormap access
2019-11-29 11:47:45 +01:00
Simon Christ
f2af121661
fix pgfx_axes
2019-11-29 11:47:45 +01:00
Simon Christ
fe07fe0a7b
fix background color
2019-11-29 11:47:45 +01:00
Simon Christ
c4354c86c0
legend opacity
2019-11-29 11:47:45 +01:00
Simon Christ
7ea1eebc9e
line legend for ribbon plots
2019-11-29 11:47:45 +01:00
Simon Christ
3d73591178
respect standalone flag
2019-11-29 11:47:45 +01:00
Simon Christ
5335159203
respect user margins
2019-11-29 11:47:45 +01:00
Simon Christ
7b2be59b7b
arbitrary legend position
2019-11-29 11:47:45 +01:00
Simon Christ
3eafc67654
fix scalar ribbons
2019-11-29 11:47:45 +01:00
Simon Christ
acf4cb4e5b
add ribbons
2019-11-29 11:47:45 +01:00
Simon Christ
f53b070d79
add background_color_outside
2019-11-29 11:47:45 +01:00
Simon Christ
aaaedcab1a
robust pgfx_axes
2019-11-29 11:47:45 +01:00
Simon Christ
02b54e72a6
increase right padding
2019-11-29 11:47:45 +01:00
Simon Christ
c034d7bf1b
filled custom marker
2019-11-29 11:47:45 +01:00
Simon Christ
8636718c88
fix display
2019-11-29 11:47:45 +01:00
Simon Christ
f11d5b1e63
fix bar2
2019-11-29 11:47:45 +01:00
Simon Christ
903fb84af0
fix bar
2019-11-29 11:47:45 +01:00
Simon Christ
92814e71c7
fix steppre
2019-11-29 11:47:45 +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
2bbaf9d504
free shapes
2019-11-29 11:47:45 +01:00
Simon Christ
607640ce73
straightline
2019-11-29 11:47:45 +01:00
Simon Christ
195c6d601c
wireframes
2019-11-29 11:47:45 +01:00
Simon Christ
c39a6d8ec3
surface plots
2019-11-29 11:47:45 +01:00
Simon Christ
42e88225c5
restructure
2019-11-29 11:47:45 +01:00
Simon Christ
b9b6915855
add patchlibrary
2019-11-29 11:47:45 +01:00
Simon Christ
b2852802db
fix arrow = false
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
6d737dea7b
quiver plots
2019-11-29 11:47:45 +01:00
Simon Christ
311ace523d
fix gradient scatter plot
2019-11-29 11:47:45 +01:00
Simon Christ
d6bd10a937
3D view
2019-11-29 11:47:45 +01:00
Simon Christ
a03ae0be10
working heatmap
2019-11-29 11:47:45 +01:00
Simon Christ
faa401f0e5
total plot size
2019-11-29 11:47:45 +01:00
Simon Christ
6378f88ba9
subplot annotations
2019-11-29 11:47:45 +01:00
Simon Christ
f5cbb1e341
simplifications
2019-11-29 11:47:45 +01:00
Simon Christ
c9c4de37e6
more than one colorbar
2019-11-29 11:47:45 +01:00
Simon Christ
567d3688e8
filled contours are difficult
2019-11-29 11:47:45 +01:00
Simon Christ
e3a166f04c
basic contour
2019-11-29 11:47:45 +01:00
Simon Christ
74001a555b
remove unneccesary code
2019-11-29 11:47:45 +01:00
Simon Christ
4c6b96e38a
padding of grouplots
2019-11-29 11:47:45 +01:00
Simon Christ
1f14a4d4c6
fix polar plots
2019-11-29 11:47:45 +01:00
Simon Christ
242d8b290d
adjust color bar limits
2019-11-29 11:47:45 +01:00
Simon Christ
2cfd1838ca
remove point meta
2019-11-29 11:47:45 +01:00
Simon Christ
642bb9aead
tests for marker-stroke-color
2019-11-29 11:47:45 +01:00
Simon Christ
fc0a12ac36
native fillrange
2019-11-29 11:47:45 +01:00
Simon Christ
a2bdc4c3ef
update tests
2019-11-29 11:47:45 +01:00
Simon Christ
faf905a932
create plot only once
2019-11-29 11:47:45 +01:00
Simon Christ
1ba5ad0e90
translate pgf_fill_legend_hack
2019-11-29 11:47:45 +01:00
Simon Christ
59ad0d830b
ltriangle, rtriangle
2019-11-29 11:47:45 +01:00
Simon Christ
1fcd06f903
broken polar
2019-11-29 11:47:45 +01:00
Simon Christ
66e8f6615e
respect layout
2019-11-29 11:47:45 +01:00
Simon Christ
10e7cb8eba
use TikzDocument and its preamble
2019-11-29 11:47:45 +01:00
Simon Christ
3c9a7193fd
status quo
2019-11-29 11:47:45 +01:00
Simon Christ
424b98e1a1
fix pgfx_fillrange_series
2019-11-29 11:47:45 +01:00
Simon Christ
57db8095c4
add area legend for shapes
2019-11-29 11:47:45 +01:00
Simon Christ
c0e68af63f
reproduce 3D docs plot
2019-11-29 11:47:45 +01:00
Simon Christ
f2f647c642
legend position
2019-11-29 11:47:45 +01:00
Simon Christ
a117bbc04b
correct test
2019-11-29 11:47:45 +01:00
Simon Christ
abc212b039
fix colorbar
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
ce1276bcbd
title styling
2019-11-29 11:47:45 +01:00
Simon Christ
c2c1c9d738
tests for 3D colorbar
2019-11-29 11:47:45 +01:00
Simon Christ
6d3e8fcb81
add tests
2019-11-29 11:47:45 +01:00
Simon Christ
7954adedf3
translation of pgf_colormap
2019-11-29 11:47:45 +01:00
Simon Christ
fc6dfb8dcb
translated pgf_fillrange_series
2019-11-29 11:47:45 +01:00
Simon Christ
7f1863f3b9
add guard against overexecution
2019-11-29 11:47:45 +01:00
Simon Christ
9fb6b8059f
translate pgf_fillrange_series
2019-11-29 11:47:45 +01:00
Simon Christ
e34570e307
basic 3D
2019-11-29 11:47:45 +01:00
Simon Christ
32d712ce29
apply annotations
2019-11-29 11:47:45 +01:00
Simon Christ
bc42001b75
translate pgf_add_aanotation!
2019-11-29 11:47:45 +01:00
Simon Christ
914d3cac44
legend styling
2019-11-29 11:47:45 +01:00
Simon Christ
10868ef565
options translation part 1, use Options instead of @pgf
2019-11-29 11:47:45 +01:00
Simon Christ
046643f743
fix code loading
2019-11-29 11:47:45 +01:00
Simon Christ
1ef4cfb86a
markercolor
2019-11-29 11:46:56 +01:00
Simon Christ
9324123b4d
axes labels, legend entries, line color, marker shapes
2019-11-29 11:46:56 +01:00
Simon Christ
eddf523d08
fix display
2019-11-29 11:46:56 +01:00
Simon Christ
37ff1a73ed
not displaying in Juno
2019-11-29 11:46:56 +01:00
Simon Christ
91d4e9dbe2
create display methods
2019-11-29 11:46:56 +01:00
Simon Christ
0821ad3c03
create stub
2019-11-29 11:46:56 +01:00
Simon Christ
bf2e5d3fdc
fix matching background colors
2019-11-28 12:12:32 +01:00
Daniel Schwabeneder
7e54cd4306
Merge pull request #2286 from daschw/colorgradient
...
Update for new PlotThemes release
2019-11-27 19:42:09 +01:00
Daniel Schwabeneder
6ecf783fd5
update precompile.jl
2019-11-27 19:24:48 +01:00
Daniel Schwabeneder
b45c336063
pop! colorgradient from defaults
2019-11-27 18:21:22 +01:00
Daniel Schwabeneder
4d9dc31c5e
update PlotThemes bounds and up version
2019-11-27 18:11:14 +01:00
Daniel Schwabeneder
ec4420cb38
make theme compatible with old PlotThemes
2019-11-27 14:26:34 +01:00
Daniel Schwabeneder
243ff2d59e
replace gradiend with colorgradient in theme to avoid confusion with Plots' quiver alias 'gradient'
2019-11-27 14:26:34 +01:00
Simon Christ
cc2e8ed513
axis cs for annotations
2019-11-27 12:23:39 +01:00
Daniel Schwabeneder
ca0c78fe5c
Merge pull request #2284 from daschw/release
...
add bounds as suggested by CompatHelper and Minor release for Registrator automerging
2019-11-27 11:32:50 +01:00
Daniel Schwabeneder
e5b678f4a8
minor release
2019-11-27 11:31:51 +01:00
Daniel Schwabeneder
fe7989798c
add bounds as suggested by CompatHelper
2019-11-27 11:29:26 +01:00
Daniel Schwabeneder
12efedf3e3
Merge pull request #2274 from daschw/deps
...
Add bounds to dependencies
2019-11-27 11:15:52 +01:00
Daniel Schwabeneder
25fec470a7
up version
2019-11-27 10:43:37 +01:00
Daniel Schwabeneder
6d148b05a3
add bounds to all dependencies
2019-11-27 10:40:37 +01:00
Daniel Schwabeneder
4c3002e72d
Create CompatHelper.yml
2019-11-27 10:23:12 +01:00
Simon Christ
cc4750688e
improve annotations
2019-11-26 21:28:15 +01:00
Simon Christ
be5cd7de2e
improved fillrange
2019-11-26 19:10:25 +01:00
Simon Christ
0d2ccfddfb
fix show
2019-11-26 18:55:44 +01:00
Simon Christ
0b71f55b29
fix typo
2019-11-26 13:30:04 +01:00
Simon Christ
9cdc72662f
fifty shades of show
2019-11-26 13:22:37 +01:00
Simon Christ
a37d9768a0
add quiver bug test
2019-11-26 01:41:54 +01:00
Simon Christ
7de8d302fa
fix framestyle error
2019-11-26 00:28:11 +01:00
Simon Christ
e29edc9e97
flip layout
2019-11-26 00:15:54 +01:00
Simon Christ
1e216291ab
direct colormap access
2019-11-26 00:07:45 +01:00
Simon Christ
ce5c36ded5
fix pgfx_axes
2019-11-25 23:12:20 +01:00
Simon Christ
568c4a0228
fix background color
2019-11-25 23:05:27 +01:00
Simon Christ
0c5e561eac
legend opacity
2019-11-25 20:10:09 +01:00
Simon Christ
d796812161
line legend for ribbon plots
2019-11-25 18:56:20 +01:00
Simon Christ
26905b18ac
respect standalone flag
2019-11-25 17:44:25 +01:00
Simon Christ
7fc7471f81
respect user margins
2019-11-25 15:49:25 +01:00
Simon Christ
3272f72df0
arbitrary legend position
2019-11-25 14:51:53 +01:00
Simon Christ
ab8b57ed49
fix scalar ribbons
2019-11-25 14:37:48 +01:00
Simon Christ
eb7ac6ea3d
add ribbons
2019-11-25 14:18:25 +01:00
Simon Christ
c056f8525d
add background_color_outside
2019-11-25 12:38:54 +01:00
Simon Christ
024a11f35b
robust pgfx_axes
2019-11-25 12:21:12 +01:00
Simon Christ
33390a2c2d
increase right padding
2019-11-24 19:18:45 +01:00
Simon Christ
d409ad22a0
filled custom marker
2019-11-24 19:12:31 +01:00
Simon Christ
c600cb0294
fix display
2019-11-24 18:18:10 +01:00
Simon Christ
077f1ddb84
fix bar2
2019-11-24 18:11:52 +01:00
Simon Christ
a9cbe354c1
fix bar
2019-11-24 18:10:34 +01:00
Simon Christ
44341d1ff5
fix steppre
2019-11-24 18:04:13 +01:00
Simon Christ
e2a4b0eb30
rely on recipe for histogram2d
2019-11-24 18:03:08 +01:00
Daniel Schwabeneder
d2ca5e3bf3
Merge pull request #2248 from JuliaPlots/as/new-version
...
Update Project.toml
2019-11-24 17:48:17 +01:00
Simon Christ
8cb32b1f14
filled contour (really)
2019-11-24 16:46:20 +01:00
Simon Christ
8553bef132
filled contour, histogram2d
2019-11-23 20:45:21 +01:00
Simon Christ
20f6d559c3
free shapes
2019-11-23 20:10:08 +01:00
Simon Christ
d50c28ebe7
straightline
2019-11-22 14:11:43 +01:00
Simon Christ
1c854519c8
wireframes
2019-11-22 14:08:45 +01:00
Simon Christ
229f74e370
surface plots
2019-11-22 14:05:34 +01:00
Simon Christ
fa324561da
restructure
2019-11-22 13:50:18 +01:00
Simon Christ
e176c6c315
add patchlibrary
2019-11-22 00:58:03 +01:00
Simon Christ
3b56977c49
fix arrow = false
2019-11-22 00:54:16 +01:00
Simon Christ
5482cfac3f
extra styles for 3dTypes
2019-11-22 00:45:14 +01:00
Simon Christ
04e5ff7eba
quiver plots
2019-11-22 00:23:47 +01:00
Simon Christ
e230686851
fix gradient scatter plot
2019-11-21 22:34:14 +01:00
Simon Christ
5694ce53f6
3D view
2019-11-21 22:28:36 +01:00
Simon Christ
4dd4d5eb5f
working heatmap
2019-11-21 19:10:58 +01:00
Simon Christ
0e94e57263
total plot size
2019-11-21 16:52:35 +01:00
Simon Christ
7bf89d8614
subplot annotations
2019-11-21 16:46:15 +01:00
Simon Christ
d47e8c0f44
simplifications
2019-11-21 16:07:08 +01:00
Simon Christ
48c04a5a44
more than one colorbar
2019-11-21 15:45:35 +01:00
Simon Christ
31bc74e2b1
filled contours are difficult
2019-11-21 15:07:48 +01:00
Simon Christ
1e23b8d475
basic contour
2019-11-21 14:37:39 +01:00
Simon Christ
48208998e2
remove unneccesary code
2019-11-21 13:06:22 +01:00
Simon Christ
92aafb1349
padding of grouplots
2019-11-21 13:03:37 +01:00
Simon Christ
e1e8a480f9
fix polar plots
2019-11-21 12:34:09 +01:00
Simon Christ
b6e641c035
adjust color bar limits
2019-11-21 11:31:33 +01:00
Simon Christ
fe77659058
remove point meta
2019-11-21 11:11:05 +01:00
Daniel Schwabeneder
b645ca984f
Merge pull request #2264 from korsbo/transparent_pgfplots_legend
...
Fix pgfplots legend fg/bg transparency.
2019-11-21 09:31:20 +01:00
Michael Krabbe Borregaard
46a3f2e495
Merge pull request #2267 from korsbo/fix_pgfplots_legend_marker
...
Remove line through marker in pgfplots legend.
2019-11-20 19:20:51 +01:00
Niklas Korsbo
e4e9cbf6cb
Remove line through marker in pgfplots legend.
2019-11-20 18:05:41 +00:00
Simon Christ
d43e53f896
tests for marker-stroke-color
2019-11-20 18:10:30 +01:00
Simon Christ
2d947f4a97
native fillrange
2019-11-20 17:28:23 +01:00
Simon Christ
71720de7b2
update tests
2019-11-20 15:20:33 +01:00
Simon Christ
4964eb31fa
create plot only once
2019-11-20 14:16:43 +01:00
Niklas Korsbo
0b8f7d67dc
Allow legend font alpha with pgfplots.
2019-11-20 10:17:28 +00:00
Niklas Korsbo
faf6ea72e0
Allow legend opacity for pgfplots.
2019-11-20 10:02:27 +00:00
Simon Christ
b66415a338
translate pgf_fill_legend_hack
2019-11-20 10:35:48 +01:00
Simon Christ
e14733d460
ltriangle, rtriangle
2019-11-19 18:18:08 +01:00
Niklas Korsbo
b6f7c8bc4b
Fix pgfplots legend fg/bg transparency.
2019-11-19 17:16:50 +00:00
Simon Christ
91aef71891
broken polar
2019-11-19 17:46:05 +01:00
Simon Christ
408db8dc4f
respect layout
2019-11-19 17:30:26 +01:00
Simon Christ
4902716a44
use TikzDocument and its preamble
2019-11-19 16:30:53 +01:00
Daniel Schwabeneder
e084c1410c
Merge pull request #2262 from daschw/gr-legendfontcolor
...
allow symbols in GR legendfontcolor
2019-11-19 15:52:25 +01:00
Daniel Schwabeneder
ea790cc7c5
allow symbols in GR legendfontcolor
2019-11-19 15:49:26 +01:00
Simon Christ
c0fc671a83
status quo
2019-11-19 15:31:36 +01:00
Simon Christ
fb418c87ac
fix pgfx_fillrange_series
2019-11-19 15:06:34 +01:00
Simon Christ
b6da96fb78
add area legend for shapes
2019-11-19 14:58:03 +01:00
Simon Christ
1a751c7bae
reproduce 3D docs plot
2019-11-19 14:47:54 +01:00
Simon Christ
2d100d8261
legend position
2019-11-19 12:08:30 +01:00
Simon Christ
3f70fdb3aa
correct test
2019-11-19 12:05:43 +01:00
Simon Christ
1819e3dd99
fix colorbar
2019-11-19 11:58:57 +01:00
Simon Christ
64791017f8
adjust
2019-11-19 11:35:35 +01:00
Simon Christ
5e0d42898c
claim everything
2019-11-19 11:34:21 +01:00
Simon Christ
4486620918
title styling
2019-11-19 11:30:34 +01:00
Simon Christ
b6bd69055b
tests for 3D colorbar
2019-11-18 19:05:49 +01:00
Simon Christ
1e2ea1614c
add tests
2019-11-18 17:16:27 +01:00
Daniel Schwabeneder
ea74fcd4d6
Merge pull request #2260 from daschw/revise
...
Revise.track conditionally loaded backends
2019-11-18 17:13:17 +01:00
Simon Christ
c39613ddd8
translation of pgf_colormap
2019-11-18 16:13:56 +01:00
Daniel Schwabeneder
4a4f9dff6a
Revise.track conditionally loaded backends
2019-11-18 16:01:40 +01:00
Simon Christ
cd55218a2c
translated pgf_fillrange_series
2019-11-18 11:51:03 +01:00
Simon Christ
881d415f21
Merge branch 'pgfplotsx' of github.com:BeastyBlacksmith/Plots.jl into pgfplotsx
2019-11-18 11:41:39 +01:00
Daniel Schwabeneder
db02ffa436
Merge pull request #2258 from daschw/function_xlims
...
pass correct xlims to adapted_grid
2019-11-16 10:33:30 +01:00
daschw
2c78f1ff7b
pass correct xlims to adapted_grid
2019-11-16 10:03:04 +01:00
Simon Christ
2bf3ddf45b
add guard against overexecution
2019-11-15 16:41:47 +01:00
Simon Christ
d8c48f1a85
translate pgf_fillrange_series
2019-11-15 16:13:54 +01:00
Simon Christ
1f566294ac
basic 3D
2019-11-15 15:47:36 +01:00
Simon Christ
86643058b6
apply annotations
2019-11-15 13:47:04 +01:00
Simon Christ
6b6d589aa7
translate pgf_add_aanotation!
2019-11-15 09:42:05 +01:00
Simon Christ
cbc0419c6e
legend styling
2019-11-15 08:52:56 +01:00
Simon Christ
5920f3b34d
options translation part 1, use Options instead of @pgf
2019-11-14 22:31:22 +01:00
Daniel Schwabeneder
c472ecf3b0
Merge pull request #2254 from yhls/yhls/precompile
...
Add more instructions for generateprecompiles.jl
2019-11-14 20:07:16 +01:00
Leon Shen
70c507b8f8
add more instructions for generateprecompiles.jl
2019-11-14 14:00:39 -05:00
Daniel Schwabeneder
2245e572aa
Merge pull request #2250 from yhls/yhls/precompile
...
Reduce time to first plot by precompiling functions
2019-11-14 19:24:47 +01:00
Simon Christ
c984722807
fix code loading
2019-11-14 16:45:31 +01:00
Simon Christ
97c0161b9d
markercolor
2019-11-14 07:37:21 +01:00
Leon Shen
05eed0fdda
precompile functions to reduce compilation time of first plot
2019-11-13 17:08:20 -05:00
Simon Christ
9e74976d6d
axes labels, legend entries, line color, marker shapes
2019-11-13 16:00:50 +01:00
Daniel Schwabeneder
c8b75dfae1
Merge pull request #2243 from antoine-levitt/fix_animated_gif
...
Alternative fix for #2239
2019-11-13 12:54:41 +01:00
Simon Christ
ca600e9d76
fix display
2019-11-13 12:12:31 +01:00
Antoine Levitt
94812cde7a
fix mimetype again
2019-11-12 19:31:55 +01:00
Antoine Levitt
3db930cb93
correct mimetype for mov
2019-11-12 19:06:36 +01:00
Simon Christ
37300a9345
not displaying in Juno
2019-11-12 16:55:13 +01:00
Simon Christ
54fc1ff69c
create display methods
2019-11-12 16:27:27 +01:00
Simon Christ
6d1c723e4b
create stub
2019-11-12 16:03:54 +01:00
Yuval
eab5091147
Merge pull request #2236 from yha/inf-nan
...
Convert infinite values to NaN
2019-11-12 15:16:33 +02:00
Anshul Singhvi
b8f21ad878
Update Project.toml
2019-11-12 08:11:03 -05:00
Antoine Levitt
cb4702f7b8
Embed gifs and videos
2019-11-11 10:49:55 +01:00
Antoine Levitt
25313f6b43
Alternative fix for #2239
2019-11-09 16:49:48 +01:00
Daniel Schwabeneder
a0e0c2c950
Merge pull request #2242 from BeastyBlacksmith/bbs/adapted_grid-change
...
fix multiplot of functions
2019-11-08 12:57:03 +01:00
Simon Christ
8b43f70ed4
fix multiplot of functions
2019-11-08 11:55:34 +01:00
Daniel Schwabeneder
867a2b8748
Merge pull request #2240 from johanbluecreek/2239-fixing-cached-inline-animations
...
animation.jl: using randstring() to generate unique tmp names (fix: 2239)
2019-11-06 16:27:37 +01:00
Daniel Schwabeneder
63cd86589c
Merge pull request #2234 from lmh91/lmh_gr_nonuniform_heatmap
...
Nonuniform heatmaps are now possible with the GR backend.
2019-11-06 15:55:54 +01:00
Johan Blåbäck
31c4414c32
animation.jl: using randstring() to generate unique tmp names (fix: 2239)
...
Browser caching prevents animations from being updated if names are not
unique. This solves Issue #2239 .
2019-11-06 15:17:51 +01:00
Lukas Hauertmann
36558389b6
remove debugging line
2019-11-05 11:51:34 +01:00
Lukas Hauertmann
686ab1b51f
isedges is now an arguement and not a keyword anymore
2019-11-05 11:12:46 +01:00
Lukas Hauertmann
a728ed9a60
Add new method for heatmap_edges
...
New method check input vectors for x and y in compatibility with the 2D input array z. It also decides whether x and y represend the midpoints or the egdes of the heatmap pixels.
2019-11-05 00:06:33 +01:00
Lukas Hauertmann
00fd916595
Remove code duplication
...
Use the function `heatmap_edges` again
2019-11-04 21:30:11 +01:00
Lukas Hauertmann
7c5b7b09c2
Add keyword isedges::Bool = false to function heatmap_edges
...
Add the keyword `isedges::Bool` to the functions `heatmap_edges` and `_heatmap_edges`. Default is `false`. If `true`, the functions treat the given vector `v` as edges and not as midpoints.
2019-11-04 21:29:35 +01:00
yha
c3c63971ab
Update NaN example to show missing values.
2019-11-04 16:20:43 +02:00
yha
5c1c80fd9a
Remove leftover method
2019-11-04 03:35:09 +02:00
yha
c9a9541d0e
Avoid second copy of data. Inf handling for surfaces and volumes.
2019-11-04 03:27:47 +02:00
yha
224858dad5
Convert infinite values to NaN
2019-11-03 19:21:26 +02:00
Lukas Hauertmann
8a9e963d92
Nonuniform heatmaps are now possible with the GR backend.
...
At least for the cartesian case. For polar plots it's still not possible.
2019-11-01 12:03:59 +01:00
Daniel Schwabeneder
464c0271f0
Merge pull request #2233 from daschw/minorgrid
...
allow minorgrid = true for only two tick values
2019-10-31 20:18:43 +01:00
Daniel Schwabeneder
798d78813a
allow minorgrid = true for only two tick values
2019-10-31 14:28:19 +01:00
Daniel Schwabeneder
6b0e45c450
Merge pull request #2230 from daschw/colorbar
...
Neglect clims of series with colorbar_entry=false
2019-10-29 09:12:07 +01:00
Daniel Schwabeneder
cf8bd786d0
readd deleted lines in GR
2019-10-28 19:40:56 +01:00
Daniel Schwabeneder
9b4a51c5be
per series clims for pyplot()
2019-10-28 19:01:07 +01:00
Daniel Schwabeneder
b58c52f12c
per series clims for plotly
2019-10-28 18:54:01 +01:00
Daniel Schwabeneder
17eef46da2
separate clims for colorbar_entry=false series for GR
2019-10-28 18:50:02 +01:00
Daniel Schwabeneder
cc14ab20bb
neglect clims for series without colorbar entry
2019-10-28 12:49:07 +01:00
Daniel Schwabeneder
978f00bbb9
Merge pull request #2226 from nlw0/nlw0-patch-1
...
Image extent half-pixel margin in pyplot
2019-10-22 08:59:33 +02:00
Nicolau Leal Werneck
d0a73eb862
Update pyplot.jl
...
Adds a half-pixel margin to the extent for image plots so that the pixel coordinates match the grid, i.e. the center of each square pixel lies over its integral index numbers, and each square covers half a pixel before and after that.
2019-10-21 23:03:44 +02:00
Daniel Schwabeneder
0ca5a30b8a
Merge pull request #2183 from daschw/gr-label
...
RFC: Print vectors passed to label as vectors in GR
2019-10-13 20:20:43 +02:00
Daniel Schwabeneder
76c7d9dc89
Merge pull request #2062 from yha/show-empty-bins
...
Series attribute to show empty bins as 0.
2019-10-13 20:15:50 +02: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
Daniel Schwabeneder
8b0fc1629a
Merge pull request #2219 from daschw/tests
...
update julia versions for CI
2019-10-13 19:38:14 +02:00
Daniel Schwabeneder
a76e756f4f
Merge pull request #2186 from JuliaPlots/as/fix-ribbon-2tuple-dispatch
...
Fix plotting ribbons as 2-tuples
2019-10-13 19:23:12 +02:00
daschw
f632cd48a4
update julia versions for CI
2019-10-13 19:20:11 +02:00
daschw
e12b0a585c
remove ribbon example from in between
2019-10-13 17:31:09 +02:00
daschw
151ce619dc
Merge branch 'as/fix-ribbon-2tuple-dispatch' of https://github.com/JuliaPlots/Plots.jl into as/fix-ribbon-2tuple-dispatch
2019-10-13 17:15:44 +02:00
daschw
28903d5db2
move ribbon example to the end
2019-10-13 17:11:46 +02:00
Anshul Singhvi
d179b5d6bf
add ribbon to refimages?
2019-10-13 17:09:10 +02:00
Anshul Singhvi
12df8fa500
process_ribbon(ribbon::Tuple{Any,Any}) -> process_ribbon(ribbon::Tuple{Any,Any}, plottatributes)
2019-10-13 17:09:10 +02:00
Daniel Schwabeneder
99293ba5e6
Merge pull request #2210 from InfiniteChai/is/fractional_fps
...
Generalise fps to support fractional arguments
2019-10-11 12:55:07 +02:00
Daniel Schwabeneder
2dc3096ee9
Merge pull request #2217 from daschw/animation
...
fix html output of video animations
2019-10-11 12:54:39 +02:00
Daniel Schwabeneder
926a023b1d
fix html output of video animations
2019-10-11 12:52:38 +02:00
Michael Krabbe Borregaard
4f705a6e58
Update Project.toml
2019-10-08 09:40:36 +02:00
Michael Krabbe Borregaard
74beb86530
Up minimum dependency version of PlotUtils
2019-10-08 09:34:52 +02:00
Michael Krabbe Borregaard
a55f8d0099
Merge pull request #2204 from BeastyBlacksmith/bbs/adapted_grid-change
...
Update adapted_grid recipes
2019-10-08 09:34:06 +02:00
Iain Skett
caca1b2e3c
Generalise fps to support fractional arguments (rational or float) as well as integer.
2019-10-08 00:17:21 +01:00
Simon Christ
62fe5d003e
add test for adapted_grid usage
2019-09-28 22:34:32 +02:00
Simon Christ
216dae97fc
take y values from adapted_grid
2019-09-28 22:09:53 +02:00
Daniel Schwabeneder
07ffa8c117
Merge pull request #2199 from milesfrain/pltdpisize
...
maintain original plot size
2019-09-20 14:08:31 +02:00
Daniel Schwabeneder
62dc012c66
Merge pull request #2195 from benide/latex-tick-formatter
...
added latex formatter for ticks (solves #2194 , #2147 )
2019-09-20 14:08:05 +02:00
Miles Frain
831987c76f
maintain original plot size
2019-09-19 12:36:44 -07:00
Daniel Schwabeneder
32b85d48c5
Merge pull request #2196 from pfitzseb/sp/actualdpifix
...
actually fix dpi issues in Juno?
2019-09-19 12:29:58 +02:00
Sebastian Pfitzner
f6d37afba0
actually fix dpi issues in Juno?
2019-09-19 11:37:38 +02:00
Ben Ide
3b962ffb08
added latex formatter for ticks (solves #2042 , #2147 )
2019-09-18 19:09:43 -04:00
Daniel Schwabeneder
2c3bffaf76
Merge pull request #2188 from daschw/tests2
...
Simplify adding new test imgages via PlotReferenceImages.jl
2019-09-18 21:58:50 +02:00
Daniel Schwabeneder
ba8110dc20
create PlotReferenceImages dev path for appveyor
2019-09-18 18:38:01 +02:00
Daniel Schwabeneder
55e17a4a65
Merge pull request #2190 from pfitzseb/sp/junoplotdpi
...
make Juno plots devicePixelRatio aware
2019-09-18 10:45:20 +02:00
Daniel Schwabeneder
767b8b245a
Merge pull request #2189 from pfitzseb/sp/htmlinjuno
...
allow html output in Juno
2019-09-18 10:43:32 +02:00
Daniel Schwabeneder
2ea37776ed
Merge pull request #2191 from BeastyBlacksmith/master
...
add tikz ending
2019-09-18 10:22:18 +02:00
Simon Christ
03d2f704c5
add tikz ending
2019-09-17 17:05:34 +02:00
Daniel Schwabeneder
f7e19bcf63
fix Point ambiguity
2019-09-17 15:40:00 +02:00
Daniel Schwabeneder
1e0fcbc65e
use GeometryTypes in Tests
2019-09-17 14:06:15 +02:00
Sebastian Pfitzner
5d5c4d76b9
make Juno plots devicePixelRatio aware
2019-09-16 13:46:02 +02:00
Sebastian Pfitzner
871561afd7
prettier function definition
2019-09-16 13:09:01 +02:00
Sebastian Pfitzner
1da4b2eda9
allow html output in Juno
...
e.g. for the PlotlyJS backend
2019-09-16 13:07:08 +02:00
Daniel Schwabeneder
9775abecc2
import ImageMagick
2019-09-16 11:24:16 +02:00
Daniel Schwabeneder
1650049b88
fix checking for ci
2019-09-16 11:08:16 +02:00
Daniel Schwabeneder
d7cc15d391
add another travis dependency
2019-09-16 10:50:11 +02:00
Daniel Schwabeneder
57286ea40d
using LibGit2
2019-09-15 22:57:39 +02:00
Daniel Schwabeneder
5ad4c517e1
update travis for gtk
2019-09-15 22:48:54 +02:00
Daniel Schwabeneder
eba6e29092
use default travis script
2019-09-15 21:32:44 +02:00
Daniel Schwabeneder
7dc6ea355c
update Plots tests for GR
2019-09-15 21:29:08 +02:00
Anshul Singhvi
3e31c4363f
add ribbon to refimages?
2019-09-12 15:42:54 -04:00
Anshul Singhvi
61e3abaf80
process_ribbon(ribbon::Tuple{Any,Any}) -> process_ribbon(ribbon::Tuple{Any,Any}, plottatributes)
2019-09-12 15:11:47 -04:00
Daniel Schwabeneder
bd8e9dc947
Print vectors passed to label a as vectors in GR
2019-09-11 10:36:43 +02:00
Michael Krabbe Borregaard
236aaed2a3
Merge pull request #2181 from mschauer/refelct
...
Fix typo in gr.jl
2019-09-10 22:44:39 +02:00
Moritz Schauer
37044e5fc8
Typo in gr.jl
2019-09-10 22:36:56 +02:00
Michael Krabbe Borregaard
b05d6e2ed3
Merge pull request #2180 from daschw/linestyle
...
allow to broadcast over linestyle attribute only
2019-09-10 10:57:19 +02:00
Daniel Schwabeneder
d28164c897
allow to broadcast over linestyle attribute only
2019-09-10 09:30:16 +02:00
Daniel Schwabeneder
6c68b6f6fe
Merge pull request #2178 from daschw/pgfplots-vline
...
Only expand infinite object data for Plotly(JS) backends
2019-09-09 14:37:13 +02:00
Daniel Schwabeneder
d0c6f0d6ee
expand data of shapes only for plotly(js)
2019-09-09 13:17:34 +02:00
Daniel Schwabeneder
150b5a1f06
fix vline for pgfplots
2019-09-09 13:13:17 +02:00
Yuval
8ea6d70433
Merge pull request #2174 from yha/show-root-layout
...
Base.show method for RootLayout, to allow dump(::Plot)
2019-09-08 20:04:07 +03:00
yha
f8ee4da180
Base.show method for RootLayout, to allow dump(::Plot)
2019-09-08 15:14:35 +03:00
Daniel Schwabeneder
4a57f462bc
Merge pull request #2172 from daschw/release
...
prepare release
2019-09-06 09:39:18 +02:00
Daniel Schwabeneder
11ae5ea014
prepare release
2019-09-06 09:38:23 +02:00
Daniel Schwabeneder
4cb3e6a23c
Merge pull request #2170 from daschw/vline
...
swap x/y formatters for vline
2019-09-04 21:11:25 +02:00
Daniel Schwabeneder
dd645bcd9f
swap x/y formatters for vline
2019-09-02 00:04:11 +02:00
Daniel Schwabeneder
bccf4ef563
Merge pull request #2167 from daschw/pyplot
...
always return positive linthresh for pyplot with log scales
2019-08-31 10:17:44 +02:00
Yuval
85e2534e93
Merge pull request #2165 from yha/yha-any
...
Correctly typed vector in convertToAnyVector
2019-08-30 11:38:25 +03:00
Daniel Schwabeneder
2c57e0c958
always return positive linthresh for pyplot with log scales
2019-08-29 14:13:57 +02:00
Daniel Schwabeneder
cb161a25da
Merge pull request #2166 from daschw/remove-show
...
remove `@show`s
2019-08-29 09:36:28 +02:00
Daniel Schwabeneder
a4380586e9
remove @shows
2019-08-29 09:35:02 +02:00
Daniel Schwabeneder
f2a583a599
Merge pull request #2164 from daschw/pyplot
...
avoid annotation clipping for pyplot
2019-08-29 09:27:57 +02:00
yha
3ea4c8d9ca
Correctly typed vector for all number/missing or all string/missing input
2019-08-29 02:36:23 +03:00
Daniel Schwabeneder
30f321d88b
avoid annotation clipping for pyplot
2019-08-28 23:36:46 +02:00
Daniel Schwabeneder
1db3b69489
Merge pull request #2162 from daschw/any
...
allow plotting of Any vectors and 3D plots
2019-08-28 23:24:24 +02:00
Daniel Schwabeneder
3a775315b9
Merge pull request #2163 from daschw/coords
...
small coords bug-fix
2019-08-28 21:34:22 +02:00
Daniel Schwabeneder
1ed9bcae5c
small coords bug-fix
2019-08-28 18:43:01 +02:00
Daniel Schwabeneder
03d57e690c
allow 3D plotting
2019-08-27 19:08:30 +02:00
Daniel Schwabeneder
4247584df2
delete left-over text
2019-08-27 16:43:41 +02:00
Daniel Schwabeneder
844c3f7002
allow plotting of Any vectors
2019-08-27 14:15:01 +02:00
Daniel Schwabeneder
ff774dc409
Merge pull request #2159 from daschw/legendtitlefont
...
Specify legend title font in GR and PyPlot
2019-08-27 09:11:07 +02:00
Daniel Schwabeneder
9fd7a84b48
legendtitlefont implementation for pyplot
2019-08-26 11:59:47 +02:00
Daniel Schwabeneder
e555f679c1
implementation for GR
2019-08-26 10:55:46 +02:00
Daniel Schwabeneder
89613bfee5
add legendtitlefont function
2019-08-26 10:45:13 +02:00
Daniel Schwabeneder
3fdf87a955
add legendtitlefont attributes
2019-08-26 10:37:07 +02:00
Daniel Schwabeneder
0f07975857
Merge pull request #2153 from pkofod/patch-1
...
Delete pushtomaster.sh
2019-08-26 09:37:54 +02:00
Patrick Kofod Mogensen
48a245559c
Delete pushtomaster.sh
...
`dev` is dead
2019-08-20 15:17:35 +02:00
Christopher Rackauckas
648f26f075
Merge pull request #2148 from JuliaPlots/nothing
...
use === nothing
2019-08-20 08:36:04 -04:00
Yuval
808e20588e
one more != --> !==
2019-08-18 23:31:34 +03:00
Chris Rackauckas
82dd5bf3eb
!= nothing -> !== nothing
2019-08-17 14:45:54 -04:00
Chris Rackauckas
0950c738e3
fix !==
2019-08-17 14:20:23 -04:00
Chris Rackauckas
f12f6db310
use === nothing
...
Should decrease compile times
2019-08-17 14:17:27 -04:00
Yuval
ae4031b993
Merge pull request #2133 from yha/dict-recipe
...
Recipe for plotting dicts
2019-08-14 16:36:07 +03:00
Daniel Schwabeneder
2495d2a1e9
Merge pull request #2142 from daschw/register
...
prepare release
2019-08-14 13:32:16 +03:00
Daniel Schwabeneder
0a97b08c72
prepare release
2019-08-14 12:31:56 +02:00
Daniel Schwabeneder
e0a89c55ac
Merge pull request #2140 from yha/gr-heatmap-flip
...
Fix GR axis flip for heatmap and image plots
2019-08-14 13:22:43 +03:00
Daniel Schwabeneder
75ac34b719
Merge pull request #2141 from benchislett/handle-empty-anim
...
Add handling for empty animation build error (fix #2138 )
2019-08-14 10:38:51 +03:00
benchislett
2072c54c53
Add handling for animation build with 0 frames
2019-08-14 00:03:19 +09:00
yha
6e1ed63005
Fix GR axis flip for heatmap & image by removing "manual" axis flip
2019-08-13 17:46:22 +03:00
Yuval
17e59daeb4
Merge pull request #2139 from yha/ribbons
...
Fix ribbons specified as two-tuples.
2019-08-13 17:06:06 +03:00
yha
69e83ef89f
Typo fix
2019-08-13 17:05:36 +03:00
yha
b2707f5c8a
Fix ribbons specified as two-tuples.
2019-08-13 15:27:01 +03:00
yha
0fd24e5210
Generalize dict recipe for any element type. Do not default to :bar seriestype.
2019-08-12 14:12:00 +03:00
Yuval
3dcc7e5556
Merge pull request #2135 from yha/char-recipe
...
Replace low-level Char handling with a type recipe.
2019-08-11 18:37:31 +03:00
unknown
57ebeae1ad
Replace low-level Char handling with a type recipe.
2019-08-09 01:12:39 +03:00
yha
9e35cc3fe1
Recipe for plotting dicts as bars.
2019-08-08 19:05:53 +03:00
Daniel Schwabeneder
3e1258aa0c
Merge pull request #2132 from daschw/plotly-animation
...
Fix Plotly plots with one-element series (fix #2014 )
2019-08-08 17:12:16 +02:00
Daniel Schwabeneder
96e1b1d105
Merge pull request #2131 from daschw/plotlyjs
...
PlotlyJS backend rewrite (fix #1721 #1756 #1934 #2003 )
2019-08-08 17:08:02 +02:00
Daniel Schwabeneder
fe80e486aa
don't return undef dict
2019-08-08 12:58:29 +02:00
Daniel Schwabeneder
ad051f21c1
small cosmetics
2019-08-07 21:45:55 +02:00
Daniel Schwabeneder
ac24a4ae19
cleanup
2019-08-07 16:50:09 +02:00
Daniel Schwabeneder
7ae43ee9f6
use plotly implementation for html/js/ijulia
2019-08-07 16:40:52 +02:00
Daniel Schwabeneder
0e79070ad8
create syncplot at show/display
2019-08-07 16:39:39 +02:00
Daniel Schwabeneder
f11b976574
Merge pull request #2128 from daschw/release
...
prepare release
2019-08-07 09:29:23 +02:00
Daniel Schwabeneder
59da5d5deb
prepare release
2019-08-07 09:27:05 +02:00
Daniel Schwabeneder
0deb7038e6
Merge pull request #2124 from daschw/chars
...
handle chars
2019-08-07 09:19:53 +02:00
Daniel Schwabeneder
2ef692c690
Merge pull request #2125 from daschw/plotly-html
...
Fix saving to html and IJulia show for plotly (fix #1985 )
2019-08-07 09:11:36 +02:00
Daniel Schwabeneder
9228c0b9ec
improve plotly html formatting
2019-08-06 16:08:49 +02:00
Daniel Schwabeneder
89d02b1d67
allow plotly plotting in ijulia
2019-08-06 15:02:04 +02:00
Daniel Schwabeneder
a63a9248d6
handle chars
2019-08-06 14:05:35 +02:00
Jack Devine
79777adc07
Merge pull request #2122 from JackDevine/expand_path
...
Expand paths beginning with ~ on unix systems.
2019-08-06 21:30:49 +12:00
JackDevine
5619feb6c0
Expand paths beginning with ~ on unix systems.
2019-08-06 20:40:09 +12:00
Daniel Schwabeneder
f15a721db6
Merge pull request #2119 from daschw/palette
...
don't split color_palette into groups (fix #2104 )
2019-08-02 15:50:57 +02:00
Daniel Schwabeneder
d6b3b68cd9
don't split color_palette into groups
2019-08-02 14:54:32 +02:00
Yuval
78785fa8fe
Merge pull request #2110 from yha/convertToAny
...
convertToAnyVector cleanup. Adds missing support in heatmap/volume.
2019-07-31 00:33:39 +03:00
yha
74c69f575f
Fix general vec method
2019-07-25 18:51:04 +03:00
yha
12e34bb24f
Fix comment, move all3D method
2019-07-25 18:29:49 +03:00
yha
4ac5484b4f
convertToAnyVector cleanup. Adds missing support in heatmap/volume.
2019-07-25 18:08:37 +03:00
Daniel Schwabeneder
8306619faf
Merge pull request #2109 from yha/datetime-fix
...
Restore Date, DateTime and Time recipes
2019-07-25 15:49:14 +02:00
yha
5673477428
Restore Date, DateTime and Time recipes
2019-07-25 16:05:08 +03:00
Daniel Schwabeneder
84c5b67574
Merge pull request #2035 from wfrgra/date_period_recipes
...
add recipes for time periods
2019-07-18 11:37:15 +02:00
Daniel Schwabeneder
e71a15d46e
Merge pull request #2102 from daschw/release
...
release
2019-07-16 13:55:16 +02:00
Daniel Schwabeneder
daf9556bed
up version
2019-07-16 13:53:20 +02:00
Daniel Schwabeneder
b6a7c1036c
update NEWS.md
2019-07-16 13:52:52 +02:00
Anshul Singhvi
8c2a66b00c
Use FFMPEG.jl for video encoding ( #2099 )
...
* add FFMPEG as a project dependency
* run(`ffmpeg ...`) -> ffmpeg_exe(`...`)
Add FFMPEG.jl to Project.toml too.
2019-07-13 17:58:28 +05:30
Anshul Singhvi
a1182e0ebe
JuliaPlot -> JuliaPlots in README
2019-07-13 11:02:01 +05:30
Daniel Schwabeneder
750492f9e3
Merge pull request #2093 from daschw/abstractstring
...
convertToAnyVector method for AbstractString
2019-07-06 15:28:54 +02:00
Daniel Schwabeneder
c6893f6cb5
convertToAnyVector method for AbstractString
2019-07-06 14:44:48 +02:00
Daniel Schwabeneder
64e035c53c
Merge pull request #2090 from daschw/areaplot
...
add areaplot recipe (close #1423 )
2019-07-04 13:45:52 +02:00
Daniel Schwabeneder
adbe515af7
up version
2019-07-04 12:55:02 +02:00
Daniel Schwabeneder
f0dac1630f
fewer lines
2019-07-04 12:53:01 +02:00
Daniel Schwabeneder
ddaa69bce2
move areaplot doc from shorthands to recipes
2019-07-04 12:48:47 +02:00
Daniel Schwabeneder
bb7c2fd660
Merge pull request #2089 from daschw/zcolor-missing
...
allow missing in line_z, fill_z and marker_z (fix #2083 )
2019-07-04 11:36:08 +02:00
Daniel Schwabeneder
8dfca61769
add areaplot recipe
2019-07-04 11:31:00 +02:00
Daniel Schwabeneder
bb3c54cb27
allow missing in line_z, fill_z and marker_z
2019-07-04 10:39:31 +02:00
Daniel Schwabeneder
2816b1128f
Merge pull request #2081 from oschulz/loghist-zerobins-fix
...
Fix representation of zero-valued bins on step-histograms with log-y axis
2019-07-02 08:01:50 +02:00
Daniel Schwabeneder
cf0cf972e3
Merge pull request #2080 from daschw/gr-linealpha
...
fix gr linealpha (fix #2078 )
2019-07-02 08:01:23 +02:00
Daniel Schwabeneder
bb0e783c02
Merge pull request #2082 from yha/point-recipe-fix
...
Support arbitrary element type (esp. missing) in tuple/Point recipes
2019-07-01 22:02:52 +02:00
yha
a7b7c5ba81
Support any element type (incl. missing) and length in tuple/Point recipes
2019-07-01 01:39:05 +03:00
Oliver Schulz
7214b8b1b1
Improve type stability of _stepbins_path
2019-06-30 17:42:25 +02:00
Oliver Schulz
db1e25252a
Fix zero and NaN weighted bins in stephist for log-yscale
...
Bins with weight NaN and zero (which the Plots engine seems to
turn into into NaN automatically for log-yscale) should
not be draws in log-yscale.
2019-06-30 17:42:25 +02:00
Daniel Schwabeneder
7a248331e7
fix gr linealpha
2019-06-30 13:15:04 +02:00
Daniel Schwabeneder
161ffdee94
Merge pull request #2076 from daschw/register
...
up version
2019-06-27 11:37:28 +02:00
Daniel Schwabeneder
b3e8fd9c66
up version
2019-06-27 11:36:12 +02:00
Michael Krabbe Borregaard
538135bc5f
Merge pull request #2075 from yha/missing-in-matrix
...
Fix handling of missing values in matrix inputs.
2019-06-27 11:22:35 +02:00
yha
0aac0398e8
Fix handling of missing values in matrix inputs.
2019-06-27 01:23:26 +03:00
Daniel Schwabeneder
552024ff31
Merge pull request #2074 from daschw/pyplot-gradient
...
allow specifying the color gradient for z values in pyplot (fix #2041 )
2019-06-26 15:17:59 +02:00
Daniel Schwabeneder
2f14c37c59
remove unnecessary lines
2019-06-26 13:04:14 +02:00
Daniel Schwabeneder
7f8dc486bb
allow specifying the color gradient for z values in pyplot
2019-06-26 12:09:59 +02:00
Daniel Schwabeneder
a89b42229a
Merge pull request #2067 from yha/max-bins
...
Limit number of automatic bins
2019-06-25 13:55:30 +02:00
Michael Krabbe Borregaard
e061d156bc
Merge pull request #2069 from JeffFessler/patch-1
...
Document :colorbar_entry
2019-06-21 16:19:27 +02:00
Jeff Fessler
8f4753a0bb
Document :colorbar_entry
...
Addresses #2068
2019-06-21 09:53:22 -04:00
Will Grant
068523fac1
neaten change by implementing with a for loop
2019-06-17 17:44:24 +10:00
yha
b3336229ab
Limit number of automatic bins
2019-06-17 01:31:08 +03:00
yha
3614966241
Moved new example to end to allow PlotsReferenceImages update
2019-06-17 00:10:53 +03:00
Daniel Schwabeneder
80c1cb954d
Merge pull request #2065 from daschw/default-backend
...
fix ENV["PLOTS_DEFAULT_BACKEND"] (fix #1942 )
2019-06-15 20:34:32 +02:00
Daniel Schwabeneder
0f6336b3dd
fix ENV['PLOTS_DEFAULT_BACKEND']
2019-06-15 18:30:21 +02:00
Daniel Schwabeneder
cd1ee47ace
Merge pull request #2061 from daschw/ratio
...
don't let aspect_ratio impact subplot size
2019-06-14 17:36:54 +02:00
Daniel Schwabeneder
46ed2f6263
fix pgfplots axis limits
2019-06-13 23:12:12 +02:00
Daniel Schwabeneder
63f6128c87
respect user lims
2019-06-13 23:03:19 +02:00
Daniel Schwabeneder
9f9ac4ec92
bbox_ratio not required
2019-06-13 18:50:59 +02:00
Michael Krabbe Borregaard
7cf223a5b8
Merge pull request #2063 from yha/segments-fix
...
Fix SegmentsIterator for more than one initial NaN
2019-06-13 16:07:58 +02:00
yha
9a6e0b3a54
remove aliases :showzeros, :show_zeros
2019-06-13 17:01:39 +03:00
yha
589643d591
Fix SegmentsIterator for more than one initial NaN.
2019-06-13 16:44:05 +03:00
yha
f75ae01c16
Series attribute to show empty bins as 0.
2019-06-13 16:30:21 +03:00
Daniel Schwabeneder
3509648553
Merge pull request #2049 from yha/pyplot-hide-axis
...
Fix hiding of axis on PyPlot
2019-06-12 23:12:02 +02:00
Daniel Schwabeneder
94841669bf
Merge pull request #2060 from daschw/gr_arrow
...
Implement arrowstyle for GR (fix #2059 )
2019-06-12 23:02:12 +02:00
Daniel Schwabeneder
fadc0bf6c7
don't let aspect_ratio impact subplot size
2019-06-12 22:49:12 +02:00
Daniel Schwabeneder
fd2c01808a
add :open and :closed arrow
2019-06-12 19:26:15 +02:00
Daniel Schwabeneder
8342da1ea2
allow row vector of arrows
2019-06-11 23:15:59 +02:00
Daniel Schwabeneder
e9abb6d021
implement arrowstyle for GR
2019-06-11 22:55:54 +02:00
Michael Krabbe Borregaard
505989eec7
Merge pull request #2052 from marekkukan-tw/mk/fixplotly
...
fix bug in plotly_convert_to_datetime
2019-06-08 09:47:02 +02:00
Marek Kukan
08a30b255d
fix bug in plotly_convert_to_datetime
2019-06-06 14:31:54 +02:00
Michael Krabbe Borregaard
1543c77a39
Merge pull request #2051 from yha/first-missing
...
Fix for missing as first element
2019-06-04 20:47:10 +02:00
yha
4c22a421a1
No error when input is all missing
2019-06-04 21:00:52 +03:00
yha
972c97d5ec
Fix for missing as first element
2019-06-04 20:51:03 +03:00
yha
fd611b3647
Fix hiding of axis on PyPlot
2019-06-03 20:22:44 +03:00
Josef Heinen
71cbaa843c
gr: added support for polar heatmaps
2019-06-03 02:25:16 -07:00
Michael Krabbe Borregaard
bbf8b50ad6
Merge pull request #2043 from yha/colorbar-warn-less
...
Only warn for series sharing a colorbar when it matters.
2019-06-02 19:30:00 +02:00
yha
ddd083b8c1
Fix for gr_get_color(series) == nothing
2019-06-02 19:21:31 +03:00
yha
03f6c76b53
Only warn for series sharing a colorbar when it matters.
2019-05-30 19:08:19 +03:00
Will Grant
6d6d4f14b5
add recipes for time periods
2019-05-24 11:27:09 +10:00
Daniel Schwabeneder
0735a3475c
Merge pull request #2031 from fredrikekre/fe/show-return
...
Make sure show return nothing.
2019-05-17 12:46:17 +02:00
Fredrik Ekre
9a445d529d
Make sure show return nothing.
2019-05-17 10:41:01 +02:00
Daniel Schwabeneder
1ea5a5ac0b
Merge pull request #2029 from daschw/register
...
up version
2019-05-13 22:17:04 +02:00
Daniel Schwabeneder
bc8370eadd
update NEWS.md
2019-05-13 22:16:18 +02:00
Daniel Schwabeneder
cdc5a2b361
up version
2019-05-13 22:13:27 +02:00
Daniel Schwabeneder
4270ac80fb
Merge pull request #2028 from shipengcheng1230/master
...
fix gr_display (close #2026 )
2019-05-12 19:34:32 +02:00
shipengcheng1230
405df5da8b
fix gr_display
2019-05-12 13:14:03 -04:00
Daniel Schwabeneder
f742ae4c88
Merge pull request #2025 from daschw/registrator
...
add author and version to Project.toml
2019-05-10 17:55:17 +02:00
Daniel Schwabeneder
a99783dfa0
add author and version
2019-05-10 17:45:56 +02:00
Daniel Schwabeneder
9af5edd04d
Merge pull request #2022 from JuliaPlots/sd-toml
...
use Project.toml + clean up test deps
2019-05-10 17:39:45 +02:00
SimonDanisch
d0830b90be
remove PlotReferenceImages
2019-05-09 13:06:05 +02:00
SimonDanisch
8cd48bc660
add back tomls
2019-05-09 13:01:49 +02:00
SimonDanisch
379a320d2d
remove debug
2019-05-09 12:45:13 +02:00
SimonDanisch
d5f3a3ef69
clean up & fix tests
2019-05-09 12:40:19 +02:00
SimonDanisch
a3be970f29
get around registered PLotReferenceImages by downloading source of tags
2019-05-09 11:48:40 +02:00
SimonDanisch
63f8f52c9f
remove REQUIRES
2019-05-09 11:06:22 +02:00
SimonDanisch
169851564c
use Project.toml + clean up test deps
2019-05-08 17:23:36 +02:00
Daniel Schwabeneder
c32b9029d1
Merge pull request #2016 from H-M-H/pgf_axis_arrows
...
Add attribute draw_arrow for axes.
2019-05-06 22:20:52 +02:00
Daniel Schwabeneder
3fe60b9d18
Merge pull request #2018 from daschw/legend
...
outer legends for gr and pyplot and guide/margin improvements for gr
2019-05-05 16:24:07 +02:00
Daniel Schwabeneder
34cff752f1
missing method for gr_set_transparency
2019-05-05 13:22:16 +02:00
Daniel Schwabeneder
0dba83daf6
fix gr alphas
2019-05-05 13:08:03 +02:00
Daniel Schwabeneder
c399092261
fix animations for pyplot
2019-05-04 20:43:49 +02:00
Daniel Schwabeneder
dcabb2c579
ticks, guides, margins for gr
2019-05-02 23:04:35 +02:00
Daniel Schwabeneder
3542785021
Merge pull request #2017 from daschw/recipe
...
fix recipe error
2019-05-02 16:13:47 +02:00
Daniel Schwabeneder
65173e6dd2
fix recipe error
2019-05-02 12:48:06 +02:00
Daniel Schwabeneder
bf0bb68e28
only add half of ticks text size to min padding
2019-05-02 11:31:20 +02:00
Daniel Schwabeneder
21774dc36b
consider rotation in gr_get_ticks_size
2019-05-02 11:27:16 +02:00
Daniel Schwabeneder
0e3a9f0b8f
outer legends for GR
2019-05-02 11:18:17 +02:00
Daniel Schwabeneder
903cb404c3
shorter implementation
2019-05-01 12:12:51 +02:00
Daniel Schwabeneder
03325533bf
outer legend positions for pyplot
2019-05-01 12:08:35 +02:00
HMH
710123aab4
Add attribute draw_arrow for axes.
...
The draw_arrow attribute enables drawing an arrow at the end of an axis.
Currently supported only by the PGFPlots backend.
2019-05-01 00:27:20 +02:00
Daniel Schwabeneder
4742ec972b
allow numeric legend positioning in pyplot
2019-04-30 15:25:08 +02:00
Michael Krabbe Borregaard
e860ba220a
Merge pull request #2011 from 8uurg/master
...
Make legend=:outertopright work for GR
2019-04-29 08:26:36 +02:00
8uurg
39605bccc2
Make legend=:outertopright work
...
Move x to the right of the plot viewport
Perform legend size computation earlier as this computed width is required for adjusting the width of the plotarea viewport.
This adjustment has to be done before any further computations requiring this plotarea viewport width.
2019-04-27 20:13:36 +02:00
Daniel Schwabeneder
1a4f411b8f
Merge pull request #2010 from daschw/polar
...
Avoid filtering data in polar plots (fix #2009 )
2019-04-26 18:45:12 +02:00
Daniel Schwabeneder
a6588daa3e
allow negative radii in polar plots for pyplot
2019-04-26 13:17:29 +02:00
Daniel Schwabeneder
b053366b06
don't filter polar data
2019-04-26 13:03:03 +02:00
Michael Krabbe Borregaard
e838ac502d
Merge pull request #1999 from mkborregaard/fix_io
...
[RFC] fix io; close #1998
2019-04-15 15:16:41 +02:00
Michael Krabbe Borregaard
6131154dd0
mixing ios in println
2019-04-15 15:13:22 +02:00
Michael Krabbe Borregaard
0c67a61e7d
fix io
2019-04-15 09:07:52 +02:00
Daniel Schwabeneder
72696a4326
Merge pull request #1995 from daschw/marker
...
don't let `marker = true` set the marker size to 1 (fix #1994 )
2019-04-12 14:12:40 +02:00
Daniel Schwabeneder
3231f4d9b1
Merge pull request #1996 from daschw/line
...
sort vector attributes for seriestype line (fix #1989 )
2019-04-12 14:02:04 +02:00
Daniel Schwabeneder
8a81b398cf
fix typo
2019-04-12 12:44:34 +02:00
Daniel Schwabeneder
a37a1a0004
sort vector attributes for seriestype line
2019-04-12 12:41:49 +02:00
Daniel Schwabeneder
b6b00c843a
set default to :circle instead of :auto for marker = true
2019-04-12 09:42:19 +02:00
Daniel Schwabeneder
5506c0543c
don't let marker = true set the marker size to 1
2019-04-12 09:24:28 +02:00
Michael Krabbe Borregaard
7a1b48311c
Merge pull request #1993 from mkborregaard/fix_plotattr
...
fix plotattr
2019-04-10 10:09:15 +02:00
Michael Krabbe Borregaard
0b3dafcd18
fix plotattr
...
`plotattr` would fail when the description did not have a period (`.`) in it, e.g. for `ticks`. This seemed safer than to edit the argument descriptions
2019-04-09 21:16:56 +02:00
Daniel Schwabeneder
81f6b3c7bd
Merge pull request #1986 from daschw/geometrytypes
...
replace StaticArrays with GeometryTypes (fix #1886 )
2019-04-08 12:46:57 +02:00
Daniel Schwabeneder
c2da4acb48
update news
2019-04-07 16:23:26 +02:00
Daniel Schwabeneder
841b05631d
replace StaticArrays with GeometryTypes
2019-04-07 16:20:15 +02:00
Daniel Schwabeneder
a6e60aea04
Merge pull request #1982 from daschw/colorvector
...
fix passing a vector of colors
2019-04-04 14:23:18 +02:00
Daniel Schwabeneder
7f2a1db64a
fix passing a vector of colors
2019-04-04 11:26:12 +02:00
Daniel Schwabeneder
926ccdf618
Merge pull request #1977 from daschw/colorbar-alpha
...
fix alpha for colorbar in GR (fix #1976 )
2019-04-02 21:55:49 +02:00
Josef Heinen
9774eca8e2
bump GR version to 0.39.0
2019-04-02 20:55:51 +02:00
Josef Heinen
2ad033f8e2
Merge pull request #1978 from jheinen/master
...
gr: use correct workstation type after savefig()
2019-04-01 14:18:51 +02:00
Josef Heinen
7c26ffee51
gr: use correct workstation type after savefig()
2019-04-01 14:05:32 +02:00
Daniel Schwabeneder
aa37ba0463
Merge pull request #1970 from SebRollen/master
...
Update `yaxis!` description
2019-04-01 13:16:50 +02:00
Daniel Schwabeneder
d61c86b54b
fix alpha for colorbar in GR
2019-04-01 13:14:06 +02:00
Daniel Schwabeneder
e72fa1dc74
Merge pull request #1971 from daschw/grid-ticks
...
don't draw ticks twice in gr for framestyle in (:zerolines, :grid)
2019-04-01 10:03:45 +02:00
Michael Krabbe Borregaard
16db531cce
Merge pull request #1969 from yha/contour-colorbar
...
Some more fixes for contours and colorbars (mostly GR)
2019-04-01 09:52:56 +02:00
Michael Krabbe Borregaard
226023043b
Merge pull request #1972 from hycakir/patch-1
...
fix `abline!` description
2019-03-30 12:16:35 +01:00
Hamza Yusuf Çakır
5d2538c4c2
fix abline! description
...
It should be `ax+b` rather than `a+bx`.
2019-03-30 12:09:17 +03:00
yharel
0075103ddf
Proportional colorbar spacing in pyplot
2019-03-29 22:01:28 +03:00
yharel
8982a67902
Fix colorbar for misc. series types with line_z,fill_z,marker_z.
2019-03-29 21:20:36 +03:00
Daniel Schwabeneder
65ab45ff1b
don't draw ticks twice in gr for framestyle in (:zerolines, :grid)
2019-03-29 10:38:22 +01:00
Sebastian Rollen
577d434bc8
Update yaxis! description
...
Just fixing a small typo. The description for `yaxis!` used to read "Specify x axis attributes for an existing plot", changed to "Specify y axis attributes for an existing plot"
2019-03-28 09:54:23 -04:00
Daniel Schwabeneder
b300e634f6
Merge pull request #1968 from daschw/ticks
...
fix multiple drawing of discrete ticks
2019-03-28 09:24:46 +01:00
Josef Heinen
61d13b9b2d
gr: improved positioning of Y labels
2019-03-28 08:39:15 +01:00
yharel
78059bf825
Support for non-gradient colors in surface-like plots (useful for contour)
2019-03-28 02:28:19 +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
Daniel Schwabeneder
5ec80ad1f1
fix multiple drawing of discrete ticks
2019-03-27 17:37:47 +01:00
Josef Heinen
4849772435
gr: improve Y label alignment
2019-03-26 14:30:14 +01:00
Daniel Schwabeneder
6546879d3a
Merge pull request #1963 from daschw/init
...
fix init error if PLOTS_DEFAULTS <: Dict{Symbol, Symbol} (fix #1962 )
2019-03-26 09:51:18 +01:00
Josef Heinen
cbc379daa9
gr: fixed problem with blank figures
...
see https://github.com/jheinen/GR.jl/issues/202
2019-03-25 17:15:06 +01:00
Daniel Schwabeneder
a7be08ef46
fix init error if PLOTS_DEFAULTS <: Dict{Symbol, Symbol}
2019-03-25 09:46:37 +01:00
Daniel Schwabeneder
47e48e5d27
Merge pull request #1958 from JuliaPlots/sd-gifmime
...
add support for gif mime
2019-03-25 09:35:25 +01:00
Daniel Schwabeneder
968b8109dd
Merge pull request #1956 from daschw/pyplot-update
...
Pyplot API update (fix #1932 )
2019-03-25 09:35:03 +01:00
SimonDanisch
19fba27951
don't read into a buffer first
2019-03-19 14:23:25 +01:00
SimonDanisch
b78da20d04
add support for gif mime
2019-03-19 12:40:40 +01:00
Daniel Schwabeneder
5e445b4a71
update NEWS.md
2019-03-16 19:33:35 +01:00
Daniel Schwabeneder
0e5df883d0
add warning for PyCall version
2019-03-16 10:42:45 +01:00
Daniel Schwabeneder
b79ea119ea
use a.''foo'' instead of a.foo
2019-03-15 15:15:59 +01:00
Daniel Schwabeneder
b21d98affd
switch to new PyCall API
2019-03-15 15:13:57 +01:00
Daniel Schwabeneder
d83666bed3
Merge pull request #1953 from daschw/polar-axis
...
put radius 0 at the center for polar plots (fix #1813 )
2019-03-14 10:27:49 +01:00
Daniel Schwabeneder
cab6ca3ef0
default to radius 0 at center for polar plots
2019-03-13 13:40:05 +01:00
Daniel Schwabeneder
33a37f9494
Merge pull request #1951 from daschw/gr-image
...
fix image axis limits
2019-03-13 09:37:02 +01:00
Daniel Schwabeneder
79e978aac9
fix image axis limits
2019-03-12 14:56:41 +01:00
Michael Krabbe Borregaard
3af60a81f8
Merge pull request #1950 from JuliaPlots/sd-plotlyjson
...
add plotly json mime to PlotlyBackend as well
2019-03-12 14:21:07 +01:00
SimonDanisch
56525ced92
also add plotly json mime to PlotlyBackend
2019-03-12 12:59:19 +01:00
Simon
581f3797bc
Merge pull request #1943 from JuliaPlots/sd-plotlymime
...
support plotly mime type
2019-03-11 15:12:21 +01:00
SimonDanisch
2c8d51988b
support plotly mime type
2019-03-07 19:04:18 +01:00
Daniel Schwabeneder
19243b741a
Merge pull request #1939 from daschw/gr-ticks
...
fix `ticks = :none` for gr
2019-03-05 14:19:48 +01:00
Daniel Schwabeneder
afc1e08f21
Merge pull request #1940 from daschw/plotly-flip
...
plotly: fix yflip for `ticks = :none` (fix #1937 )
2019-03-05 14:19:33 +01:00
Daniel Schwabeneder
80c01e74c6
plotly: fix yflip for ticks = :none
2019-03-05 10:34:05 +01:00
Daniel Schwabeneder
d728bfb90c
don't show labels for ticks = :none
2019-03-05 10:01:06 +01:00
Daniel Schwabeneder
203d73ee26
fix ticks = :none for gr
2019-03-05 09:57:12 +01:00
Daniel Schwabeneder
05fe220102
Merge pull request #1936 from balazsmezei/pgfplots-tex-standalone
...
Add option :tex_output_standalone for standalone documentclass
2019-03-05 09:30:06 +01:00
Balázs Ferenc Mezei
c4f2de198e
Add option :tex_output_standalone to set the 'include_preamble' argument in the PGFPlots backend.
2019-03-03 00:04:05 +00:00
Michael Krabbe Borregaard
50f9846836
Merge pull request #1933 from JuliaPlots/new_pyplot
...
update to `o.show` syntax. Close #1932
2019-03-01 07:55:11 +01:00
Michael Krabbe Borregaard
a33b3cfbd8
check for pycall version
2019-02-28 23:50:06 +01:00
Michael Krabbe Borregaard
248f7cce90
update to o.show syntax
2019-02-28 23:32:57 +01:00
Josef Heinen
8f381e2611
Merge pull request #1931 from apalugniok/gr-titles3d
...
Add 3D axes guides for GR (Fixes #743 )
2019-02-27 12:25:18 +01:00
Andrew Palugniok
f4b14d0d8d
Add 3D axes guides for GR
2019-02-27 10:30:34 +00: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
Michael Krabbe Borregaard
6b70610770
Merge pull request #1925 from H-M-H/pyplot_tex
...
Add LaTeX output for pyplot backend.
2019-02-23 10:10:58 +01:00
Michael Krabbe Borregaard
84eead47e3
Merge pull request #1926 from H-M-H/plotly_fix
...
Fix #1961
2019-02-23 10:08:06 +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
9482a247e7
Remove 2 lines forgotten in 3c2cfa333c.
2019-02-23 03:39:01 +01:00
HMH
022c79fa95
Add LaTeX output for pyplot backend.
...
Actually matplotlib supports outputting LaTeX via pgf:
https://matplotlib.org/users/pgf.html
2019-02-23 00:35:52 +01:00
HMH
a9ed4ac21d
Add vline to PGFPlots.
...
This enables proper vertical errorbars.
2019-02-22 17:50:15 +01:00
Michael Krabbe Borregaard
354e39e9bf
Merge pull request #1923 from harryscholes/fix-1918
...
plotlyjs: Fix custom tick labels do not work when supplied as a tuple
2019-02-21 21:08:01 +01:00
harryscholes
757e08c6fe
Add Union{AVec,Tuple} to accepted types for ticksType
2019-02-21 17:59:27 +00:00
Josef Heinen
33e5775294
Merge pull request #1922 from jheinen/master
...
bump GR version to 0.38.1
2019-02-19 10:27:13 +01:00
Josef Heinen
5b73a8ed1c
bump GR version to 0.38.1
2019-02-19 09:39:06 +01:00
Josef Heinen
f864ebbf1a
Merge remote-tracking branch 'upstream/master'
2019-02-18 20:24:09 +01:00
Michael Krabbe Borregaard
54b6051315
bump GR version
2019-02-18 11:37:15 +01:00
Michael Krabbe Borregaard
ebea34920b
Merge pull request #1919 from yha/colorbar-fixes
...
GR: contour colorbar fixes
2019-02-18 08:17:11 +01:00
yharel
44294306ce
Using fillcolor for contour with fill=true.
...
Removed failed attempt at supporting single-color contours.
2019-02-18 04:50:16 +02:00
yharel
c2af1a0666
Colorbar and contour fixes
2019-02-18 04:02:31 +02:00
Josef Heinen
8f30696a4d
gr: added support for volume plots
2019-02-16 18:03:21 +01:00
Josef Heinen
b58082a37b
Merge remote-tracking branch 'upstream/master'
...
t push
2019-02-14 14:08:29 +01:00
Michael Krabbe Borregaard
a594878860
Merge pull request #1915 from o01eg/fix-1904
...
Fix bar plot for unicode plots backend
2019-02-09 13:18:05 +01:00
O01eg
3a2b6296ac
Fix UndefVarError: series not defined
2019-02-09 12:38:57 +03:00
O01eg
87af609a6f
Add test case for https://github.com/JuliaPlots/Plots.jl/issues/1904
2019-02-09 12:25:02 +03:00
Josef Heinen
a0d5d0f3c8
Merge remote-tracking branch 'upstream/master'
...
t push
2019-02-08 16:33:13 +01:00
Michael Krabbe Borregaard
53510f3268
Merge pull request #1910 from BioTurboNick/master
...
Fixed MethodError
2019-02-03 21:03:15 +01:00
Nicholas Bauer
9d5ce9753a
Fixed MethodError
2019-02-03 14:19:32 -05:00
Josef Heinen
d7a2df41fa
t push
...
Merge remote-tracking branch 'upstream/master'
2019-01-29 08:56:04 +01:00
Michael Krabbe Borregaard
f905cb9577
Merge pull request #1829 from oschulz/faster-load
...
Reduce load time for Plots and GR backend
2019-01-28 14:24:23 +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
Oliver Schulz
182b937143
Refactor __init__() to make Plots load faster
2019-01-25 17:05:43 +01:00
Josef Heinen
5a54fb7e9f
t push
...
Merge remote-tracking branch 'upstream/master'
2019-01-25 14:22:27 +01:00
Michael Krabbe Borregaard
399a9b16f6
StatPlots --> StatsPlots
2019-01-24 23:24:17 +01:00
Josef Heinen
fef45dfc30
gr: clamp rgb values
2019-01-24 20:37:33 +01:00
Michael Krabbe Borregaard
42aa7d8d55
Merge pull request #1901 from mkborregaard/clamp
...
Inplace clamp
2019-01-23 22:36:00 +01:00
Michael Krabbe Borregaard
8778119792
Inplace clamp
2019-01-23 22:35:13 +01:00
Michael Krabbe Borregaard
10e3f2c990
Merge pull request #1900 from mkborregaard/clamp
...
WIP clamp greyscale images to (0,1)
2019-01-23 21:05:09 +01:00
Michael Krabbe Borregaard
5e25989366
copy and clamp for greyscale images if outside (0,1)
2019-01-23 21:04:27 +01:00
Michael Krabbe Borregaard
f12d328cf7
clamp image for backends not supporting image
...
Does not work for GR or PyPlot which are supposed to support images natively
2019-01-23 21:04:27 +01:00
Daniel Schwabeneder
efc4917724
Merge pull request #1769 from djsegal/djsegal/scatter
...
Allow vectors of markers for pyplot scatter
2019-01-23 19:21:05 +01:00
Daniel Schwabeneder
c2bf145ff5
Merge pull request #1895 from sswatson/fontargs
...
Support keyword arguments for font options
2019-01-23 19:05:39 +01:00
djsegal
c8c82811b3
Fix bug where pyplot marker vec added blank legend
2019-01-22 15:07:21 -05:00
Daniel Schwabeneder
c21e133e69
Merge pull request #1899 from daschw/pyplot-image
...
fix grayscale image in pyplot
2019-01-22 13:55:43 +01:00
Daniel Schwabeneder
789a7fbb88
fix grayscale image in pyplot
2019-01-22 13:00:56 +01:00
Samuel S. Watson
888ed9f0ae
Support keyword arguments for font attributes
2019-01-16 13:04:31 -05:00
Michael Krabbe Borregaard
57da253fa8
Merge pull request #1894 from sswatson/fontrotationfix
...
Fix annotation font rotation in PyPlot backend
2019-01-16 19:02:54 +01:00
Samuel S. Watson
44a6707397
Fix annotation font rotation
2019-01-16 10:28:46 -05:00
Samuel S. Watson
f0a3ca4314
Merge remote-tracking branch 'upstream/master'
2019-01-16 09:44:03 -05:00
Michael Krabbe Borregaard
9bbd52dcc2
Merge pull request #1893 from JuliaPlots/doc_pr
...
rebased docpr from sswatson
2019-01-16 15:08:37 +01:00
Samuel S. Watson
f50862ac51
Remove blank lines
2019-01-16 15:04:01 +01:00
Samuel S. Watson
017bed1a07
Remove xydoc and xyzdoc
2019-01-16 15:04:01 +01:00
Iblis Lin
3765d5f549
change contour example
...
Co-Authored-By: sswatson <samuel.s.watson@gmail.com >
2019-01-16 15:04:01 +01:00
Iblis Lin
dd28159564
remove rand from example
...
Co-Authored-By: sswatson <samuel.s.watson@gmail.com >
2019-01-16 15:04:01 +01:00
Samuel S. Watson
63cdf9f8e7
Add shorthands.jl
2019-01-16 15:04:01 +01:00
Samuel S. Watson
e30889aa12
document @shorthands functions
2019-01-16 15:04:01 +01:00
Samuel S. Watson
b7caec1bfe
Remove blank lines
2019-01-16 08:43:43 -05:00
Samuel S. Watson
660786b99c
Merge branch 'master' of https://github.com/sswatson/Plots.jl
2019-01-16 08:41:02 -05:00
Samuel S. Watson
b060576209
Remove xydoc and xyzdoc
2019-01-16 08:40:25 -05:00
Michael Krabbe Borregaard
7b3826c2d5
Merge pull request #1448 from OliverEvans96/gif_cache
...
Remove cache-busting from gif animation. Should be done by the frontend.
2019-01-16 09:30:39 +01:00
Michael Krabbe Borregaard
51d4416b00
Merge pull request #1891 from mkborregaard/master
...
filter infinite values in histograms too
2019-01-14 23:09:59 +01:00
Michael Krabbe Borregaard
cfe6103f48
filter infinite values in histograms too
2019-01-14 23:08:50 +01:00
Michael Krabbe Borregaard
bee8230079
Merge pull request #1889 from mkborregaard/master
...
fix histograms with NaN; close #1212
2019-01-14 11:45:04 +01:00
Michael Krabbe Borregaard
3d77c59c92
don't rebind vs
2019-01-14 11:44:42 +01:00
Michael Krabbe Borregaard
667ed161c0
move filtering to makebins
2019-01-14 10:36:08 +01:00
Michael Krabbe Borregaard
979f9495f1
add faster method for 1-d histogram
2019-01-14 00:04:01 +01:00
Michael Krabbe Borregaard
d29a44efa7
fix histograms with NaN
2019-01-13 12:45:24 +01:00
Michael Krabbe Borregaard
7750003033
Merge pull request #1885 from sglyon/sl/plotlyjs-fix
...
Sl/plotlyjs fix
2019-01-11 19:52:02 +01:00
Iblis Lin
e673339dc4
change contour example
...
Co-Authored-By: sswatson <samuel.s.watson@gmail.com >
2019-01-10 08:46:38 -05:00
Iblis Lin
b20b47f8eb
remove rand from example
...
Co-Authored-By: sswatson <samuel.s.watson@gmail.com >
2019-01-10 08:44:41 -05:00
Samuel S. Watson
689e437bac
Add shorthands.jl
2019-01-08 18:10:48 -05:00
Samuel S. Watson
e6bb17dc86
document @shorthands functions
2019-01-08 17:55:52 -05:00
Spencer Lyon
80a97b0f26
ENH: use PlotlyJS.savefig(::IO, ...) methods instead of former plotlyjs_save_hack hack
2019-01-08 14:04:33 -05:00
Spencer Lyon
ffea050bc2
ENH: don't special case html display for jupyter
2019-01-08 14:04:03 -05:00
Josef Heinen
8951526d0d
Set minimum GR version
2019-01-07 13:26:08 +01:00
Michael Krabbe Borregaard
3e799fbe21
Merge pull request #1880 from jheinen/master
...
Added support for discrete contour plots
2019-01-06 11:30:33 +01:00
Josef Heinen
53e27dbc38
Added support for discrete contour plots
2019-01-06 11:24:45 +01:00
Michael Krabbe Borregaard
9985d303ce
Merge pull request #1879 from wfrgra/round_axis_limits
...
stop default axis widen behaviour overriding axis limit rounding
2019-01-06 08:11:43 +01:00
Michael Krabbe Borregaard
ba46299088
Fix stray srand in showtheme
2019-01-05 17:59:18 +01:00
wfrgra
9679eae662
stop default widen behaviour overriding axis limit rounding
2019-01-05 13:46:53 +11:00
Michael Krabbe Borregaard
7acb5a4bdb
allow annotations to take a tuple and pass it to text
2019-01-02 17:39:28 +01:00
Michael Krabbe Borregaard
d1428b8221
update news.md
2018-12-29 10:05:02 +01:00
Michael Krabbe Borregaard
c59a361ab3
Merge pull request #1875 from pfitzseb/sp/fixtypo
...
PlotDisplay -> PlotsDisplay
2018-12-29 09:46:54 +01:00
Sebastian Pfitzner
8935728daa
PlotDisplay -> PlotsDisplay
2018-12-29 09:34:53 +01:00
Michael Krabbe Borregaard
155ac91385
Merge pull request #1874 from pfitzseb/sp/displayfixagain
...
insert PlotDisplay directly after REPLDisplay
2018-12-27 11:22:12 +01:00
Sebastian Pfitzner
4403ed3860
insert PlotDisplay directly after REPLDisplay
2018-12-27 10:57:10 +01:00
Michael Krabbe Borregaard
712b567752
update news for release
2018-12-10 11:02:34 +01:00
Michael Krabbe Borregaard
75be945359
Revert "MethodError -> ArgumentError"
...
This reverts commit 6f821e5344 .
2018-12-07 09:42:44 +01:00
Michael Krabbe Borregaard
fe50a457cd
Merge pull request #1862 from mkborregaard/master
...
Fix MethodError to ArgumentError; fix #1861
2018-12-07 08:13:38 +01:00
Michael Krabbe Borregaard
6f821e5344
MethodError -> ArgumentError
2018-12-07 08:12:41 +01:00
Michael Krabbe Borregaard
14cbfb5706
fix warn -> @warn
2018-12-07 08:11:30 +01:00
Michael Krabbe Borregaard
a882685169
Merge pull request #1857 from BoundaryValueProblems/master
...
vmin, vmax in KW were suppressed for :wireframe
2018-12-03 08:09:34 +01:00
Naoki Saito
b9b7edc72d
vmin, vmax in KW were suppressed for :wireframe
2018-12-02 15:37:25 -08:00
Michael Krabbe Borregaard
d0b939da4a
Merge pull request #1854 from mauro3/patch-1
...
Fix #1799
2018-11-28 17:22:55 +01:00
Mauro
2643d493a3
Fix #1799
...
This may fix #1799 . Although, note, I have no deeper understanding of this code...
2018-11-28 17:07:38 +01:00
Michael Krabbe Borregaard
c26689fcb1
Merge pull request #1850 from greimel/gre/pgf-axes
...
Use :foreground_color_border for axis color in pgfplot
2018-11-19 22:37:48 +01:00
Fabian Greimel
a2365f2c14
Use :foreground_color_border for axis color in pgfplot
2018-11-19 22:21:21 +01:00
Daniel Schwabeneder
435ff795ca
Merge pull request #1841 from daschw/docs-formatter
...
add :plain formatter option in arg_desc (fix #1840 )
2018-11-11 21:57:35 +01:00
Daniel Schwabeneder
af34fdc45a
add :plain formatter option in arg_desc
2018-11-11 21:25:41 +01:00
Michael Krabbe Borregaard
3bfedd844e
Merge pull request #1838 from tkf/smuggle
...
Smuggle PyCall and LaTeXStrings through PyPlot
2018-11-09 08:20:55 +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
Daniel Schwabeneder
c6c4becf7d
Merge pull request #1808 from JonathanAnderson/patch-1
...
Fallback to non gr3 surface call
2018-11-02 13:05:36 +01:00
Michael Krabbe Borregaard
e2deb71988
Merge pull request #1828 from harryscholes/#1827
...
Fixes #1827
2018-10-31 14:00:09 +01:00
Harry
a717bf4f34
Fixes #1827
2018-10-31 12:24:04 +00:00
Daniel Schwabeneder
2fef7a5b84
Merge pull request #1822 from JuliaPlots/revert-1821-revert-1819-mkb/plotrecipes
...
Revert "Revert "Transfer portfoliocomposition recipe from PlotRecipes""
2018-10-30 16:26:58 +01:00
Daniel Schwabeneder
12309c281b
Revert "Revert "Transfer portfoliocomposition recipe from PlotRecipes""
2018-10-30 16:26:19 +01:00
Daniel Schwabeneder
a2a4e5b350
Merge pull request #1821 from JuliaPlots/revert-1819-mkb/plotrecipes
...
Revert "Transfer portfoliocomposition recipe from PlotRecipes"
2018-10-30 16:07:11 +01:00
Daniel Schwabeneder
6741287ef1
Revert "Transfer portfoliocomposition recipe from PlotRecipes"
2018-10-30 16:06:51 +01:00
Daniel Schwabeneder
6940f5a982
Merge pull request #1819 from JuliaPlots/mkb/plotrecipes
...
Transfer portfoliocomposition recipe from PlotRecipes
2018-10-30 15:51:46 +01:00
Michael Krabbe Borregaard
b0bd5c13a0
Merge pull request #1820 from diegozea/patch-1
...
It solves Shape bugs
2018-10-30 15:17:11 +01:00
Diego Javier Zea
af119a0248
It solves Shape bugs
...
unneeded get and missing undef
2018-10-30 15:15:03 +01:00
Michael Krabbe Borregaard
759cd7b3f2
add seed!
2018-10-30 14:05:31 +01:00
Michael Krabbe Borregaard
5e06e0d2d2
fix example
2018-10-30 14:05:31 +01:00
Michael Krabbe Borregaard
85b83e1745
add portfoliocomposition
2018-10-30 14:05:31 +01:00
Simon
441954be35
Merge pull request #1818 from JuliaPlots/mkb/dev2
...
Deprecate glivisualize backend - replaces #1816
2018-10-30 12:52:27 +01:00
Daniel Schwabeneder
11c1a23dfe
Merge pull request #1815 from daschw/heatmap
...
allow heatmap of nx1 or 1xn matrices
2018-10-30 11:54:57 +01: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
5396477082
alow heatmap of nx1 or 1xn matrices
2018-10-30 09:02:58 +01:00
Jonathan Anderson
5ea77cc4b6
Fallback to non gr3 surface call
...
Taking an idea from @FlorianRhiem in this issue https://github.com/jheinen/GR.jl/issues/159 , I figured I would fall back to GR if GR3 had an error. With this change, I was able to solve my issue in https://github.com/JuliaPlots/Plots.jl/issues/1781
2018-10-24 16:45:23 -05:00
Daniel Schwabeneder
45b5b33929
Merge pull request #1805 from yha/function-recipe-scale
...
function recipe: taking axis scales into account
2018-10-24 09:19:38 +02:00
Daniel Schwabeneder
9213b09c57
Merge pull request #1803 from daschw/staticarrays
...
remove FixedSizeArrays fix #1802
2018-10-23 19:45:30 +02:00
Daniel Schwabeneder
113e616d25
remove FixedSizeArrays
2018-10-23 17:53:25 +02:00
Daniel Schwabeneder
8861c553da
Merge pull request #1801 from PhilipVinc/philipvinc-labels_mirror_fix
...
Fix Mirroring of Labels
2018-10-23 17:35:02 +02:00
Filippo Vicentini
6be7995500
Add paddings to the side where the axis label is
2018-10-23 15:58:10 +02:00
Filippo Vicentini
89d08606ad
Mirror guides if :guide_position == :auto and :mirror == true
...
Before, guides where mirrored only if guide_position was set.
2018-10-23 14:05:05 +02:00
Michael Krabbe Borregaard
e709560319
Merge pull request #1800 from jheinen/master
...
up GR version
2018-10-23 10:00:35 +02:00
Josef Heinen
9eda7548d0
Merge remote-tracking branch 'upstream/master'
...
t push
2018-10-23 08:51:04 +02:00
Josef Heinen
6e0522308a
up GR version
2018-10-23 08:50:25 +02:00
Josef Heinen
7062e8864b
up GR version
2018-10-23 08:46:07 +02:00
yharel
957cea2638
function recipe: taking axis scales into account
2018-10-22 03:11:26 +03:00
Daniel Schwabeneder
532710e6bf
Merge pull request #1791 from daschw/release
...
prepare release
2018-10-14 19:12:42 +02:00
Daniel Schwabeneder
24e46e4c01
Merge pull request #1790 from daschw/appveyor
...
don't test for julia 0.7 on appveyor
2018-10-14 19:11:52 +02:00
Daniel Schwabeneder
cb3cdbf6e7
prepare release
2018-10-14 19:10:12 +02:00
Daniel Schwabeneder
dcceef2e52
Merge pull request #1782 from ma-laforge/hdf5
...
Add support for annotations and "Shape"s.
2018-10-14 18:40:44 +02:00
Daniel Schwabeneder
cbc965dc53
Merge pull request #1787 from greimel/gre/gr-axis-color
...
GR: use correct attribute for axis color
2018-10-14 18:39:39 +02:00
Daniel Schwabeneder
f5b793f80c
Merge pull request #1777 from JuliaPlots/sd-remote
...
use remote urls plotly
2018-10-14 18:36:10 +02:00
Daniel Schwabeneder
d3b51703f2
don't test for julia 0.7 on appveyor
2018-10-14 18:27:36 +02:00
Daniel Schwabeneder
0ecee70af2
Merge branch 'master' into sd-remote
2018-10-14 18:11:21 +02:00
Daniel Schwabeneder
061704ac6e
Merge pull request #1789 from daschw/docs2
...
Prepare for PlotDocs.
2018-10-14 16:12:46 +02: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
04f502df8a
select pgfplots examples for docs
2018-10-14 15:38:50 +02:00
Daniel Schwabeneder
22c3afd8a0
remove is_installed
2018-10-14 14:11:16 +02:00
Daniel Schwabeneder
d9be97fc45
fix pgfplots saving with FileIO
2018-10-14 14:09:43 +02:00
Fabian Greimel
b04e6ff699
GR: use correct attribute for axis color
2018-10-13 14:07:19 +02:00
Daniel Schwabeneder
9c1a5548e1
small PGFPlots fix in backends.jl
2018-10-09 20:56:02 +02:00
Daniel Schwabeneder
b73d7f03a7
don't add PyPlot and PlotlyJS in tests
2018-10-09 20:56:02 +02:00
Daniel Schwabeneder
106ed6b953
one more fix for plotlyjs
2018-10-09 20:56:02 +02:00
Daniel Schwabeneder
cccbaa0bdc
skip visual regression tests on windows
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
31004e8c12
move _current_plots_version from PlotDocs to Plots
2018-10-09 20:56:02 +02:00
Daniel Schwabeneder
87c471c0f5
plotlyjs, pyplot and test fixes
2018-10-09 20:56:02 +02:00
Michael Krabbe Borregaard
d3e1a423fd
update news for release
2018-10-08 16:17:01 +02:00
MA Laforge
16cc743d26
Add support for annotations and "Shape"s.
...
Also build plot attributes list after series are read in
to avoid having the internal mechanisms overwrite data.
2018-10-08 06:54:01 -07:00
SimonDanisch
9ccb699fca
improve comments
2018-10-05 12:33:13 +02:00
SimonDanisch
7e0960e7a0
fix IJulia
2018-10-05 12:27:09 +02:00
SimonDanisch
ee4fc2803b
dont download by default
2018-10-05 12:27:01 +02:00
djsegal
268c2861c9
Fix off-by-one error in pyplot scatter building
2018-10-04 17:29:37 -04:00
djsegal
15739bc0ee
Allow vectors of markers for pyplot scatter
2018-10-04 17:20:14 -04:00
Michael Krabbe Borregaard
e84de56f2e
Merge pull request #1779 from JackDunnNZ/patch-1
...
Minor formatting fix
2018-10-04 16:42:35 +02:00
Jack Dunn
6b46e81fbd
Update backends.jl
2018-10-04 09:50:43 -04:00
SimonDanisch
f5de5f58ce
make ijulia plotly integration precompile save
2018-10-04 15:39:59 +02:00
SimonDanisch
3c2cfa333c
allow to not host plotly from local file
2018-10-04 15:20:21 +02:00
Daniel Schwabeneder
63bc3a2b88
Merge pull request #1772 from daschw/incremental-compilation
...
Fix incremental compilation warnings (fix #1692 , fix #1734 )
2018-09-30 20:20:14 +02:00
Daniel Schwabeneder
1e83bc05ee
move including of default backends out of __init__()
2018-09-30 18:03:22 +02:00
Michael Krabbe Borregaard
acb9faa6e3
Merge pull request #1765 from pfitzseb/sp/juno2
...
honour `html_output_format` in Juno
2018-09-27 21:12:19 +02:00
Daniel Schwabeneder
732103abf7
Merge pull request #1766 from daschw/release
...
prepare release
2018-09-27 09:25:04 +02:00
Daniel Schwabeneder
90223ff514
prepare release
2018-09-27 09:23:56 +02:00
Sebastian Pfitzner
ec8084823c
slightly nicer method error
2018-09-26 17:45:51 +02:00
Sebastian Pfitzner
05b55fa8dc
honour html_output_format in Juno
2018-09-26 17:40:09 +02:00
Daniel Schwabeneder
eaad735d22
Merge pull request #1743 from Godisemo/pgfplots-1.0
...
Fix Julia v1.0 deprecations for pgfplots backend
2018-09-14 19:11:23 +02:00
Godisemo
ecf483702f
Fix deprecated syntax in PGFPlots backend
2018-09-14 10:36:49 +02:00
Godisemo
2e9e1fc424
Fix Julia v1.0 deprecations for pgfplots backend
2018-09-14 10:02:15 +02:00
Michael Krabbe Borregaard
b5c73d1574
Merge pull request #1741 from Godisemo/pyplot-feature-pr
...
Add option to change guide positions
2018-09-14 09:31:43 +02:00
Godisemo
beb73d891d
Document new guide_position argument
2018-09-14 09:19:56 +02:00
Godisemo
a4edd8e41f
Add option to change guide positions in pgfplots
2018-09-13 18:32:30 +02:00
Godisemo
cac3dae96c
Add option to change guide positions in gr
2018-09-13 12:01:12 +02:00
Godisemo
279ef2075f
Add option to change guide positions in pyplot
2018-09-13 11:22:49 +02:00
Daniel Schwabeneder
5d0740c0e5
Merge pull request #1737 from ma-laforge/inspectdr
...
Re-establish support for alpha on markers (InspectDR).
2018-09-12 09:42:25 +02:00
MA Laforge
9ee8055093
Activate :seriescolor, :seriesalpha attributes.
2018-09-11 18:04:03 -07:00
MA Laforge
07ed7eb6dd
Re-establish alpha support on lines, etc (InspectDR).
2018-09-10 20:47:27 -07:00
MA Laforge
ed6878a48f
Re-establish support for alpha on markers (InspectDR).
2018-09-10 19:57:29 -07:00
Michael Krabbe Borregaard
09a17ba783
up GR version
2018-09-07 22:40:56 +02:00
Michael Krabbe Borregaard
046b291c1f
remove the then
2018-09-07 16:02:19 +02:00
Michael Krabbe Borregaard
187a19bfd1
Merge pull request #1731 from mkborregaard/missings
...
rudimentary missings support
2018-09-07 15:54:22 +02:00
Michael Krabbe Borregaard
91816e6715
rename handlemissingsinmatrix
2018-09-07 15:38:20 +02:00
Michael Krabbe Borregaard
13339125eb
drop stray @show
2018-09-07 15:31:04 +02:00
Michael Krabbe Borregaard
3197db9fc1
Merge pull request #1726 from mkborregaard/master
...
Run Travis on 1.0
2018-09-07 15:26:40 +02:00
Michael Krabbe Borregaard
6e4aac1123
Run Travis on 1.0
2018-09-07 15:26:06 +02:00
Michael Krabbe Borregaard
94450a26e9
restore String
2018-09-07 15:16:10 +02:00
Michael Krabbe Borregaard
f571596eda
Matrix support
2018-09-07 15:04:53 +02:00
Michael Krabbe Borregaard
8b6ca96e0a
rudimentary missings support
2018-09-07 14:42:14 +02:00
Michael Krabbe Borregaard
198de2607a
Merge pull request #1703 from daschw/appveyor
...
try default appveyor.yml
2018-09-07 09:59:09 +02:00
Josef Heinen
7cd1c9e8c8
Merge pull request #1729 from jheinen/master
...
gr: use new DPI setting for SVG output
2018-09-07 09:58:52 +02:00
Daniel Schwabeneder
fc51c355a5
don't add PyPlot and PlotlyJS in tests
2018-09-06 22:53:32 +02:00
Daniel Schwabeneder
59e7213c96
one more fix for plotlyjs
2018-09-06 22:30:42 +02:00
Daniel Schwabeneder
192020a93a
skip visual regression tests on windows
2018-09-06 22:08:32 +02:00
Daniel Schwabeneder
5f5019d310
fix plotlyjs ( fix #1728 )
2018-09-06 22:04:44 +02:00
Josef Heinen
9aa201dcb3
gr: use new DPI setting for SVG output
2018-09-06 21:37:18 +02:00
Daniel Schwabeneder
f0f90d87af
move supported backend attr to backends.jl
2018-09-04 19:08:48 +02:00
Daniel Schwabeneder
1bbe800dcd
move _current_plots_version from PlotDocs to Plots
2018-09-03 17:30:50 +02:00
Daniel Schwabeneder
a731ef6e2d
plotlyjs, pyplot and test fixes
2018-09-02 22:28:34 +02:00
Josef Heinen
25b09a7962
Merge remote-tracking branch 'upstream/master'
...
t push
2018-08-30 10:19:25 +02:00
Michael Krabbe Borregaard
80151ac1a3
Merge pull request #1711 from mkborregaard/master
...
fix plotly errors; fix #1707
2018-08-29 18:49:27 +02:00
Michael Krabbe Borregaard
bad5668ff7
Merge pull request #1704 from mkborregaard/old_spy
...
Reinstate scatter-based spy implementation; fix #1682
2018-08-29 18:41:20 +02:00
Michael Krabbe Borregaard
cad0f15aed
fix plotly errors
2018-08-29 18:38:53 +02:00
Michael Krabbe Borregaard
9c42c30d8a
Merge pull request #1710 from mkborregaard/master
...
Fix aliases bug
2018-08-29 10:39:58 +02:00
Michael Krabbe Borregaard
c471d1e4c3
finalize d -> plotattributes
2018-08-29 09:56:59 +02:00
Michael Krabbe Borregaard
7ae4fae68c
fix bug in aliases
2018-08-29 09:56:44 +02:00
Josef Heinen
2405d5151b
Merge remote-tracking branch 'upstream/master'
...
t push
2018-08-29 07:42:46 +02:00
Michael Krabbe Borregaard
4f667291bd
remove spurious warning
2018-08-28 21:39:02 +02:00
Michael Krabbe Borregaard
49ad3a51aa
update news
2018-08-28 14:49:42 +02:00
Michael Krabbe Borregaard
f2e98acc65
Merge pull request #1681 from mkborregaard/plotattributes
...
change all instances of `d` to `plotattributes.
2018-08-28 14:39:44 +02:00
Michael Krabbe Borregaard
b68adde751
up recipesbase and julia dep versions
2018-08-28 14:38:53 +02:00
Michael Krabbe Borregaard
7220eca7a8
Clean up after rebase
2018-08-28 10:13:33 +02:00
Michael Krabbe Borregaard
10dd9b5120
fix errors
2018-08-28 10:10:13 +02:00
Michael Krabbe Borregaard
7590c133fd
replace d -> plotattributes in the rest of the files
2018-08-28 10:10:13 +02:00
Michael Krabbe Borregaard
2873685517
Replace d -> plotattributes in most files
2018-08-28 10:10:13 +02:00
Michael Krabbe Borregaard
9887892a92
reinstate marker_z
2018-08-28 09:55:15 +02:00
Daniel Schwabeneder
6fa15751ae
try default appveyor.yml
2018-08-27 19:38:57 +02:00
Josef Heinen
24e3fcbb6c
Merge remote-tracking branch 'upstream/master'
...
t push
2018-08-27 08:33:21 +02:00
Michael Krabbe Borregaard
91f51778f1
Don't define invisible when two colors
2018-08-26 23:10:33 +02:00
Michael Krabbe Borregaard
5c2bf5d76c
Don't color points
2018-08-26 23:10:33 +02:00
Michael Krabbe Borregaard
c4233e2896
larger markers
2018-08-26 23:10:33 +02:00
Michael Krabbe Borregaard
e0b7bdc1a5
Revert "Merge pull request #1155 from mkborregaard/newspy"
...
This reverts commit b71cfce105 .
2018-08-26 23:10:33 +02:00
Michael Krabbe Borregaard
91ec39e141
Merge pull request #1696 from JeffFessler/patch-1
...
Add :match_dimensions to address #1694
2018-08-26 22:58:31 +02:00
Michael Krabbe Borregaard
602dbdf1d2
Merge pull request #1695 from JuliaPlots/pv/group
...
RFC WIP: sort x axis in group_as_matrix
2018-08-26 22:57:04 +02:00
Daniel Schwabeneder
3eabaf074a
Merge pull request #1691 from daschw/performance
...
Performance improvements
2018-08-26 22:52:50 +02:00
Daniel Schwabeneder
a81178121f
implement pyplot
2018-08-26 22:41:40 +02:00
Daniel Schwabeneder
e1a83aab1d
implement plotly
2018-08-26 22:41:40 +02:00
Daniel Schwabeneder
84601bacdb
gr implementation
2018-08-26 22:41:40 +02:00
Daniel Schwabeneder
e991e2bf37
implement additional get_***color methods
2018-08-26 22:41:40 +02:00
Daniel Schwabeneder
9b6fc4bc6b
Merge pull request #1667 from pfitzseb/sp/betterdisplay
...
WIP: Actually use PlotsDisplay()
2018-08-26 22:05:29 +02:00
Daniel Schwabeneder
c9e832600c
Merge pull request #1700 from daschw/pkg3
...
Fix tests
2018-08-26 22:04:02 +02:00
Daniel Schwabeneder
25190d945d
Merge pull request #1689 from tkf/pkg3
...
Fix CI
2018-08-26 21:16:15 +02:00
Daniel Schwabeneder
b2f2ffcfed
fix tests
2018-08-26 21:11:23 +02:00
Jeff Fessler
00821c1ae3
Add :match_dimensions to address #1694
...
see also #273 and #196 , for f(x,y) vs f(y,x), and transpose=true
2018-08-25 14:49:52 -04:00
Pietro Vertechi
937acbc218
sort x axis in group_as_matrix
2018-08-25 19:04:42 +01:00
Takafumi Arakaki
e0f9313b8b
Use import PlotReferenceImages
2018-08-25 07:16:42 -07:00
Takafumi Arakaki
6d0d8ea90a
Use qualified name Statistics.mean
2018-08-25 07:16:42 -07:00
Takafumi Arakaki
ebf32390ef
Import Gtk in interactive session
2018-08-24 17:16:52 -07:00
Takafumi Arakaki
eefea15069
Don't use Base.mean
2018-08-24 17:14:19 -07:00
Takafumi Arakaki
531dd43284
Add FileIO to test/REQUIRE
2018-08-24 17:14:19 -07:00
Takafumi Arakaki
e483ce85dc
Install unregistered packages in test/runtests.jl
2018-08-24 17:14:19 -07:00
Takafumi Arakaki
80da14c1fb
Use pathof(PlotReferenceImages) instead of Pkg.dir
2018-08-24 17:14:19 -07:00
Takafumi Arakaki
374580a3d6
Import Pkg
2018-08-24 17:14:19 -07:00
Takafumi Arakaki
4a51e4e7fb
Import Random
2018-08-24 17:14:19 -07:00
Josef Heinen
ae969dad38
Merge remote-tracking branch 'upstream/master'
...
t push
2018-08-24 04:18:05 -04:00
Takafumi Arakaki
7fcd008f2f
Fix appveyor.yml
2018-08-23 14:32:05 -07:00
Takafumi Arakaki
def5be630a
Use Pkg3 API in travis_commands.jl
2018-08-23 14:27:21 -07:00
Michael Krabbe Borregaard
de3848ff53
Merge pull request #1688 from mkborregaard/add_undef
...
Add some undefs to Array constructors
2018-08-23 22:24:17 +02:00
Michael Krabbe Borregaard
8d4ab6bb94
Also fix broadcast on dict
2018-08-23 16:51:15 +02:00
Michael Krabbe Borregaard
28ac117d68
Add some undefs to Array constructors
2018-08-23 16:31:28 +02:00
Josef Heinen
065ff48b15
Merge remote-tracking branch 'upstream/master'
...
t push
2018-08-22 06:12:20 -04:00
Daniel Schwabeneder
69bdd6db83
Merge pull request #1643 from tkf/single-colorbar
...
Make sure only one colorbar is drawn with GR
2018-08-22 09:37:59 +02:00
Daniel Schwabeneder
cd270dd407
Merge pull request #1657 from tkf/colorbar_title
...
Implement colorbar_title for GR
2018-08-22 09:34:03 +02:00
Daniel Schwabeneder
b4944a6f81
Merge pull request #1664 from mortenpi/fix-pyplot-savefig
...
Fix savefig with latexstring for pyplot
2018-08-22 09:18:45 +02:00
Michael Krabbe Borregaard
4049bf20c2
Merge pull request #1686 from JuliaPlots/pv/nt
...
Fix NamedTuple integration
2018-08-21 23:40:24 +02:00
Michael Krabbe Borregaard
805ca0d378
Merge pull request #1678 from improbable22/remove-P2-P3
...
Remove P2 & P3 from export
2018-08-21 22:01:59 +02:00
Pietro Vertechi
fcaae346a7
Fix NamedTuple integration
2018-08-21 18:17:47 +01:00
Michael Krabbe Borregaard
0684102511
Merge pull request #1674 from djsegal/djsegal/colorbar
...
Add way to give colorbar_title for pgfplots
2018-08-19 21:29:38 +02:00
Michael Krabbe Borregaard
6ca87f6d33
Merge pull request #1680 from JuliaPlots/mkb/doc_badge
...
Replace link to docs with docs badge
2018-08-19 15:54:10 +02:00
Michael Krabbe Borregaard
3c96831cdc
fix_1
2018-08-19 15:53:36 +02:00
Michael Krabbe Borregaard
b551f6714b
Replace link to docs with docs badge
2018-08-19 15:49:05 +02:00
Sebastian
c005cc211f
Add example
2018-08-19 13:52:26 +02:00
Unknown
92b0d5c0be
Add line_z and update arg_desc.jl
2018-08-19 13:52:26 +02:00
SebastianM-C
45dc9e5c0d
Add 2D marker_z with Functions
2018-08-19 13:52:26 +02:00
djsegal
7c505949fc
Add “colorbar_title” to pgfplots
2018-08-19 02:25:04 -04:00
improbable22
905accdb7d
Remove P2 & P3 from export
...
As in #1675 , important stuff!
2018-08-19 07:20:17 +02:00
Michael Krabbe Borregaard
30f3e3cf56
Merge pull request #1676 from mkborregaard/plotattr
...
make plotattr work again
2018-08-18 23:24:54 +02:00
Michael Krabbe Borregaard
71131fd00c
make plotattr work again
2018-08-18 23:24:14 +02:00
Michael Krabbe Borregaard
60b8b0080c
Merge pull request #1670 from mkborregaard/master
...
Address UInt round problem - see #1665
2018-08-17 20:58:01 +02:00
Michael Krabbe Borregaard
b30ff9b41b
Merge pull request #1671 from mkborregaard/getrgb_patch
...
Add vector function for rgb
2018-08-17 11:21:01 +02:00
Michael Krabbe Borregaard
cf1a0e3c33
Add vector function for rgb
2018-08-17 11:19:57 +02:00
Michael Krabbe Borregaard
e94fe13178
Merge pull request #1668 from anowacki/an/1665
...
Remove broadcasting of getSeriesRGBColor
2018-08-17 11:17:15 +02:00
Michael Krabbe Borregaard
b2c4561a7d
gr: round to UInt not Int
...
Fixes an error with 32-bit system compatibility
2018-08-17 10:50:05 +02:00
Andy Nowacki
ef63c8d66e
Remove broadcasting of getSeriesRGBColor
...
No longer broadcast over d[:seriescolor] when updating
series attributes. This fixes #1665 , where in Julia
v1.0 the PlotUtils ColorGradient type is assumed to
be iterable (JuliaLang/julia/#18618).
2018-08-16 15:28:36 +01:00
Sebastian Pfitzner
00be8a2237
make sure display order is correct if Plots is loaded before the REPL
2018-08-16 12:34:33 +02:00
Sebastian Pfitzner
6593e3cfe6
actually use __init__
2018-08-16 12:23:23 +02:00
Sebastian Pfitzner
ac73798b9d
actually use PlotsDisplay()
...
instead of overloading display for REPLDisplay
2018-08-16 11:59:56 +02:00
Michael Krabbe Borregaard
1697b99bbc
Merge pull request #1663 from mkborregaard/travis-0.7
...
update travis script; fix #1658
2018-08-16 11:21:00 +02:00
Josef Heinen
1e9467a221
Merge remote-tracking branch 'upstream/master'
...
t push
2018-08-16 10:48:48 +02:00
Takafumi Arakaki
b56238089c
Use TEXT_VALIGN_TOP
2018-08-15 21:24:20 -07: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
Morten Piibeleht
87627b8320
Wrap latexstring use in an at-require
...
latexstring comes from the LaTeXStrings package, which is conditionally
loaded by pyplot().
Fix #1659 .
2018-08-16 11:03:21 +12:00
Michael Krabbe Borregaard
c419f87b64
update travis script; fix #1658
2018-08-15 23:20:18 +02:00
Michael Krabbe Borregaard
9ae22a1ad7
Merge pull request #1660 from CarloLucibello/glv
...
fix glvisualize require
2018-08-15 16:01:01 +02:00
CarloLucibello
b4dfd35be6
fix glvisualize require
2018-08-15 09:30:52 -04:00
Josef Heinen
916654b3ec
Merge remote-tracking branch 'upstream/master'
...
t push
2018-08-15 07:51:30 +02:00
Takafumi Arakaki
2acd088226
Implement colorbar_title for GR
2018-08-14 20:28:22 -07:00
Michael Krabbe Borregaard
2d217edc15
update news.md
2018-08-14 23:56:21 +02:00
Michael Krabbe Borregaard
b55d13bc21
Merge pull request #1655 from roshanshariff/julia-1.0
...
Fix julia 0.7 deprecated syntax in Plotly backend.
2018-08-14 23:53:35 +02:00
Michael Krabbe Borregaard
1f9468e029
Merge pull request #1656 from mkborregaard/pyplot
...
Add more packages to PyPlot string
2018-08-14 23:53:03 +02:00
Roshan Shariff
593804096d
Fix julia 0.7 deprecated syntax in Plotly backend.
2018-08-14 15:38:55 -06:00
Michael Krabbe Borregaard
befb14682d
Add more packages to PyPlot string
2018-08-14 23:28:18 +02:00
Michael Krabbe Borregaard
07a6700ab6
Merge pull request #1654 from ma-laforge/hdf5
...
Deal w/deprecation of Nullable.
2018-08-14 22:57:17 +02:00
MA Laforge
8131953e49
Deal w/deprecation of Nullable.
...
Also use new LinearIndices API.
2018-08-14 13:04:22 -07:00
Michael Krabbe Borregaard
7e360aa915
Merge pull request #1651 from mkborregaard/master
...
Update instances of `findfirst` to 1.0 syntax
2018-08-14 10:24:40 +02:00
Michael Krabbe Borregaard
0710fba638
Update instances of findfirst to 1.0 syntax
2018-08-14 10:24:10 +02:00
Josef Heinen
ad1bcbb0ac
Merge remote-tracking branch 'upstream/master'
...
t push
2018-08-14 10:13:06 +02:00
Michael Krabbe Borregaard
afb7a17e5f
Merge pull request #1650 from mkborregaard/master
...
1.0 updates to animations
2018-08-14 09:20:34 +02:00
Michael Krabbe Borregaard
badf302756
Explicitly specify assignment to global
2018-08-14 09:19:32 +02:00
Michael Krabbe Borregaard
99941dde8f
info --> @info
2018-08-14 09:13:27 +02:00
Michael Krabbe Borregaard
e5c55b6962
Merge pull request #1647 from joshday/patch-1
...
import findnz from SparseArrays
2018-08-13 15:05:42 +02:00
Josh Day
7a7f4cb306
import findnz from SparseArrays
2018-08-13 08:58:38 -04:00
Josef Heinen
c0ff8f80b1
t push
...
Merge remote-tracking branch 'upstream/master'
2018-08-13 11:41:59 +02:00
Michael Krabbe Borregaard
d084e31065
Merge pull request #1644 from mkborregaard/master
...
Don't broadcast `plot_color`; fix #1641
2018-08-13 10:08:57 +02:00
Michael Krabbe Borregaard
12008ef1c6
Don't broadcast plot_color; fix #1641
...
On 1.0 you can no longer pass a singleton argument to broadcast without escaping with `Ref`. But - `plot_color` has `Vector` methods, so it should be fine to not broadcast here. The example from the PR that introduced the broadcast here still works on this PR https://github.com/JuliaPlots/Plots.jl/pull/1467#issue-178940271
2018-08-13 10:07:03 +02:00
Takafumi Arakaki
23ec52c6b4
Make sure only one colorbar is drawn with GR
...
closes #1642
2018-08-13 00:06:12 -07:00
Josef Heinen
5485740291
Merge remote-tracking branch 'upstream/master'
...
t push
2018-08-12 19:38:17 +02:00
Michael Krabbe Borregaard
6dc0823b73
Merge pull request #1637 from mkborregaard/master
...
update news.md
2018-08-11 18:26:18 +01:00
Michael Krabbe Borregaard
0f9220c965
update news.md
2018-08-11 18:25:49 +01:00
Michael Krabbe Borregaard
5c21261aea
Merge pull request #1636 from oschulz/fixes-julia-v1.0
...
More fixes for Julia v1.0
2018-08-11 13:51:28 +01:00
Oliver Schulz
1fda0df03e
Fix _stepbins_path (new Julia v0.7/v1.0 iteration API)
2018-08-11 13:41:33 +01:00
Oliver Schulz
d4406bb806
Use length(eachindex(...)) instead of length(linearindices(...))
2018-08-11 13:21:06 +01:00
Michael Krabbe Borregaard
b1095e29bc
Merge pull request #1635 from mkborregaard/master
...
Final 1.0 fixes
2018-08-11 11:25:54 +01:00
Michael Krabbe Borregaard
3e56aa43e4
linspace -> range
2018-08-11 11:24:54 +01:00
Michael Krabbe Borregaard
c2dc030fae
fieldnames(x) -> fieldnames(typeof(x))
2018-08-11 11:24:45 +01:00
Josef Heinen
5565680b53
t push
...
Merge remote-tracking branch 'upstream/master'
2018-08-10 19:57:25 +01:00
Michael Krabbe Borregaard
340cd0a1fe
Merge pull request #1634 from mkborregaard/master
...
replace warn -> @warn
2018-08-10 18:16:37 +01:00
Michael Krabbe Borregaard
2844e706a9
warn -> @warn
2018-08-10 18:14:14 +01:00
Michael Krabbe Borregaard
55ee64b4e6
Merge pull request #1630 from mkborregaard/fix1.0
...
1.0 fixes WIP RFC
2018-08-10 11:02:58 +01:00
Michael Krabbe Borregaard
3849700a28
readstring -> read
2018-08-09 17:03:44 +01:00
Michael Krabbe Borregaard
3dd0049973
No longer overload broadcast
2018-08-09 17:00:17 +01:00
Michael Krabbe Borregaard
8e6ccf1b20
typo fix
2018-08-09 16:55:30 +01:00
Michael Krabbe Borregaard
c544dbbbb7
rename mimewritable
2018-08-09 16:53:37 +01:00
Michael Krabbe Borregaard
5205ac38ad
Implement new iterator protocol
2018-08-09 16:53:27 +01:00
Michael Krabbe Borregaard
0143807515
Remove deprecated endof
2018-08-09 16:52:43 +01:00
Michael Krabbe Borregaard
5176ab1382
Merge pull request #1625 from mkborregaard/master
...
No longer include files for Revise
2018-08-09 16:31:56 +01:00
Daniel Schwabeneder
b0d54f7c5d
Merge pull request #1623 from JuliaPlots/fbot/deps
...
Fix deprecations
2018-08-09 14:16:47 +02:00
Michael Krabbe Borregaard
96f0335af4
No longer include files for Revise
...
This is no longer necessary in 0.7
2018-08-09 12:46:09 +01:00
Michael Krabbe Borregaard
572f8ebfde
Merge pull request #1624 from mkborregaard/master
...
Remove Dates from Require again
2018-08-09 12:42:33 +01:00
Michael Krabbe Borregaard
07a8d844d2
Remove dates again
2018-08-09 12:41:56 +01:00
Michael Krabbe Borregaard
c48abef5f8
Merge pull request #1622 from mkborregaard/master
...
Change dep to julia 0.7 and add Dates to Require
2018-08-09 09:28:23 +01:00
Michael Krabbe Borregaard
9b3679792d
change dep to 0.7 and add Dates to require
2018-08-09 09:26:36 +01:00
Michael Krabbe Borregaard
cb00983db3
Allow bin to be a heterogeneous Tuple
...
fix #https://github.com/JuliaPlots/StatPlots.jl/issues/156
2018-08-09 09:13:34 +01:00
femtocleaner[bot]
83686866cc
Fix deprecations
2018-08-08 12:42:18 +00:00
Daniel Schwabeneder
7a49249384
Merge pull request #1619 from daschw/init
...
fix merge conflicts
2018-08-08 10:34:40 +03:00
Daniel Schwabeneder
0548793bfd
remove Juno requires code
2018-08-08 09:28:30 +02:00
Daniel Schwabeneder
cd770f70c0
fix merge conflict relicts
2018-08-08 09:24:37 +02:00
Daniel Schwabeneder
a3f1950a18
Merge pull request #1616 from apalugniok/ticks
...
Make xticks!/yticks! behave like plot(xticks!/yticks! = ). (Fixes #1605 )
2018-08-07 07:15:16 -08:00
Daniel Schwabeneder
1874c28cad
Merge pull request #1601 from daschw/requires
...
RFC: use Requires.jl for backend dependencies
2018-08-07 07:14:21 -08:00
Daniel Schwabeneder
317f01a6b4
fix init.jl
2018-08-06 18:02:19 +02:00
Daniel Schwabeneder
5e8eff074d
require PyCall
2018-08-06 17:55:02 +02:00
Andrew Palugniok
db028f2774
Make xticks!/yticks! behave like plot(xticks!/yticks! = )
2018-08-05 14:29:00 +01:00
Daniel Schwabeneder
a82a154be9
remove old juno inti code
2018-08-04 06:45:18 +02:00
Daniel Schwabeneder
af01927807
add init.jl
2018-08-04 06:44:12 +02:00
Daniel Schwabeneder
f60aac93ab
use Requires.jl for backend dependencies
2018-08-04 06:44:12 +02:00
Daniel Schwabeneder
4860bf3f19
Merge pull request #1615 from pfitzseb/sp/junodisplay
...
Fix display on Juno 0.7
2018-08-04 06:05:00 +02:00
Sebastian Pfitzner
adf2af82b4
fix display on Juno 0.7
2018-08-03 12:37:12 +02:00
Josef Heinen
15ddc5f06c
Merge remote-tracking branch 'upstream/master'
2018-08-01 13:18:22 +02:00
Josef Heinen
8d16563014
Update gr.jl
2018-08-01 13:12:48 +02:00
Josef Heinen
3559b539e3
gr: use correct text bounding box for mathtex
2018-07-31 16:06:37 +02:00
Daniel Schwabeneder
da765a5eec
Merge pull request #1610 from daschw/pyplot-thickness
...
fix pyplot thickness_scaling (fix #1606 )
2018-07-28 08:53:03 +02:00
Daniel Schwabeneder
c2e8b5a1fa
Merge pull request #1611 from daschw/pyplot-thickness
...
Fix pyplot thickness and 0.6 backports release
2018-07-26 17:03:48 +02:00
Daniel Schwabeneder
72c4962e97
prepare backports release
2018-07-26 16:43:05 +02:00
Daniel Schwabeneder
789cf1d66b
fix legend frame
2018-07-25 23:39:55 +02:00
Daniel Schwabeneder
64ec922d7f
fix thickness_scaling in pyplot
2018-07-25 23:32:02 +02:00
Daniel Schwabeneder
85b3aefd67
add init.jl
2018-07-20 17:15:43 +02:00
Daniel Schwabeneder
af0dabec99
use Requires.jl for backend dependencies
2018-07-19 22:33:36 +02:00
Daniel Schwabeneder
de85983247
Merge pull request #1596 from wfrgra/minorgrid
...
Minorgrid and minor ticks
2018-07-17 17:54:38 +02:00
Will Grant
7eaae3a6d5
Add full keyword control of minor grid
2018-07-16 17:37:19 +10:00
Will Grant
403b57c076
extend ticks beyond major grid, to axis limits
2018-07-11 17:59:47 +10:00
Will Grant
dd434b89d2
add minor grid and tick marks. Works, but doesn't extend beyond major ticks
2018-07-11 17:17:45 +10:00
Daniel Schwabeneder
1a3d58e09b
Merge pull request #1594 from fredrikekre/fe/0.72
...
additional fixes
2018-07-05 09:01:26 +02:00
Fredrik Ekre
89ae239743
adjust CI scripts
2018-07-05 08:46:17 +02:00
Fredrik Ekre
c785d1509b
additional fixes
2018-07-05 08:33:14 +02:00
Daniel Schwabeneder
9e412555bb
Merge pull request #1585 from JuliaPlots/julia0.7
...
Switch to 0.7 on master
2018-07-05 08:14:03 +02:00
Daniel Schwabeneder
0717805773
more deprecation fixes
2018-07-04 22:33:51 +02:00
Daniel Schwabeneder
d045c5a390
Merge pull request #1592 from JuliaPlots/revert-1591-fbot/deps
...
Revert "Fix deprecations"
2018-07-04 21:10:31 +02:00
Daniel Schwabeneder
3cc0d0c735
Revert "Fix deprecations"
2018-07-04 21:10:08 +02:00
Daniel Schwabeneder
9a3c727532
Merge pull request #1591 from JuliaPlots/fbot/deps
...
Fix deprecations
2018-07-04 21:08:10 +02:00
Daniel Schwabeneder
a7f2484d45
fix some deprecation warnings
2018-07-04 20:56:13 +02:00
Daniel Schwabeneder
96d97699a0
Merge pull request #1588 from daschw/julia0.7
...
fix Pkg.installed
2018-07-03 20:02:22 +02:00
Daniel Schwabeneder
e92e832258
fix Pkg.installed
2018-07-03 19:59:03 +02:00
femtocleaner[bot]
3a769549d8
Fix deprecations
2018-07-02 20:33:16 +00:00
Daniel Schwabeneder
0eab0dc680
Merge pull request #1583 from daschw/release
...
prepare release
2018-07-01 10:11:07 +02:00
Daniel Schwabeneder
2b48f50de4
prepare release
2018-07-01 10:06:49 +02:00
Daniel Schwabeneder
fa60eacfc5
Merge pull request #1572 from daschw/widen
...
Widen axes for most series types and log scales
2018-07-01 09:52:29 +02:00
Daniel Schwabeneder
d2a4136d4f
Merge pull request #1582 from daschw/test
...
don't checkout PlotUtils in tests
2018-07-01 09:33:19 +02:00
Daniel Schwabeneder
7d88a746ea
don't checkout PlotUtils in tests
2018-07-01 09:27:11 +02:00
Daniel Schwabeneder
7f4537bdc6
Merge pull request #1577 from JuliaPlots/pv/webio
...
WebIO integration for PlotlyJS backend
2018-07-01 08:44:40 +02:00
femtocleaner[bot]
d68829820b
Fix deprecations
2018-06-30 23:15:27 +00:00
Daniel Schwabeneder
9cf3036ab5
Merge pull request #1587 from daschw/julia0.7
...
remove StatPlots from tests
2018-07-02 00:28:22 +02:00
Daniel Schwabeneder
2467eb71c1
remove StatPlots from tests
2018-07-02 00:26:23 +02:00
Daniel Schwabeneder
345bb5d1aa
Merge pull request #1586 from daschw/julia0.7
...
use Pkg in travis commands
2018-07-02 00:19:54 +02:00
Daniel Schwabeneder
8d50828998
Merge branch 'julia0.7' into julia0.7
2018-07-02 00:03:27 +02:00
Daniel Schwabeneder
201de82baf
fix some things in tests
2018-07-02 00:00:40 +02:00
Daniel Schwabeneder
99519ac3da
use Pkg in travis commands
2018-07-01 23:48:56 +02:00
Daniel Schwabeneder
a575ab7c74
Merge branch 'master' into julia0.7
2018-07-01 23:30:40 +02:00
Daniel Schwabeneder
c4f79814df
Merge pull request #1584 from daschw/julia0.7
...
julia 0.7 fixes
2018-07-01 23:24:38 +02:00
Daniel Schwabeneder
6135f6271c
julia 0.7 fixes
2018-07-01 21:40:48 +02:00
Andrew Palugniok
8ef70f07f0
Merge pull request #1576 from apalugniok/hover-zcolor
...
Fix hover and zcolor interaction in Plotly (Fixes #1567 )
2018-06-28 08:28:42 +01:00
Andrew Palugniok
17b7e37885
Merge pull request #1575 from apalugniok/flip-plotly
...
Fix axis flip on Plotly (Fixes #1556 )
2018-06-28 08:28:01 +01:00
Pietro Vertechi
35c17044e1
prepare output
2018-06-27 15:39:54 +01:00
Pietro Vertechi
7085d98f41
webio integration
2018-06-27 15:24:50 +01:00
Andrew Palugniok
ee73e32b0e
Fix hover and zcolor interaction in Plotly.
2018-06-26 18:26:13 +01:00
Andrew Palugniok
371430c172
Fix axis flip on Plotly.
2018-06-26 12:18:22 +01:00
Daniel Schwabeneder
495753b517
Merge pull request #1573 from yha/plotly-log-noticks
...
Plotly: fix log scale with no ticks
2018-06-25 15:59:12 +02:00
yharel
211be0a863
Setting axis scale regardless of ticks
2018-06-25 00:42:36 +03:00
Daniel Schwabeneder
12c9a8e6c3
plots_heatmap
2018-06-24 19:01:06 +02:00
Daniel Schwabeneder
fb5d9e0c01
Merge pull request #1571 from daschw/pgf_dpi
...
New attributes for PGFPlots
2018-06-24 18:05:14 +02:00
Daniel Schwabeneder
61a2d962c0
widen most seriestypes including logscales
2018-06-24 11:03:56 +02:00
Daniel Schwabeneder
440622830a
disregard dpi for pgfplots
2018-06-24 00:34:11 +02:00
Daniel Schwabeneder
2652990432
annotations
2018-06-23 23:44:43 +02:00
Daniel Schwabeneder
652e2f27b6
implement font rotation
2018-06-23 23:38:38 +02:00
Daniel Schwabeneder
77a82eaa6a
implent font size and colors
2018-06-23 23:24:09 +02:00
Daniel Schwabeneder
624a181b23
implement axis and grid arguments and corresponding thickness_scaling
2018-06-23 21:47:01 +02:00
Daniel Schwabeneder
865ac52442
pgf_thickness_scaling for series linewidths and markers
2018-06-23 19:39:25 +02:00
Daniel Schwabeneder
4f064d7c02
Merge pull request #1561 from daschw/size
...
Fix size and dpi for GR and PyPlot
2018-06-23 09:14:52 +02:00
Daniel Schwabeneder
facb67e94e
Merge pull request #1570 from daschw/flip
...
fix flip for heatmap and image on GR (fix #1491 )
2018-06-23 07:34:24 +02:00
Daniel Schwabeneder
124c838e06
fix flip for heatmap and image on GR
2018-06-22 22:07:00 +02:00
Daniel Schwabeneder
026e894e1d
Merge pull request #1565 from daschw/fillrange
...
Fix fillrange with line segments on PyPlot and Plotly (fix #1563 )
2018-06-18 21:58:36 +02:00
Daniel Schwabeneder
2ed0f1661a
fix plotly fillrange
2018-06-18 19:55:09 +02:00
Daniel Schwabeneder
00f285cba3
fix pyplot fillrange
2018-06-18 19:45:43 +02:00
Daniel Schwabeneder
ddf5bf472f
Merge pull request #1562 from daschw/py_marker
...
fix markercolor as vector on pyplot (fix #1494 )
2018-06-18 09:22:13 +02:00
Daniel Schwabeneder
534c7799e5
fix markercolor as vector on pyplot
2018-06-17 22:20:20 +02:00
Daniel Schwabeneder
b254aaa081
Merge pull request #1559 from yha/log-heatmap
...
Log-scale heatmap edge computation
2018-06-16 21:24:23 +02:00
Daniel Schwabeneder
76f2860c74
fix gr
2018-06-16 20:38:46 +02:00
Daniel Schwabeneder
5ebcb77d0d
rename _gr_dpi_scale to _gr_thickness_scaling
2018-06-16 19:29:28 +02:00
Daniel Schwabeneder
4847752ef4
make dpi change plot size
2018-06-16 19:24:58 +02:00
Daniel Schwabeneder
84ec8d61ae
fix thickness_scaling in pyplot
2018-06-16 17:14:19 +02:00
Daniel Schwabeneder
0f13551b6d
fix margins on gr
2018-06-16 16:57:07 +02:00
Daniel Schwabeneder
3e66c6cce4
change DPI value back
2018-06-16 11:51:49 +02:00
yha
09de3a5e7a
GR heatmap: warning for non-equal spacing
2018-06-16 04:14:27 +03:00
yha
00483d4c0d
GR heatmap: warning for non-equal spacing
2018-06-16 04:07:21 +03:00
yha
1e3d10ad31
GR heatmap: warning for non-equal spacing
2018-06-16 03:13:13 +03:00
yha
dc31cd7103
A better heuristic for outer heatmap edges
2018-06-16 03:10:48 +03:00
yharel
cffb670f72
Merge branch 'master' of https://github.com/JuliaPlots/Plots.jl
2018-06-14 04:06:08 +03:00
yharel
781fea7431
Heatmap log scale fix
2018-06-14 02:59:04 +03:00
Daniel Schwabeneder
78b0b7e01d
Merge pull request #1557 from daschw/release
...
prepare release
2018-06-12 21:09:12 +02:00
Daniel Schwabeneder
e96367cd4b
prepare release
2018-06-12 21:07:45 +02:00
Daniel Schwabeneder
30af3c7f8a
Merge pull request #1547 from wfrgra/round_axis_limits
...
allow automatic widening of the axis limits to the next power of 10 …
2018-06-06 21:48:52 +02:00
Daniel Schwabeneder
264405827e
Merge pull request #1549 from daschw/plotly-lims
...
fix single subplot in plotly (fix #1485 )
2018-06-06 21:48:31 +02:00
Daniel Schwabeneder
083721bbc1
fix single subplot in plotly
2018-06-06 18:25:22 +02:00
Will Grant
91ed04ff83
update documentation in arg_desc with round limits option
2018-06-06 18:44:07 +10:00
Will Grant
cbbd4fd029
allow automatic widening of the axis limits to the next power of 10 with xlim/ylim = :round
2018-06-06 11:20:05 +10:00
Daniel Schwabeneder
f6bc7721a8
Merge pull request #1536 from fredrikekre/fe/_show
...
restructure some show methods
2018-06-05 13:15:26 +02:00
Fredrik Ekre
32ec9e82bf
make UnicodePlots print to the given io
...
and add support for text/plain in Plots own display_dict
fix #1514
2018-06-04 12:36:50 +02:00
Fredrik Ekre
69a7a8a04e
define show for more mime-types
2018-06-04 12:36:50 +02:00
Fredrik Ekre
ccb5194bb5
make fallback method a method of _show instead of show
...
fix #1529
2018-06-04 12:36:45 +02:00
Fredrik Ekre
2d280edf0c
forward showable call to _show instead of show since all backends return true otherwise
2018-06-04 10:15:13 +02:00
Daniel Schwabeneder
afe4817150
Merge pull request #1537 from fredrikekre/fe/fileio
...
only try the pdf -> png convert sometimes
2018-06-03 17:03:15 +02:00
Daniel Schwabeneder
6754b3746e
Merge pull request #1543 from daschw/ticks
...
set fallback tick specification for axes with discrete values
2018-06-03 16:21:54 +02:00
Daniel Schwabeneder
287f83f4d0
Merge pull request #1544 from daschw/pyplot-legend
...
PyPlot: fix bg_legend = invisible()
2018-06-03 16:21:32 +02:00
Daniel Schwabeneder
bf518a961e
clean up
2018-05-30 16:28:56 +02:00
Daniel Schwabeneder
4a55467eef
add plot_color
2018-05-30 16:20:19 +02:00
Daniel Schwabeneder
56cf5249f9
remove extra line
2018-05-30 16:18:56 +02:00
Daniel Schwabeneder
17e8bc6949
set legend alpha in pyplot
2018-05-30 16:13:39 +02:00
Daniel Schwabeneder
02ede8020f
fix tick conditions
2018-05-30 14:26:35 +02:00
Daniel Schwabeneder
54158a0340
check for dvals at the end
2018-05-30 13:59:16 +02:00
Daniel Schwabeneder
7ce96a4e3d
set fallback tick specification for axes with discrete values
2018-05-30 13:25:00 +02:00
Daniel Schwabeneder
2067b70445
Merge pull request #1535 from fredrikekre/fe/text/plain
...
add text/plain default, fix #1515
2018-05-22 14:29:16 +02:00
Fredrik Ekre
d02658e0ba
add text/plain default, fix #1515
2018-05-21 15:09:50 +02:00
Fredrik Ekre
27e68ed6a9
only try the pdf -> png convert if the backend support application/pdf mime
2018-05-21 14:49:18 +02:00
Daniel Schwabeneder
b3e0ac017f
Merge pull request #1534 from daschw/release
...
prepare release
2018-05-21 09:55:56 +02:00
Daniel Schwabeneder
8bc437a84e
prepare release
2018-05-21 09:53:58 +02:00
Daniel Schwabeneder
11e5a94fc4
Merge pull request #1528 from jdeldre/je/fixcontour
...
Contour plots with x,y in grid (i.e. multi-dimensional array) form
2018-05-18 16:06:08 +02:00
Daniel Schwabeneder
c11941cbc1
Merge pull request #1523 from daschw/seriesrecipe
...
update series attributes after processing series recipes fix (#1520 )
2018-05-18 16:00:35 +02:00
Jeff Eldredge
f792aea98e
Changed treatment of contour types, to allow for x,y in grid form, allowed by PyPlot backend
2018-05-16 11:19:10 -07:00
Daniel Schwabeneder
12e5937a91
Merge pull request #1525 from daschw/plotly-ribbon
...
Fix Plotly(JS) ribbon (fix #1518 )
2018-05-13 23:37:43 +02:00
Daniel Schwabeneder
60b9cd8789
remove space
2018-05-13 19:52:26 +02:00
Daniel Schwabeneder
41e4c80494
fix ribbon for plotly
2018-05-13 19:49:02 +02:00
Daniel Schwabeneder
bd2756c0bf
fix ribbon for plotly
2018-05-13 19:48:49 +02:00
Daniel Schwabeneder
1f3c4948c6
update series attributes after processing series recipes
2018-05-11 18:38:04 +02:00
Daniel Schwabeneder
062f9a195c
Merge pull request #1522 from daschw/recipe-colors
...
make get_*color functions return plot_color (markercolor in series recipes in GR)
2018-05-11 14:25:02 +02:00
Daniel Schwabeneder
a3e8af40b2
make get_***color return plot_color
2018-05-10 22:21:50 +02:00
Daniel Schwabeneder
49f4773e81
Merge pull request #1510 from chfin/segments-legendgroup-fix
...
Make series of shapes and segments toggle together in plotly[js] (fixes #1488 )
2018-05-06 21:46:10 +02:00
Daniel Schwabeneder
ee78385b4c
Merge branch 'master' into segments-legendgroup-fix
2018-05-06 09:37:08 +02:00
Daniel Schwabeneder
e99ccd0051
Merge pull request #1501 from daschw/integers
...
replace Int64 by Int
2018-05-06 09:31:52 +02:00
Daniel Schwabeneder
cbc022524b
Merge pull request #1511 from daschw/markercolors
...
fix marker arguments (fix #1503 fix #1505 )
2018-05-06 09:30:25 +02:00
Daniel Schwabeneder
34d9d042aa
update iter_segments for scatters
2018-05-05 21:42:08 +02:00
Daniel Schwabeneder
22f69a99e2
remove cfuncind in gr_draw_markers
2018-05-05 20:42:47 +02:00
Daniel Schwabeneder
4ee5539e3d
plotly fixes
2018-05-05 19:22:34 +02:00
Daniel Schwabeneder
048636e894
fix plotly marker_z colorbar
2018-05-05 18:50:57 +02:00
Daniel Schwabeneder
5797ad2d5b
fix plotly
2018-05-05 18:37:16 +02:00
Daniel Schwabeneder
ba9a8d52cc
pgfplots markercolors
2018-05-05 17:44:13 +02:00
Daniel Schwabeneder
ee18a9dd6c
plotly markercolors
2018-05-05 16:47:32 +02:00
Daniel Schwabeneder
517c2f456c
markercolors for pyplot
2018-05-05 16:22:41 +02:00
Christoph Finkensiep
e8734daa4d
add legendgroups to shapes/segments and remove gaps in legend
2018-05-05 12:27:16 +02:00
Daniel Schwabeneder
1fd7c6e2f1
fix args.jl
2018-05-05 01:10:07 +02:00
Daniel Schwabeneder
bc638ea06e
first gr tests
2018-05-05 00:57:29 +02:00
Michael K. Borregaard
5b0ba79a35
Update Travis commands for 0.7
2018-05-04 10:53:21 +02:00
Michael Krabbe Borregaard
173c7b2aec
Update julia version to 0.7
...
Isn't working yet.
2018-05-03 20:46:32 +02:00
Daniel Schwabeneder
fd37a9c660
replace Int64 by Int
2018-04-27 17:44:20 +02:00
Daniel Schwabeneder
fc460554e7
Merge pull request #1497 from daschw/markerstroke
...
fix markerstrokecolor = :auto (fix #1496 )
2018-04-25 17:56:20 +02:00
Daniel Schwabeneder
73490903a3
fix markerstrokecolor = :auto
2018-04-25 14:14:20 +02:00
Daniel Schwabeneder
964c0ac420
Merge pull request #1489 from daschw/pgf-contour
...
fix contours in PGFPlots (fix #1321 )
2018-04-18 17:28:26 +02:00
Daniel Schwabeneder
f59ad1620a
contour improvements: colorbar, contour_labels and levels
2018-04-18 16:13:28 +02:00
Daniel Schwabeneder
4797f18819
fix view for contours
2018-04-18 15:44:37 +02:00
Andrew Palugniok
b0d73a3314
Merge pull request #1442 from apalugniok/native-ticks
...
Fixes for :native axes. (Fixes #1435 and partly #1425 )
2018-04-17 12:38:23 +01:00
Michael Krabbe Borregaard
562e60f964
Merge pull request #1480 from ma-laforge/hdf5
...
Add support for Surface plots.
2018-04-15 12:50:36 +02:00
Daniel Schwabeneder
fde0fa673b
Merge pull request #1482 from daschw/release
...
prepare release
2018-04-13 17:09:12 +02:00
Daniel Schwabeneder
c93d5e7830
Merge pull request #1481 from daschw/gr-mindep
...
add minimal version for GR dependency
2018-04-13 16:43:01 +02:00
Daniel Schwabeneder
e305b973b2
Merge pull request #1477 from daschw/heatmap-recipe
...
RFC: WIP: Heatmap recipe
2018-04-13 16:42:31 +02:00
Daniel Schwabeneder
506d3611fd
prepare release
2018-04-13 16:33:38 +02:00
Daniel Schwabeneder
14b644777d
add minimal version for GR dependency
2018-04-13 16:21:18 +02:00
Daniel Schwabeneder
b9c23c75f4
Merge pull request #1380 from davidanthoff/always-install-gr
...
Add GR to REQUIRE
2018-04-13 16:18:37 +02:00
Daniel Schwabeneder
af60d03060
make alternative plots_heatmap seriestype
2018-04-13 16:14:03 +02:00
Andrew Palugniok
adb66cae9d
Merge pull request #1479 from apalugniok/pgfplots-scientific
...
Replace `×` with `\times` for PGFPlots. (Fixes #1464 )
2018-04-10 09:20:29 +01:00
Andrew Palugniok
aeaa0c5f8d
Fix axis limits for ticks = :native
2018-04-09 21:28:45 +01:00
Andrew Palugniok
b009da4b47
Fix :native DateTime and categorical ticks for Plotly.
2018-04-09 21:20:41 +01:00
Andrew Palugniok
8abd70bed8
Replace × with \times for PGFPlots.
2018-04-09 09:46:01 +01:00
Daniel Schwabeneder
91cd6c1954
Merge pull request #1443 from fedxa/fedxa-autosciaxis
...
Partial attempt to fix labeling to atomatically scientific notation
2018-04-09 10:40:26 +02:00
Daniel Schwabeneder
7a702489d0
fixes for plotly
2018-04-07 15:54:06 +02:00
Daniel Schwabeneder
d33331f650
Merge pull request #1476 from daschw/default-theme
...
allow to set the theme in PLOTS_DEFAULTS
2018-04-07 15:34:05 +02:00
Daniel Schwabeneder
8e3bd07c91
set line_z
2018-04-07 14:37:15 +02:00
Daniel Schwabeneder
ad55551819
allow to set the theme in PLOTS_DEFAULTS
2018-04-07 08:55:52 +02:00
Daniel Schwabeneder
1d38e50281
Merge pull request #1475 from daschw/pgf-legendmarker
...
Filled legend marker for filled areas in PGFPlots
2018-04-06 20:20:09 +02:00
Daniel Schwabeneder
cef0882e80
Merge pull request #1471 from hycakir/master
...
Remove SVG support for plotly, which is not there
2018-04-06 18:50:36 +02:00
Daniel Schwabeneder
5a07c4917e
fix multiple series
2018-04-06 18:37:57 +02:00
Daniel Schwabeneder
e498d091cd
filled legend marker for filled area in PGFPlots
2018-04-06 17:14:19 +02:00
Michael Krabbe Borregaard
8ba30c5453
Merge pull request #1474 from mkborregaard/master
...
Improve histogram2d bin estimation
2018-04-06 11:45:23 +02:00
Daniel Schwabeneder
685e2eaff7
implement heatmapr recipe
2018-04-06 10:32:45 +02:00
Michael K. Borregaard
6ca8471c64
Improve histogram2d bin estimation
...
The existing one would error when the correlation was high
2018-04-06 09:09:03 +02:00
Hamza Yusuf Çakır
e30f4652af
Remove SVG support, which is not there
...
plotly backend does not support SVG output. What it shows is the HTML output of Plotly backend.
This commit makes the request for SVG output to return an error as in PNG.
2018-04-05 02:53:50 +03:00
Daniel Schwabeneder
9acb89ba8a
Merge pull request #1467 from daschw/segments
...
Segments: vector arguments, line_z and fill_z for GR, PyPlot, Plotly(JS) and PGFPlots
2018-04-04 23:27:48 +02:00
Daniel Schwabeneder
9b9a775a41
fix test errors
2018-04-03 18:43:18 +02:00
Daniel Schwabeneder
a6f11cdb31
fix pyplot (leave commented lines for possible future work)
2018-04-02 23:21:57 +02:00
Daniel Schwabeneder
777642ef55
pyplot use linecollection only WITHOUT fillrange
2018-04-02 22:44:29 +02:00
Daniel Schwabeneder
d1d7fd258f
add fill_z and line_z to supported pgfplots attr
2018-04-02 22:14:50 +02:00
Daniel Schwabeneder
7e4635de26
fix transparency on GR
2018-04-02 22:11:22 +02:00
Daniel Schwabeneder
d7b2173066
fix linestyle in pyplot
2018-04-02 22:08:00 +02:00
Daniel Schwabeneder
55e9c8c9eb
implement fillrange, vector arguments, line_z and fill_z for pgfplots
2018-04-02 21:39:45 +02:00
Daniel Schwabeneder
c34e1d3c19
implement vector arguments, line_z and fill_z for plotly
2018-04-02 18:35:26 +02:00
Daniel Schwabeneder
f89b1ba303
implement vector arguments for GR and PyPlot
2018-04-02 00:41:13 +02:00
Daniel Schwabeneder
fc7b6dd0c6
some bug fixes
2018-03-31 18:41:43 +02:00
Daniel Schwabeneder
1b5240a513
introduce iter_segments(series::Series) considering certain vector series attributes
2018-03-31 18:18:58 +02:00
Christopher Rackauckas
4bcf43c84b
Update imgcomp.jl
2018-03-31 09:11:02 -07:00
Daniel Schwabeneder
b57abfd563
remove sp arg from get_linecolor and get_fillcolor
2018-03-31 14:45:12 +02:00
Daniel Schwabeneder
bfc26fa407
Merge pull request #1445 from daschw/infinite-objects
...
Infinite objects (fix #1422 )
2018-03-28 21:49:32 +02:00
Daniel Schwabeneder
e7b435b47f
Merge pull request #1454 from CarloLucibello/master
...
import filter from Base
2018-03-28 21:48:51 +02:00
CarloLucibello
dd6842522f
avoid import
2018-03-28 09:50:46 -07:00
Daniel Schwabeneder
f56d944870
hspan and vspan recipes
2018-03-28 11:32:23 +02:00
Daniel Schwabeneder
772b79306d
Merge pull request #1460 from daschw/pyplot-marker_z
...
PyPlot: fix markercolor in legend for marker_z with st = :path
2018-03-28 10:53:23 +02:00
Daniel Schwabeneder
4ef2c6286b
Merge pull request #1459 from daschw/mplot3d
...
import mplot3d in pyplot (fix #1457 )
2018-03-27 15:45:02 +02:00
Daniel Schwabeneder
a5f7c1b867
fix markercolor in legend for marker_z with st = :path
2018-03-27 14:24:26 +02:00
Daniel Schwabeneder
4d8ef2a008
import mplot3d in pyplot
2018-03-27 13:41:18 +02:00
CarloLucibello
8bc28d472f
import filter
2018-03-24 19:12:18 -04:00
piever
3753ab1b55
increase version number for tests
2018-03-22 20:37:27 +00:00
Pietro Vertechi
babc600915
Merge pull request #1450 from JuliaPlots/pv/release
...
update news
2018-03-22 14:22:03 -06:00
piever
b2f92e246e
update news
2018-03-22 19:39:18 +00:00
Fedor Bezrukov
92f9ccce5c
Added :plain formatter
2018-03-21 23:58:26 +00:00
Oliver Evans
1a67ca897c
Remove cache-busting from gif animation. Should be done by the frontend.
2018-03-21 12:25:06 -04:00
Daniel Schwabeneder
0ace28b784
extend straightline data beyond axes limits
2018-03-21 11:42:01 +01:00
Fedor Bezrukov
bd06f0c713
Fixed broken behaviour for function :formatter, and pgfplots
2018-03-21 10:07:09 +00:00
Fedor Bezrukov
4e5c88eb74
Fixed unicode display for plotly()
2018-03-21 00:12:57 +00:00
Daniel Schwabeneder
004ad15875
Merge pull request #1437 from daschw/plotly-bar
...
RFC: use bar recipe in plotly
2018-03-20 17:11:37 +01:00
Daniel Schwabeneder
1c0a731ff6
fix typo in glvisualize
2018-03-19 21:51:02 +01:00
Daniel Schwabeneder
9a5f42c251
infinite shapes
2018-03-19 21:34:55 +01:00
Daniel Schwabeneder
c8cdade884
:straightline for all backends
2018-03-19 16:24:23 +01:00
Daniel Schwabeneder
bbff66a041
glvisualize() :straightline
2018-03-19 14:55:38 +01:00
Fedor Bezrukov
6b6394ba97
Fixed bug introduced into GR Polar plot
2018-03-19 03:15:14 +00:00
Daniel Schwabeneder
d11c6a20bf
Merge pull request #1438 from daschw/categorical-ticks
...
allow ticks = :all and ticks = n::Int for categorical axes
2018-03-18 23:21:44 +01:00
Daniel Schwabeneder
6c396e1d88
Merge pull request #1436 from daschw/fill-magic
...
fix fill magic argument
2018-03-18 23:21:16 +01:00
Daniel Schwabeneder
bffd9bcb53
:straightline seriestype and gr implementation
2018-03-18 23:15:45 +01:00
Andrew Palugniok
7cee448d68
Merge pull request #1378 from apalugniok/dynamic-link-axes
...
Implement synchronized interactive linked axes for PyPlot and Plotly.
2018-03-18 19:48:09 +00:00
Fedor Bezrukov
c273bf6a7b
Partial attempt to fix label scaling to atomatically scientific notation.
...
Note, that the logic of replacing scientific notation in GR backend is a bit dodgy.
2018-03-18 17:57:27 +00:00
Daniel Schwabeneder
047a13a8dc
Merge pull request #1430 from yakir12/patch-2
...
add option to supress saved message
2018-03-16 11:28:28 +01:00
Daniel Schwabeneder
717aed5a06
allow ticks = :all and ticks = n::Int for categorical axes
2018-03-16 11:26:56 +01:00
Daniel Schwabeneder
7d58090e59
use bar recipe in plotly
2018-03-16 09:36:24 +01:00
Daniel Schwabeneder
501df8cfb9
allow passing Real or 2Tuple of Reals as fillrange for Plotly
2018-03-15 21:46:19 +01:00
Daniel Schwabeneder
7f6fe09a00
fix magic fill argument
2018-03-15 21:22:29 +01:00
Andrew Palugniok
d183d579cf
Link axes before adding series.
2018-03-15 19:13:38 +01:00
Yakir Luc Gagnon
bfa2fd2edc
add option to supress saved message
...
Added option `show_msg::Bool` to `buildanimation` to show/suppress the "Saved animation to..." message.
2018-03-14 12:01:01 +01:00
Pietro Vertechi
7c257a09f6
Partially address #1409 : group with named tuples ( #1429 )
...
* group with named tuples
* comma
2018-03-13 09:18:32 -06:00
Andrew Palugniok
da4111579d
Implement interactive linked axes for Plotly.
2018-03-07 15:09:25 +00:00
Andrew Palugniok
6b117234bc
Implement interactive linked axes for PyPlot.
2018-03-07 15:09:25 +00:00
Daniel Schwabeneder
c4bac660cf
Merge pull request #1420 from daschw/contour-fix
...
Contour improvements
2018-03-01 19:59:09 +01:00
Michael Krabbe Borregaard
ee2e7d509c
Merge pull request #1419 from sglyon/sl/plotly_mime
...
ENH: provide "application/vnd.plotly.v1+json" for Plotly and PlotlyJS backends
2018-03-01 07:41:12 +01:00
Spencer Lyon
461e93fc56
ENH: provide "application/vnd.plotly.v1+json" for Plotly and PlotlyJS backends
...
For use in jupyterlab and nteract
closes #1418
closes #1386
2018-02-28 17:26:53 -05:00
Daniel Schwabeneder
c74adc6521
check if a vector of the color black is passed to gr contour
2018-02-28 23:00:46 +01:00
Daniel Schwabeneder
7cc60d0b0c
fix single-color case for plotly
2018-02-28 22:53:36 +01:00
Daniel Schwabeneder
d8f0612f5a
implement contour_labels and partially vector of colors for Plotly(JS)
2018-02-28 22:51:06 +01:00
Daniel Schwabeneder
cd4b41a537
allow to pass a vector of colors for contour lines in PyPlot
2018-02-28 22:25:06 +01:00
Daniel Schwabeneder
fdb2ee2847
implement contour_labels for PyPlot and fix #1091
2018-02-28 22:10:45 +01:00
Daniel Schwabeneder
9c4cc5acda
GR colorbar fixees
2018-02-28 21:27:34 +01:00
Daniel Schwabeneder
f901254519
add contour_labels attribute and minor GR contour fixes
2018-02-28 21:19:18 +01:00
Daniel Schwabeneder
18032bb9af
Merge pull request #1414 from daschw/bar
...
default bar width for plots with only one bar (fix #1413 )
2018-02-26 10:32:06 +01:00
Daniel Schwabeneder
a7a5fe36f9
default to a bar width of _bar_width for bar plots with only one data point
2018-02-26 10:03:02 +01:00
Daniel Schwabeneder
32e1536955
Merge pull request #1411 from daschw/pyplot-marker
...
replace hline and vline marker shapes with _ and | on pyplot (fix #1188 )
2018-02-26 09:15:55 +01:00
Daniel Schwabeneder
77c2ee6782
replace hline and vline marker shapes with _ and | on pyplot
2018-02-25 09:52:26 +01:00
Andrew Palugniok
dbe5b78307
Merge pull request #1395 from apalugniok/native-ticks
...
Add :native option to ticks attribute (Fixes #1382 )
2018-02-24 13:41:56 +00:00
Michael Krabbe Borregaard
9578fe03b9
Merge pull request #1408 from piever/plotlyjs
...
make plotlyjs use html in ijulia
2018-02-24 12:09:04 +01:00
piever
ef48b66ac4
fix plotly
2018-02-24 01:55:59 +00:00
piever
b9d586c009
make plotlyjs use html in ijulia
2018-02-24 01:35:30 +00:00
Andrew Palugniok
1d51982cb0
Fix non-native lims for ticks = :native on PyPlot.
2018-02-23 10:56:57 +00:00
Daniel Schwabeneder
046985277d
Merge pull request #1399 from massemanet/fix-ijulia-integration
...
fix IJulia integration (fix #1365 )
2018-02-23 11:44:16 +01:00
Daniel Schwabeneder
d679337700
Merge pull request #1405 from daschw/contour
...
Make contourf work with uniform data
2018-02-23 11:01:56 +01:00
Daniel Schwabeneder
2d5f896069
Merge pull request #1403 from daschw/pyplot-colorbar
...
reduce pyplot colorbar size for z values with very small or big abs vals
2018-02-23 11:01:24 +01:00
Daniel Schwabeneder
de51beebe8
ensure non-unique clims
2018-02-21 17:47:11 +01:00
Andrew Palugniok
80b25657bc
Merge pull request #1401 from apalugniok/pgfplots-extra-brackets
...
Prevent addition of curly braces around style string. (Fixes #1396 )
2018-02-21 16:09:46 +00:00
Daniel Schwabeneder
0db60348aa
reduce pyplot colorbar size for z values with very small or big absolute values
2018-02-21 17:03:23 +01:00
Andrew Palugniok
5017024557
Fix handling of discrete values with ticks = :native for Plotly.
2018-02-21 14:50:32 +00:00
Andrew Palugniok
94863d69b1
Consider all ticks = false aliases in backends.
2018-02-21 10:17:13 +00:00
Andrew Palugniok
06466b060f
Implement :native ticks option.
2018-02-21 10:09:57 +00:00
Daniel Schwabeneder
3ac9f3d9cc
Merge pull request #1376 from grahamas/master
...
Allow animation frame saving frequency to be a variable.
2018-02-20 09:29:13 +01:00
Daniel Schwabeneder
d335a0221d
Merge pull request #1398 from daschw/time
...
add Dates.Time recipe (fix #1391 )
2018-02-20 09:27:02 +01:00
Daniel Schwabeneder
a118d73871
Merge pull request #1400 from daschw/step-ribbon
...
consider fillrange in step recipes (fix #1393 )
2018-02-20 09:26:07 +01:00
Daniel Schwabeneder
6c13d87a00
remove old make_steps function
2018-02-18 22:59:37 +01:00
Daniel Schwabeneder
9e2264c841
consider fillrange in step recipes
2018-02-18 22:49:27 +01:00
Daniel Schwabeneder
c0248069a1
add Dates.Time recipe
2018-02-17 23:33:55 +01:00
Andrew Palugniok
5ba4c10a18
Prevent addition of curly braces around style string.
2018-02-17 17:32:53 +00:00
mats cronqvist
82ceb71bd0
fix IJulia integration
2018-02-16 14:46:45 +01:00
Andrew Palugniok
a4636fd88d
Merge pull request #1390 from apalugniok/plotly-annotations
...
Fix misplaced Plotly annotations. (Fixes #1356 )
2018-02-11 19:08:18 +00:00
Andrew Palugniok
e19e25473c
Fix misplaced Plotly annotations.
2018-02-11 10:36:12 +00:00
MA Laforge
bde415edd7
Add support for Surface plots.
2018-02-06 06:26:07 -05:00
David Anthoff
2004090ce5
Remove GR clone in travis tests
2018-02-05 12:34:39 -08:00
David Anthoff
18ea542cc4
Add GR to REQUIRE
2018-02-05 09:21:06 -08:00
Graham A Smith
11a856fbb3
Allow animation frame saving frequency to be a variable.
2018-01-31 13:12:32 -06:00
Andrew Palugniok
1ed7899296
Merge pull request #1362 from apalugniok/cropped-image
...
Fix image axis limits and add image movement and resizing.
2018-01-19 15:41:41 +00:00
Andrew Palugniok
a79a40b1e8
Allow manual flipping of yaxis for images.
2018-01-18 18:21:26 +00:00
Andrew Palugniok
d4075a1ef5
Allow movement and resizing of images.
2018-01-18 16:23:39 +00:00
Andrew Palugniok
99f3b7ae99
Fix axis limits for images.
2018-01-18 16:23:39 +00:00
Daniel Schwabeneder
fcb5b355b1
Merge pull request #1361 from daschw/group
...
fix grouping of series_annotations
2018-01-18 11:13:43 +01:00
Daniel Schwabeneder
43d26af34d
Merge pull request #1360 from daschw/pyplot
...
Update pyplot backend
2018-01-18 11:06:27 +01:00
Daniel Schwabeneder
5e1c67c042
fix grouping of series_annotations
2018-01-18 10:44:35 +01:00
Daniel Schwabeneder
11ef2be506
update pyart3D
2018-01-17 15:18:36 +01:00
Andrew Palugniok
0f9bb7793c
Merge pull request #1331 from apalugniok/subplot-labeling
...
RFC: Subplot labeling. Fixes #998
2018-01-15 23:02:40 +00:00
Daniel Schwabeneder
decd7c2f60
Merge pull request #1354 from apalugniok/cropped-image
...
Fix axis limits not cropping image. Fixes #1296
2018-01-15 14:35:48 +01:00
Daniel Schwabeneder
edf88ffdf6
Merge pull request #1353 from wkearn/wsk-bugfix-1329
...
Check if any of the iterator args are zero
2018-01-15 14:34:49 +01:00
Daniel Schwabeneder
435a7c809b
Merge pull request #1352 from wkearn/wsk-bugfix-1823
...
Uncomment convertToAnyVector for Date/DateTime
2018-01-15 14:34:32 +01:00
Andrew Palugniok
d79c66e5b6
Add position aliases.
2018-01-14 11:46:41 +00:00
Andrew Palugniok
10a8520805
Add subplot labeling via annotations.
2018-01-14 11:46:41 +00:00
Will Kearney
cf6c16102b
Use isempty rather than iszero
2018-01-13 13:57:03 -05:00
Will Kearney
32baaea5cb
Check if any of the iterator args are zero
...
Fixes #1329
2018-01-13 11:20:33 -05:00
Andrew Palugniok
27e2795576
Fix deprecation.
2018-01-13 16:18:08 +00:00
Andrew Palugniok
c21f3810b9
Fix axis limits not cropping image.
2018-01-13 15:44:52 +00:00
Will Kearney
877e7ab940
Uncomment convertToAnyVector for Date/DateTime
...
Fixes #1283
2018-01-13 10:07:27 -05:00
Daniel Schwabeneder
7a9a871be3
Merge pull request #1351 from daschw/gr-loglabels
...
gr: fix labels with logscales
2018-01-11 22:23:15 +01:00
Daniel Schwabeneder
de31ce1c73
Merge pull request #1350 from daschw/tests
...
update version for tests
2018-01-11 22:16:59 +01:00
Daniel Schwabeneder
8b6dba8301
fix labels with logscales
2018-01-11 21:26:33 +01:00
Daniel Schwabeneder
af859b4c13
update version in NEWS.md
2018-01-11 20:30:47 +01:00
Daniel Schwabeneder
9b5295ff00
update version for tests
2018-01-11 20:11:59 +01:00
Josef Heinen
c1a94d704e
Merge pull request #1349 from jheinen/master
...
fixed problems with labels in scientific notation
2018-01-11 03:45:24 +01:00
Josef Heinen
c2b56878fc
fixed problems with labels in scientific notation
2018-01-10 20:30:10 +01:00
Josef Heinen
4757bd89c0
Merge pull request #1249 from apalugniok/pgfplots-scaled-ticks
...
WIP: Fix scientific formatter for PGFPlots and GR. Fixes #1241
2018-01-10 19:05:13 +01:00
Michael Krabbe Borregaard
1e56bf939d
Merge pull request #1347 from mkborregaard/master
...
update news for 0.14.3
2018-01-10 11:38:38 +01:00
Michael K. Borregaard
dbd5ae46dd
update news
2018-01-10 11:38:11 +01:00
Daniel Schwabeneder
7c6095b6e8
Merge pull request #1344 from daschw/heatmap-alpha
...
allow transparency in heatmaps (fix #1342 )
2018-01-09 10:19:04 +02:00
Daniel Schwabeneder
04888646e7
fix gr
2018-01-08 13:50:16 +01:00
Daniel Schwabeneder
f6ed3fbb76
allow transparency in heatmaps
2018-01-08 12:50:46 +01:00
Daniel Schwabeneder
7bf2918438
Merge pull request #1324 from wkearn/plotlyjs_rgba
...
Map rgba_string over :color vector and cycle through result
2018-01-08 12:44:47 +02:00
Daniel Schwabeneder
92fefc7089
Merge pull request #1340 from wkearn/framestyle_ticks
...
Add a check for ticks==nothing or false
2018-01-08 11:51:10 +02:00
Will Kearney
e6df4d977d
Add a check for ticks==nothing or false
...
Fixes #1336
2018-01-06 14:54:57 -05:00
Andrew Palugniok
62ca787e6e
Fix scientific formatter for GR and PGFPlots.
2017-12-23 00:35:44 +00:00
Andrew Palugniok
32d59fff61
Turn off scaled ticks for PGFPlots.
2017-12-22 23:29:50 +00:00
Andrew Palugniok
1949b6fe0f
Merge pull request #1330 from apalugniok/pyplot-alphaImages
...
Fix PyPlot ignoring alpha values of images. Fixes #1131
2017-12-19 14:19:32 +00:00
Andrew Palugniok
95a5b5025a
Fix PyPlot ignoring alpha values of images
2017-12-19 12:05:11 +00:00
Daniel Schwabeneder
aa22fd2ff2
Merge pull request #1328 from daschw/gr-grid3d
...
fix gr 3d grid appearance
2017-12-18 22:57:47 +01:00
Daniel Schwabeneder
50df9a70c9
fix gr 3d grid appearance
2017-12-18 22:15:57 +01:00
Michael Krabbe Borregaard
6d88e150d0
Merge pull request #1327 from mkborregaard/master
...
Don't return false from abline!
2017-12-18 09:20:36 +01:00
Michael K. Borregaard
b1817e513b
Don't return false
2017-12-18 09:19:31 +01:00
Michael Krabbe Borregaard
ce737a9491
Merge pull request #1326 from mkborregaard/master
...
Don't add `abline!` if outside plot window
2017-12-18 09:17:36 +01:00
Michael K. Borregaard
6ff4dce62a
Don't add abline! if outside plot window
2017-12-18 09:16:51 +01:00
Will Kearney
89b5582d0d
Map rgba_string over :color vector and cycle through result
2017-12-17 16:13:35 -05:00
Daniel Schwabeneder
09c5e8a375
Merge pull request #1323 from daschw/plottheme
...
Reduce number of ticks in heatmap in showtheme recipe
2017-12-17 17:21:18 +01:00
Daniel Schwabeneder
a1a7dcd6b8
reduce tick number in heatmap plot
2017-12-17 17:04:05 +01:00
Daniel Schwabeneder
d223d872fb
Merge pull request #1322 from daschw/line_z
...
Fix line_z
2017-12-17 17:01:28 +01:00
Andrew Palugniok
91eaa32ad7
Merge pull request #1320 from apalugniok/pyplot-legend
...
Fix mismatched legend color when linecolor is given. Fixes #1319
2017-12-17 16:00:08 +00:00
Daniel Schwabeneder
6cdccf4353
add missing 'series'
2017-12-17 16:44:20 +01:00
Josef Heinen
ac9aee97fd
Merge pull request #1318 from jheinen/master
...
gr: improve PNG output (resolution)
2017-12-17 13:07:16 +01:00
Josef Heinen
5be95be9ae
gr: improve PNG output (resolution)
2017-12-17 12:52:20 +01:00
Andrew Palugniok
e402f5dfce
Fix mismatched legend color when linecolor is given.
2017-12-16 20:11:11 +00:00
Michael Krabbe Borregaard
61be113714
Merge pull request #1317 from apalugniok/3d-marker_z
...
3D marker_z handling. Fixes #1205
2017-12-16 10:08:13 +01:00
Andrew Palugniok
a637f43edd
Only base clims on z values when series is colored by z.
2017-12-15 22:49:46 +00:00
Daniel Schwabeneder
4bb43887a4
Merge pull request #1314 from daschw/showtheme
...
update showtheme recipe
2017-12-15 14:04:19 +01:00
Daniel Schwabeneder
802b20be6f
update showtheme recipe
2017-12-15 10:30:56 +01:00
Michael K. Borregaard
216a9c3666
reactivate precompilation
2017-12-15 09:24:00 +01:00
Michael K. Borregaard
d52b2a9adc
update news
2017-12-15 09:22:20 +01:00
Michael K. Borregaard
81782c3927
turn off precompilation
2017-12-15 09:18:37 +01:00
Michael Krabbe Borregaard
2c2ebbba0e
Merge pull request #1313 from joshday/jd/fix-histogram
...
Fix plotly histogram
2017-12-15 09:15:06 +01:00
Josh Day
3d323a734d
fix plotly histogram
2017-12-15 00:22:05 -05:00
Michael Krabbe Borregaard
93263a61b1
Merge pull request #1301 from JuliaPlots/sd/fixlines
...
fix JuliaGL/GLVisualize.jl#238
2017-12-15 05:04:38 +01:00
Michael Krabbe Borregaard
8b551e5285
Merge pull request #1311 from apalugniok/ribbons
...
Fix ribbons slicing for several series. Fixes #1302
2017-12-14 22:13:44 +01:00
Michael Krabbe Borregaard
e11c91ddd9
Merge pull request #1308 from rdeits/line-z-example
...
add line_z and marker_z example
2017-12-14 22:05:30 +01:00
Andrew Palugniok
938c83533b
Fix slicing of ribbons.
2017-12-14 19:25:59 +00:00
Daniel Schwabeneder
46136d616f
Merge pull request #1310 from daschw/release
...
precompile on
2017-12-14 11:33:19 +01:00
Daniel Schwabeneder
8fe902e96c
precompile on
2017-12-14 11:29:55 +01:00
Daniel Schwabeneder
2fb7dddffb
Merge pull request #1309 from daschw/release
...
prepare release
2017-12-14 11:25:30 +01:00
Daniel Schwabeneder
5d1876ab6d
precompile off
2017-12-14 11:03:52 +01:00
Daniel Schwabeneder
1aa4e7eee6
update news.md
2017-12-14 11:02:59 +01:00
Daniel Schwabeneder
995e12bd57
Merge pull request #1279 from daschw/plottheme
...
New PlotTheme type
2017-12-14 09:38:49 +01:00
Robin Deits
349b6e8254
fix typo
2017-12-13 18:59:15 -05:00
Robin Deits
ee6dbb9ac7
add line_z and marker_z example
2017-12-13 18:55:48 -05:00
Daniel Schwabeneder
5b85cd83f2
Merge pull request #1307 from wkearn/pyplot_legend_style
...
Add linestyle argument to the legend
2017-12-13 22:27:59 +01:00
Will Kearney
1645c3f66b
Add linestyle argument to the legend
...
This fixes #1305
2017-12-13 15:07:54 -05:00
Michael Krabbe Borregaard
084d45141d
Merge pull request #1304 from joshday/jd/histogram
...
plotly: bar_width and stroke_width support for bar plots
2017-12-12 21:50:45 +01:00
Josh Day
50bec7a461
cleanup
2017-12-12 15:18:17 -05:00
Josh Day
f80afddd8f
add strokewidth and bar_width for plotly's bar
2017-12-12 15:15:12 -05:00
Andrew Palugniok
5d2c630b05
Merge pull request #1299 from apalugniok/gr-logticks
...
Fix default log scale ticks in GR backend. Fixes #1203
2017-12-12 17:37:07 +00:00
Andrew Palugniok
f655b2313c
Fix default log scale ticks in GR backend.
2017-12-12 16:45:26 +00:00
SimonDanisch
2a819c2849
fix JuliaGL/GLVisualize.jl#238
2017-12-11 12:34:21 +01:00
Michael Krabbe Borregaard
0ef13dcf7a
Merge pull request #1300 from mkborregaard/master
...
RFC: abline! does not change axis limits; fix : #1297
2017-12-11 12:12:52 +01:00
Michael K. Borregaard
5e5f3c1e95
abline! does not change axis limits
2017-12-11 10:26:33 +01:00
Daniel Schwabeneder
c76ca2dd6e
add showtheme recipe
2017-12-11 09:27:02 +01:00
Daniel Schwabeneder
ab490b8f95
Merge pull request #1295 from wkearn/font_bugfix
...
Use the :fontsize keys so the scalefontsizes command works
2017-12-08 09:52:17 +01:00
Will Kearney
bd42d9e7cc
Use the :fontsize labels so the scalefontsizes command works
...
Fixes #1294
2017-12-07 20:56:54 -05:00
Michael Krabbe Borregaard
e3d8f4a223
Merge pull request #1291 from mkborregaard/postrelease
...
reactivate precompilation
2017-12-07 13:13:57 +01:00
Michael K. Borregaard
34567e1282
reactivate precompilation
2017-12-07 13:12:02 +01:00
Michael Krabbe Borregaard
acfb14a1f5
Merge pull request #1289 from mkborregaard/master
...
update news
2017-12-07 13:11:03 +01:00
Michael K. Borregaard
6a3495819a
update news
2017-12-07 13:10:26 +01:00
Michael Krabbe Borregaard
bf6e8d3c1f
Merge pull request #1288 from mkborregaard/add-scatterpath
...
added scatterpath series recipe
2017-12-07 12:04:08 +01:00
Michael Krabbe Borregaard
66f08cc1a3
fix typo on docstring
2017-12-07 08:52:09 +01:00
Michael Krabbe Borregaard
470012501b
Merge pull request #1286 from mforets/patch-1
...
say how to get the list of attributes in `?plot`
2017-12-07 08:51:19 +01:00
Marcelo Forets
986bd02e5e
Update plot.jl
2017-12-06 22:33:47 -03:00
Michael K. Borregaard
9b8510ab3e
added scatterpath series recipe
2017-12-06 23:19:35 +01:00
Marcelo Forets
0db9710e0f
say how to get the list of attributes in ?plot
2017-12-06 17:46:35 -03:00
Michael Krabbe Borregaard
7f231057fd
Merge pull request #1284 from JuliaPlots/tbreloff-patch-1
...
change author section
2017-12-06 07:01:26 +01:00
Tom Breloff
bb687e47cc
change author section
2017-12-05 21:14:08 -05:00
Daniel Schwabeneder
0f3928ec9a
fix kw support
2017-12-05 22:29:56 +01:00
Daniel Schwabeneder
a8380334df
fix kw support
2017-12-05 22:28:22 +01:00
Daniel Schwabeneder
70bead1eb1
support old PlotTheme type
2017-12-05 22:09:18 +01:00
Michael Krabbe Borregaard
df63530b89
Merge pull request #1282 from wkearn/wsk/scale-fix
...
Update iterator properly in _subplot_setup
2017-12-05 20:44:08 +01:00
Daniel Schwabeneder
34dedd36e6
Merge pull request #1281 from hayatoikoma/fix_grayimg
...
Fix the display of an grayscale image for image-nonsupported backends
2017-12-05 19:43:38 +01:00
Will Kearney
eb6c15caba
Update iterator properly
...
This seems to fix #1266
2017-12-05 13:12:10 -05:00
Hayato Ikoma
39a7815f80
Fix the display of an grayscale image for image-nonsupported backends
2017-12-05 08:54:54 -08:00
Daniel Schwabeneder
4bbe367aab
Merge pull request #1278 from JackDevine/master
...
Examples are limited to 90 columns.
2017-12-05 16:53:41 +01:00
Daniel Schwabeneder
7d50c7e4fe
Merge pull request #1280 from daschw/default-magic
...
Default magic
2017-12-05 16:51:49 +01:00
JackDevine
5d0adb1783
Add comma
2017-12-05 08:36:04 +13:00
Daniel Schwabeneder
81ef4bdee8
remove _magic_arguments
2017-12-04 19:45:21 +01:00
Daniel Schwabeneder
2cf365d36d
Allow magic arguments in default()
2017-12-04 19:34:02 +01:00
Daniel Schwabeneder
22d8ecffe5
fix typo
2017-12-04 15:53:45 +01:00
Daniel Schwabeneder
b987331b4f
update new heme() function
2017-12-04 14:54:35 +01:00
Jack Devine
eff8159d46
Merge branch 'master' into master
2017-12-04 22:44:31 +13:00
Jack Devine
f0e4f4dc9d
Merge branch 'master' into master
2017-12-04 22:42:26 +13:00
JackDevine
e02a70249e
Examples are limited to 90 columns.
...
Thanks @daschw for pointing out the correct place to make these
changes. I have also changed the explanation texts, which may be a
little overkill, but I do think that the style guides apply to Markdown
string too (could be wrong though).
2017-12-04 22:34:45 +13:00
Daniel Schwabeneder
899afd625a
add new heme() function
2017-12-04 09:16:00 +01:00
Daniel Schwabeneder
863ec08681
Merge pull request #1274 from daschw/pyplot-framestyle_grid
...
PyPlot: set tick marks color to match grid color for framestyle = :grid
2017-12-02 10:16:08 +01:00
Daniel Schwabeneder
28c958fb20
set tick marks color to grid color for framestyle = :grid
2017-12-01 16:14:59 +01:00
Daniel Schwabeneder
4c9f4a55d5
Merge pull request #1271 from daschw/gr-legend
...
allow to change the foreground_color_legend in gr
2017-11-30 16:50:18 +01:00
Daniel Schwabeneder
a7fcf77251
allow to change the foreground_color_legend in gr
2017-11-30 16:26:48 +01:00
Daniel Schwabeneder
a57745ed64
Merge pull request #1270 from daschw/grid
...
Extend grid lines to axes limits for GR (and GLVisualize)
2017-11-30 13:00:48 +01:00
Daniel Schwabeneder
dd16c7d560
extend grid lines to axes limits
2017-11-30 11:47:20 +01:00
Daniel Schwabeneder
7f3780a20d
Merge pull request #1269 from daschw/tests
...
use new StatPlots df syntax in testexamples
2017-11-30 11:16:10 +01:00
Daniel Schwabeneder
99c8713e7f
Merge pull request #1268 from daschw/contour-fill
...
fix axes limits for fill=true in 3d plots (fix #1267 )
2017-11-30 11:15:53 +01:00
Daniel Schwabeneder
49eb2c426d
update testexample 30
2017-11-30 11:05:05 +01:00
Daniel Schwabeneder
4c55ff5df8
use new StatPlots df syntax in testexamples
2017-11-30 11:01:12 +01:00
Daniel Schwabeneder
714f8dea1d
fix axes limits for fill=true in 3d plots
2017-11-30 09:45:09 +01:00
Josef Heinen
1419a919aa
Merge pull request #1260 from jheinen/master
...
gr: added support for non-string legend labels
2017-11-22 21:46:38 +01:00
Josef Heinen
6d4717fc96
gr: added support for non-string legend labels
2017-11-22 21:26:53 +01:00
Josef Heinen
6a8f4caee3
Merge pull request #1258 from jheinen/master
...
gr: fix 'hidden window' problem after savefig
2017-11-21 14:58:12 +01:00
Josef Heinen
dbf96a69d7
gr: fix 'hidden window' problem after savefig
2017-11-21 14:45:00 +01:00
Daniel Schwabeneder
0519f18bd7
Merge pull request #1257 from daschw/pyplot-fonts
...
fix guidefontamily typo in pyplot
2017-11-20 16:56:38 +01:00
Daniel Schwabeneder
f7765c80b8
fix guidefontamily typo in pyplot
2017-11-20 16:54:05 +01:00
Daniel Schwabeneder
f2e2ffa170
Merge pull request #1255 from daschw/fonts
...
Allow setting fonts in recipes (fix #555 )
2017-11-20 15:17:33 +01:00
Daniel Schwabeneder
b2a816452d
Merge pull request #1242 from biggsbiggsby/patch-1
...
Generate a palette for each gif frame; Fixes #1239
2017-11-20 11:01:28 +01:00
Daniel Schwabeneder
299e9a85f2
Merge pull request #1253 from romainFr/pull-request/c01d8199
...
Plotly : always define range explicitely. Solves axis linking #1124
2017-11-20 08:40:12 +01:00
Daniel Schwabeneder
ad34863bd6
Merge pull request #1254 from daschw/axes-limits
...
expand axes extrema for heatmap edges
2017-11-20 08:40:01 +01:00
Daniel Schwabeneder
129a91b36f
update arg description
2017-11-19 21:18:04 +01:00
Daniel Schwabeneder
78f10de8cd
update inspectdr
2017-11-19 20:44:22 +01:00
Daniel Schwabeneder
189b2e5cd6
update glvisualize
2017-11-19 20:36:26 +01:00
Daniel Schwabeneder
d4f67ec3b5
update glvisualize
2017-11-19 20:31:28 +01:00
Daniel Schwabeneder
7ec54b9c2e
update plotly(js)
2017-11-19 19:54:52 +01:00
Daniel Schwabeneder
60d20ea998
update pyplot
2017-11-19 18:15:22 +01:00
Daniel Schwabeneder
e80a73cc1c
fix magic font argument and cascading font defaults
2017-11-19 16:59:54 +01:00
Daniel Schwabeneder
6e51a08694
fix errors
2017-11-19 15:36:11 +01:00
Daniel Schwabeneder
0da6f6b4a4
update gr
2017-11-19 15:32:30 +01:00
Daniel Schwabeneder
ba3e75e710
fix errors
2017-11-19 15:16:49 +01:00
Daniel Schwabeneder
8fee5e0de7
implement titlefont legendfont tickfont and guidefont functions to construct font objects from subplots and axes
2017-11-19 14:58:30 +01:00
Daniel Schwabeneder
68a060b7eb
implement titlefont, legendfont, tickfont and guidefont magic keyword arguments
2017-11-19 14:31:30 +01:00
Daniel Schwabeneder
9f5be974b6
add fontfamily, fontsize, fonthalign, fontvalign, fontrotation, fontcolor keywords
2017-11-19 14:02:49 +01:00
Daniel Schwabeneder
ea976d5f08
expand axes extrema for heatmap edges
2017-11-19 12:53:11 +01:00
Daniel Schwabeneder
892d68e792
Merge pull request #1251 from daschw/pyplot-legend
...
PyPlot: change legend symbols for shapes and filled plots
2017-11-18 08:43:23 +01:00
Romain Franconville
5a0744e2f1
Remove commented code
2017-11-17 16:06:14 -05:00
Romain Franconville
c01d8199f9
Also include scaling
2017-11-17 15:29:55 -05:00
Romain Franconville
df023d6bdb
Always define axis range explicitely
2017-11-17 15:02:16 -05:00
Daniel Schwabeneder
4bfb562477
remove extra space
2017-11-17 13:01:13 +01:00
Daniel Schwabeneder
4bc01b92bd
avoid too big linewidths in legend
2017-11-17 12:59:20 +01:00
biggsbiggsby
ee0f4e11ea
Update animation.jl
...
Changed palette for each frame to an option, made the default palette a lossless bmp file for best quality/filesize, but still compatible with FFMPEG 3.4 on Win7 x64
2017-11-17 12:35:36 +01:00
Daniel Schwabeneder
1aa780f0a2
change legend symbols for shapes and filled plots on pyplot
2017-11-17 11:33:10 +01:00
biggsbiggsby
cf58f3cbf2
Update animation.jl
...
Generates a color palette for each frame (instead of each animation) to improve quality, and avoid palette file format issues in FFMPEG 3.4
2017-11-17 10:30:23 +01:00
Michael Krabbe Borregaard
18619e9010
Merge pull request #1246 from huckl3b3rry87/pull-request/ae37dce0
...
allow legend to be outside for pgfplots()
2017-11-14 20:33:20 +00:00
Huckleberry Febbo
ae37dce0f3
allow legend to be outside for pgfplots()
2017-11-14 13:43:17 -05:00
Michael Krabbe Borregaard
e48831d092
Merge pull request #1243 from apalugniok/polar-output
...
Correct polar tick alignment for PGFPlots.
2017-11-14 15:05:15 +01:00
Andrew Palugniok
99f25ef744
Fix typo.
2017-11-14 13:49:53 +00:00
biggsbiggsby
acf6e86c0f
gif animation.jl
...
Change palette from png to gif to avoid png encoding bug in ffmpeg
2017-11-14 09:39:59 +01:00
Michael Krabbe Borregaard
19192b622b
Merge pull request #1224 from hessammehr/master
...
Fix for #1138
2017-11-13 17:06:03 +01:00
Michael Krabbe Borregaard
183f399341
Merge pull request #1208 from apalugniok/polar-output
...
Polar plots consistency
2017-11-13 05:17:46 +01:00
Andrew Palugniok
240c1efab9
Improve default radial axis padding.
2017-11-12 18:09:08 +00:00
Andrew Palugniok
8bbdb0f1b8
Adds radial data filtering for points within axis limits.
2017-11-12 18:08:40 +00:00
Daniel Schwabeneder
ecee135a63
Merge pull request #1230 from daschw/pgfplots-legend-symbols
...
change pgfplots legend symbol for shapes and filled plots (fix #1215 )
2017-11-09 09:57:43 +01:00
Daniel Schwabeneder
51d4630405
change pgfplots legend symbol for shapes and filled plots
2017-11-08 22:02:40 +01:00
Michael Krabbe Borregaard
60e7695546
Merge pull request #1228 from PallHaraldsson/patch-1
...
Typo?
2017-11-07 12:29:10 +01:00
Páll Haraldsson
6d14a858a3
Typo?
...
Guessing here, 0.2.0 must be really old?
2017-11-07 11:11:46 +00:00
Andrew Palugniok
08a6f3af36
Allow custom radial ticks for GR. Fix polar ylims for non-zero ymin values in GR.
2017-11-05 10:37:51 +00:00
Andrew Palugniok
cc43202e8f
Fix radial axis tick alignment for GR.
2017-11-04 23:04:49 +00:00
Hessam Mehr
8fb3f3b1c9
Fixed for #1138
2017-11-04 15:20:41 -07:00
Andrew Palugniok
2fe2ff474c
Implement grid attributes for polar plots.
2017-11-04 21:27:02 +00:00
Andrew Palugniok
f0ad851aa7
Make radial axis vertical.
2017-11-03 19:45:17 +00:00
Daniel Schwabeneder
ab29a712c0
Merge pull request #1221 from daschw/gr-contour-lw
...
allow setting the linewidth for contour plots in GR
2017-11-03 11:50:30 +01:00
Daniel Schwabeneder
8dd264c4da
remove unnecessary line
2017-11-03 10:15:55 +01:00
Daniel Schwabeneder
40282ae23a
allow setting the linestyle for contours on GR
2017-11-03 10:02:16 +01:00
Josef Heinen
ed75369c6d
Merge pull request #1220 from jheinen/master
...
gr: use correct aspect ratio (fixes #1219 )
2017-11-02 22:15:30 +01:00
Josef Heinen
b34f4141a2
Update gr.jl
2017-11-02 21:53:11 +01:00
Daniel Schwabeneder
5d5d8f073a
allow setting the linewidth for contour plots in GR
2017-11-02 20:38:06 +01:00
Josef Heinen
f690961af2
gr: use correct aspect ratio ( fixes #1219 )
2017-11-02 20:12:11 +01:00
Andrew Palugniok
12aa43ff5f
Fix deprecations.
2017-11-02 16:33:05 +00:00
Andrew Palugniok
4f171e3eb5
Add handling of polar axes.
2017-11-02 16:32:57 +00:00
Daniel Schwabeneder
671f5c3a68
Merge pull request #1213 from daschw/fillrange
...
Make `fill = true` fill to zero
2017-10-31 09:21:47 +01:00
Daniel Schwabeneder
1f12185441
Merge pull request #1214 from apalugniok/plotly-colorbar
...
Fix colorbar always displaying in Plotly. (Fixes #1211 )
2017-10-31 09:21:31 +01:00
Andrew Palugniok
a3e599e38d
Fix colorbar always displaying in Plotly.
2017-10-30 19:50:02 +00:00
Daniel Schwabeneder
5a3779e431
fill = true fills to 0
2017-10-30 10:49:22 +01:00
Michael Krabbe Borregaard
5ddcdef1b4
Merge pull request #1210 from mkborregaard/master
...
add hline marker to pgfplots
2017-10-27 19:22:11 +02:00
Michael K. Borregaard
7b6b44b284
add hline to pgfplots
2017-10-27 15:52:32 +02:00
Michael Krabbe Borregaard
a691d5c7e8
Merge pull request #1187 from anowacki/movie-compatibility
...
Animations: improve movie compatibility when using ffmpeg
2017-10-25 11:44:03 +02:00
Josef Heinen
7cf40b16df
Merge pull request #1206 from jheinen/master
...
gr: implement title location
2017-10-24 20:06:00 +02:00
Josef Heinen
ad6b707abf
gr: implement title location
2017-10-24 19:50:18 +02:00
Andy Nowacki
133052b58c
Animations: improve movie compatibility when using ffmpeg
...
Add the -pix_fmt yuv420p option when using ffmpeg to save
animations with the mov or mp4 commands. This improves
compatibility of the movie files since many players do not
support the ffmpeg defaults.
To do this, add a third positional argument to `buildanimation`
to specify if we want an animated GIF file. The default
is `true`.
See the following for more information:
- https://trac.ffmpeg.org/wiki/Encode/H.264 ('Compatibility')
- https://apple.stackexchange.com/questions/166553/why-wont-video-from-ffmpeg-show-in-quicktime-imovie-or-quick-preview
2017-10-23 14:16:12 +01:00
Michael Krabbe Borregaard
226bf7e705
Merge pull request #1199 from mkborregaard/make-revise-possible
...
Make revise possible
2017-10-21 07:40:53 +02:00
Michael K. Borregaard
cdcbdc308c
include backend files
2017-10-20 22:45:04 +02:00
Daniel Schwabeneder
5bfa6151ac
Merge pull request #1195 from apalugniok/pgfplots-logticks
...
Fix log scale ticks LaTeX error for PGFPlots. (fixes #1192 )
2017-10-19 17:38:44 +02:00
Daniel Schwabeneder
020760f0c8
Merge pull request #1190 from daschw/tests
...
Minor test_example changes (close #1162 )
2017-10-19 17:38:25 +02:00
Andrew Palugniok
0c4750547a
Fix LaTeX error for log scale ticks.
2017-10-19 15:30:45 +01:00
Michael Krabbe Borregaard
9c46509f84
Merge pull request #1185 from H-M-H/animation_fix
...
Use ffmpeg & palette to create gifs, closes #1050
2017-10-18 22:28:56 +02:00
Daniel Schwabeneder
928a2d646b
Merge pull request #1189 from daschw/spy
...
use fg_color for matrices with unique non-zeros in spy recipe
2017-10-18 21:31:54 +02:00
Daniel Schwabeneder
7ffd1fc9c2
some further improvements for framestyle and group testexamples
2017-10-18 21:24:28 +02:00
Daniel Schwabeneder
6d4f456826
fix framestyle testexample
2017-10-18 21:06:37 +02:00
Daniel Schwabeneder
e78bf87377
update some test_examples
2017-10-18 20:51:43 +02:00
Daniel Schwabeneder
c76fc5b909
use fg_color for matrices with unique non-zeros in spy recipe
2017-10-18 20:47:06 +02:00
Michael Krabbe Borregaard
eecd14f53a
Merge pull request #1036 from JuliaPlots/fbot/deps
...
Fix deprecations
2017-10-17 21:45:13 +02:00
femtocleaner[bot]
ef29b4a5b0
Fix deprecations
2017-10-17 09:59:09 +00:00
Daniel Schwabeneder
d6748792e9
Merge pull request #1184 from daschw/gr-box-flip
...
fix combination of box framestyle and flip on gr
2017-10-17 09:23:47 +02:00
Daniel Schwabeneder
ae9c26504d
Merge pull request #1183 from daschw/spy
...
spy recipe: change default color for matrices with unique values
2017-10-17 09:23:25 +02:00
HMH
7f7b543e18
Use ffmpeg & palette to create gifs, closes #1050
...
First let ffmpeg generate a colorpalette so it uses the limited amount
of colors available properly and only then create the actual gif using
the generated palette. This replaces convert completely as it yields far
worse results for long gifs and is considerably slower.
2017-10-16 23:53:00 +02:00
Daniel Schwabeneder
2464d7bd9a
fix combination of box framestyle and flip on gr
2017-10-16 21:46:23 +02:00
Daniel Schwabeneder
3ce71999e2
spy recipe: change default color for matrices with unique values
2017-10-16 21:24:13 +02:00
Daniel Schwabeneder
7f9d83c088
Merge pull request #1168 from darwindarak/dd/reset-defaults
...
RFC: Add (back?) ability to reset defaults
2017-10-16 20:17:02 +02:00
Daniel Schwabeneder
e8f6e7b56c
Merge pull request #1181 from daschw/colorbar
...
Fix GR annotations with colorbar (fix #1179 )
2017-10-16 19:19:03 +02:00
Daniel Schwabeneder
94c0957e11
draw colorbar in the end
2017-10-16 18:04:46 +02:00
Michael Krabbe Borregaard
b0ffe03c99
Merge pull request #1178 from JuliaPlots/patch-appveyor-readme
...
Fix appveyor badge
2017-10-15 13:01:03 +02:00
Michael Krabbe Borregaard
8ea878a2a2
Fix appveyor badge
2017-10-15 12:43:15 +02:00
Michael Krabbe Borregaard
bbbab914d8
Merge pull request #1177 from JuliaPlots/revert-1176-no_copy
...
Revert "Don't copy input arguments - fix #1175 "
2017-10-14 22:56:12 +02:00
Michael Krabbe Borregaard
735a45b4e9
Revert "Don't copy input arguments - fix #1175 "
2017-10-14 22:55:23 +02:00
Michael Krabbe Borregaard
a4558302f2
Merge pull request #1176 from mkborregaard/no_copy
...
Don't copy input arguments - fix #1175
2017-10-14 22:39:00 +02:00
Michael K. Borregaard
d8ba26f790
Don't copy input arguments into d
2017-10-14 08:52:51 +02:00
Michael Krabbe Borregaard
dcc3055dec
Merge pull request #1174 from mkborregaard/fix_hist_weights
...
fix `weights` in `histogram`; closes #1173
2017-10-13 17:09:06 +02:00
Michael K. Borregaard
6db7116db9
add weights argument to histogram example
2017-10-13 17:08:26 +02:00
Michael K. Borregaard
422988b3f6
fix weights in histogram
2017-10-13 12:38:56 +02:00
Michael Krabbe Borregaard
2f04c5fec8
Merge pull request #1141 from apalugniok/apalugniok-test2
...
Adds camera attribute for 3D plots.
2017-10-13 00:26:39 +02:00
Pietro Vertechi
e811aa44b0
Merge pull request #1164 from piever/svg
...
fix #750 : save svg plotlyjs
2017-10-12 14:09:41 +01:00
Darwin Darakananda
4c7ab232d5
Add (back?) ability to reset defaults
2017-10-11 10:25:54 -07:00
Daniel Schwabeneder
fc42641469
Merge pull request #1163 from daschw/gr-flip
...
fix flip for GR
2017-10-11 14:53:40 +02:00
Michael Krabbe Borregaard
b71cfce105
Merge pull request #1155 from mkborregaard/newspy
...
RFC: New spy implementation
2017-10-11 09:01:58 +02:00
Pietro Vertechi
be55c1ad6f
save svg plotlyjs
2017-10-10 23:29:18 +01:00
Daniel Schwabeneder
979a846298
fix flip for GR
2017-10-10 23:26:39 +02:00
Daniel Schwabeneder
a4c59ce964
Merge pull request #1153 from daschw/gr-marker_z
...
Fix marker_z for 3D plots on GR (test example 24) (fix #1152 )
2017-10-10 21:06:01 +02:00
Daniel Schwabeneder
208c70f933
Merge pull request #1161 from daschw/tests
...
update version for tests
2017-10-10 19:51:47 +02:00
Daniel Schwabeneder
9dcbc06b3d
update version for tests
2017-10-10 19:50:45 +02:00
Josef Heinen
e3f6da382d
Merge pull request #1158 from jheinen/master
...
gr: fixed colorbar problem for flipped axes
2017-10-10 12:20:49 +02:00
Josef Heinen
cc201ce4e7
gr: fixed colorbar problem for flipped axes
2017-10-10 10:54:29 +02:00
Michael K. Borregaard
08bdd11410
New spy implementation
2017-10-09 21:19:32 +02:00
Daniel Schwabeneder
bac192d825
remove unnecessary lines
2017-10-09 17:20:36 +02:00
Daniel Schwabeneder
55c968f138
fix marker_z for 3D plots - draw colorbar once per series
2017-10-09 17:13:44 +02:00
Andrew Palugniok
6df2bc2790
Clarify gr.jl setspace() rounding syntax.
2017-10-09 11:40:04 +01:00
Andrew Palugniok
f8576c7135
Remove :view alias for :camera attribute.
2017-10-09 11:33:24 +01:00
Daniel Schwabeneder
7d220f571d
Merge pull request #1142 from daschw/line_z
...
Fix linestyle on GR (fix #1139 )(fix #1123 )
2017-10-08 13:50:43 +02:00
Christopher Rackauckas
eda1ebe36b
Fix docs link
...
Ugh, flubbed that one. There's the `http://`
2017-10-07 13:24:03 -07:00
Christopher Rackauckas
ae4288719f
Merge pull request #1145 from JuliaPlots/ChrisRackauckas-patch-3
...
New docs page link
2017-10-07 13:22:53 -07:00
Christopher Rackauckas
a016b655f4
New docs page link
2017-10-07 13:06:08 -07:00
Andrew Palugniok
f4bc2e0649
Convert :camera attribute input for GR.
2017-10-07 20:05:53 +01:00
Andrew Palugniok
cf6f7035b6
Added extra :camera aliases.
2017-10-07 20:05:05 +01:00
Daniel Schwabeneder
cb7498a30d
fix linestyle on gr
2017-10-07 21:02:14 +02:00
Andrew Palugniok
ccb3cadd2a
Implemented camera attribute for Plotly/PlotlyJS.
2017-10-06 20:47:04 +01:00
Andrew Palugniok
0fb1a0ed6b
Implemented camera attribute for PGFPlots.
2017-10-06 20:47:04 +01:00
Andrew Palugniok
94e79f1e4c
Implemented camera attribute for PyPlot.
2017-10-06 20:46:25 +01:00
Andrew Palugniok
65a28e76e5
Implemented camera attribute for GR.
2017-10-06 20:46:25 +01:00
Andrew Palugniok
0c5a9172ab
Added camera attribute processing.
2017-10-06 20:46:25 +01:00
Daniel Schwabeneder
1c21a0d609
Merge pull request #1132 from darwindarak/dd/pyplot-linez
...
RFC: Fix `line_z` for PyPlot backend (fix #1021 )
2017-10-06 09:24:57 +02:00
Darwin Darakananda
16d18552f8
Allow line_z to specify color across multiple lines
2017-10-05 20:49:17 -07:00
Daniel Schwabeneder
001cb80cfe
Merge pull request #1120 from daschw/axis-false
...
showaxis attribute
2017-10-05 23:17:55 +02:00
Daniel Schwabeneder
bd14d9c07b
Merge pull request #1108 from AnkurD/colorbar
...
Colorbar takes font style from Y Axis
2017-10-05 13:58:41 +02:00
Michael Krabbe Borregaard
08bbde327f
Merge pull request #1135 from mkborregaard/drop-travis-pyplot
...
Drop tests for pyplot (temporarily)
2017-10-05 13:42:45 +02:00
Michael K. Borregaard
12488bf2b0
Drop tests for pyplot (temporarily)
...
revisit 12 oct
2017-10-05 13:24:21 +02:00
Michael Krabbe Borregaard
4bf0d69f79
Merge pull request #1133 from JackDevine/legend-markers
...
PyPlot legends now show marker types.
2017-10-05 12:58:02 +02:00
Michael K. Borregaard
78e3b69cc5
prec
2017-10-05 12:30:29 +02:00
Michael K. Borregaard
531a38bc39
no prec
2017-10-05 12:28:52 +02:00
Michael K. Borregaard
77fa5454e2
remember backticks
2017-10-05 12:27:51 +02:00
Michael Krabbe Borregaard
0cd382a1ce
Merge pull request #1129 from mkborregaard/fix-function-vector
...
Apply automatic limits for vectors of functions
2017-10-05 12:26:04 +02:00
Michael K. Borregaard
9fc0c98722
precompile
2017-10-05 12:25:04 +02:00
Michael Krabbe Borregaard
af23074820
Merge pull request #1134 from mkborregaard/patch-release
...
ready for release
2017-10-05 12:22:52 +02:00
Michael K. Borregaard
fdf2d5b20b
ready for release
2017-10-05 12:22:12 +02:00
Michael K. Borregaard
b37f2141a1
Also import px and pct into PlotMeasures
...
Necessary for example 29 to work
2017-10-05 12:12:54 +02:00
JackDevine
520dc80eeb
Added marker strokes
2017-10-05 22:58:18 +13:00
JackDevine
878fa48afa
PyPlot legends now show marker types.
2017-10-05 21:35:38 +13:00
Darwin Darakananda
514cd1bd37
normalize colors even when plotting without colorbars
2017-10-04 15:10:36 -07:00
Darwin Darakananda
f5ee5ea814
Fix line_z for PyPlot backend
...
`LineCollection` expects an array with pairs of coordinates,
corresponding to the starting and ending points of each segment.
2017-10-04 14:26:35 -07:00
Daniel Schwabeneder
e3b0f7cd94
pgfplots: remove axis arrows and implement origin and zerolines framestyles
2017-10-04 13:40:56 +02:00
Michael K. Borregaard
5567038cec
simplify
2017-10-04 11:47:20 +02:00
Michael K. Borregaard
0327c9101e
slight refactor for clarity
2017-10-04 11:44:20 +02:00
Michael K. Borregaard
3d86d5f530
Apply automatic limits for vectors of functions
2017-10-04 11:38:32 +02:00
Michael K. Borregaard
073724a84c
reactivate
2017-10-03 15:14:10 +02:00
Michael Krabbe Borregaard
6a129bfe92
Merge pull request #1128 from mkborregaard/hotfix-measures
...
Make Measures available in Plots in general too
2017-10-03 15:12:27 +02:00
Michael K. Borregaard
53a4c36aab
Make Measures available in Plots in general too
2017-10-03 15:12:01 +02:00
Michael Krabbe Borregaard
eb36f4eca0
Merge pull request #1127 from mkborregaard/release-13
...
Reactivate precompilation
2017-10-03 10:31:29 +02:00
Michael K. Borregaard
54838d386d
Reactivate precompilation
2017-10-03 10:31:05 +02:00
Michael Krabbe Borregaard
0235821f24
Merge pull request #1126 from mkborregaard/release-13
...
release-0.13
2017-10-03 10:29:39 +02:00
Michael K. Borregaard
efd116ec52
deactivate precompilation
2017-10-03 10:29:06 +02:00
Michael K. Borregaard
ff0f1c5c50
update news.md
2017-10-03 10:28:54 +02:00
Michael Krabbe Borregaard
6bbb26d2ea
Merge pull request #855 from mkborregaard/submodule-measure
...
Add submodule PlotMeasures (fix #821 )
2017-10-02 15:20:41 +02:00
Michael K. Borregaard
2a1140c0b3
include PlotMeasures in example 29
2017-10-02 15:07:16 +02:00
Michael Krabbe Borregaard
a80c7ada27
Merge pull request #1116 from jw3126/replaceD
...
replace d by plotattributes inside recipes
2017-10-02 14:46:11 +02:00
Michael Krabbe Borregaard
9bc6d0c7d1
Merge pull request #1122 from mkborregaard/bar_width_fix
...
Fix barwidth to minimum(diff) not mean(diff)
2017-10-02 11:16:25 +02:00
Michael K. Borregaard
f3566a4933
sort before taking diff
2017-10-02 10:02:39 +02:00
Michael K. Borregaard
cd958a6c68
Fix barwidth to minimum(diff) not mean(diff)
2017-10-02 08:53:41 +02:00
Michael K. Borregaard
4f6a920f72
Import Measures into Plots
2017-10-02 08:28:25 +02:00
Michael K. Borregaard
b717cf1dc0
Rename submodule to PlotMeasures
2017-10-02 08:24:59 +02:00
Michael K. Borregaard
33e5a51a28
add submodule Measure
2017-10-02 07:59:04 +02:00
Daniel Schwabeneder
ff751ca423
implement showaxis and basic framestyles for pgfplots
2017-10-01 20:29:46 +02:00
Daniel Schwabeneder
93df7f4367
implement showaxis for glvisualize
2017-10-01 19:09:24 +02:00
Josef Heinen
dca5a7ce4d
Merge pull request #1119 from apalugniok/master
...
Change GR default 3D view angles
2017-10-01 12:50:51 +02:00
apalugniok
bf4dd78a7d
Change GR default 3D view angles to match PyPlot
2017-10-01 10:29:44 +01:00
Jan Weidner
489e484117
bump required RecipesBase to 0.2.3
2017-09-29 23:24:58 +02:00
Jan Weidner
6e1cc8449b
replace d by plotattributes inside recipes
2017-09-29 23:09:34 +02:00
Daniel Schwabeneder
148ad8032f
implement showaxis for pyplot
2017-09-29 20:16:27 +02:00
Daniel Schwabeneder
6d53594850
implement showaxis for plotly
2017-09-29 15:09:28 +02:00
Daniel Schwabeneder
ee7a3b3686
general axis fixes and improvemennts
2017-09-29 13:41:54 +02:00
Daniel Schwabeneder
18188516ec
implement showaxis attribute for gr
2017-09-29 11:48:17 +02:00
Michael Krabbe Borregaard
bcc2f089be
Merge pull request #1115 from mkborregaard/default-function-limits
...
Function default x limits: fix #1109
2017-09-29 09:44:54 +02:00
Michael K. Borregaard
07843c00d3
Add negative ranges
2017-09-29 09:18:20 +02:00
Daniel Schwabeneder
de12915eba
Merge pull request #1112 from daschw/tick-orientation
...
Implement new tick_direction attribute for GR, Plotly(JS), PyPlot, GLVisualize and PGFPlots
2017-09-29 09:08:52 +02:00
Michael K. Borregaard
4395718e0c
Try to find default x axis limits where function is defined
2017-09-29 08:58:54 +02:00
Michael Krabbe Borregaard
913fdf5247
Merge pull request #1114 from mkborregaard/fix-1113
...
Don't delete attr when `plot(::Plot)` - fix #1113
2017-09-29 08:34:44 +02:00
Michael K. Borregaard
650c1730c9
Don't delete attr when plot(::Plot) - fix #1113
2017-09-28 23:32:25 +02:00
Daniel Schwabeneder
fba1c66499
Merge pull request #1110 from daschw/line_z
...
RFC: Implement line_z and fill_z for GR
2017-09-28 00:12:12 +02:00
Daniel Schwabeneder
1c04823877
reset tick size for gr and glvisualize
2017-09-28 00:07:58 +02:00
Daniel Schwabeneder
6c84624d71
fix pgfplots
2017-09-27 23:22:55 +02:00
Daniel Schwabeneder
69fa9e7b10
implement tick_direction for PGFPlots
2017-09-27 17:07:09 +02:00
Daniel Schwabeneder
350237a774
add tick_direction to supported arguments
2017-09-27 13:56:12 +02:00
Daniel Schwabeneder
b73ea55bbd
implement tick_direction for GR, PyPlot, Plotly and GLVisualize
2017-09-27 13:53:06 +02:00
Daniel Schwabeneder
9eac6a1db0
fix fillalpha
2017-09-26 17:40:54 +02:00
Daniel Schwabeneder
ea6ab46a13
fix fill_z for shapes (draw colorbar once)
2017-09-26 17:18:35 +02:00
Daniel Schwabeneder
5f84865365
implement fill_z and line_z for GR
2017-09-26 16:58:46 +02:00
AnkurD
5b3c41bd77
Colorbar takes font style from Y Axis
2017-09-26 17:22:17 +09:00
AnkurD
c6b7ff6c75
Colorbar takes font style from Y Axis
2017-09-26 17:16:03 +09:00
Daniel Schwabeneder
337a107168
different colors for different line segments in GR
2017-09-25 17:22:13 +02:00
Daniel Schwabeneder
a7485cc7f5
Merge pull request #1105 from daschw/plot-empty-any
...
Allow plotting empty Vector{Any} (fix #1078 )
2017-09-25 09:57:23 +02:00
Daniel Schwabeneder
8b4edae358
implement line_z for GR
2017-09-24 20:52:02 +02:00
Daniel Schwabeneder
b6dca5e9b1
Allow plotting empty Vector{Any}
2017-09-22 20:27:16 +02:00
Daniel Schwabeneder
371f0a6a73
Merge pull request #1092 from daschw/plotly-marker_z
...
fix marker_z for plotly
2017-09-21 22:04:16 +02:00
Michael Krabbe Borregaard
b777a2d3c8
Merge pull request #1096 from fedxa/fix_logscale
...
Fix for wrong setting of logscale for values below 1e-16
2017-09-20 07:46:16 +02:00
Fedor Bezrukov
bdfc4636f0
Fix for wrong setting of logscale for values below 1e-16
2017-09-19 23:22:36 +01:00
Daniel Schwabeneder
7ba128db71
fix marker_z for plotly
2017-09-17 19:14:44 +02:00
Daniel Schwabeneder
0f1d8478ce
Merge pull request #1089 from daschw/pyplot-colorbar
...
activate clims for inactive colorbar in pyplot
2017-09-15 20:04:57 +02:00
Daniel Schwabeneder
9eae2ad76b
remove unnecessary setting of needs_colorbar
2017-09-15 18:42:38 +02:00
Daniel Schwabeneder
f43f2956f5
activate clims for inactive colorbar
2017-09-15 18:39:56 +02:00
Daniel Schwabeneder
2dc03cc537
Merge pull request #1084 from daschw/pyplot-marker_z
...
Only one colorbar per subplot on pyplot
2017-09-13 09:17:36 +02:00
Michael Krabbe Borregaard
233b0d0de2
Merge pull request #1086 from anriseth/writemimefix
...
Use show instead of writemime for eps
2017-09-13 00:09:14 +02:00
Asbjørn Nilsen Riseth
dc9a044141
Use show instead of writemime for eps
2017-09-12 16:08:32 +01:00
Daniel Schwabeneder
518fba759f
only one colorbar per subplot in pyplot
2017-09-09 11:21:39 +02:00
Daniel Schwabeneder
7dfa1ec984
make GR use hascolorbar
2017-09-09 10:05:58 +02:00
Daniel Schwabeneder
da5a538f89
Merge pull request #1083 from daschw/gr-marker_z
...
Fix GR marker_z and clims (fix #1063 )
2017-09-09 09:36:06 +02:00
Daniel Schwabeneder
a518796736
reset runtests accuracy
2017-09-08 23:38:43 +02:00
Daniel Schwabeneder
13111b3779
fix marker_z for GR
2017-09-08 22:50:25 +02:00
Michael Krabbe Borregaard
8412d77067
Merge pull request #1082 from timholy/teh/nbins
...
histogram: ensure the number of bins is finite
2017-09-08 10:25:23 +02:00
Tim Holy
fe0ea168f3
histogram: ensure the number of bins is finite
2017-09-08 03:18:46 -05:00
Daniel Schwabeneder
af9d97d561
Merge pull request #1077 from daschw/seriestype-error
...
improve recipe error
2017-09-07 13:29:09 +02:00
Daniel Schwabeneder
478f5b6e20
Merge pull request #1079 from daschw/framestyle
...
implement framestyles for plotly(js) (fix #1075 )
2017-09-07 13:28:43 +02:00
Daniel Schwabeneder
c89b125b9a
implement framestyles for plotly(js)
2017-09-06 19:09:52 +02:00
Daniel Schwabeneder
a981dc71f9
Merge pull request #1057 from daschw/framestyle
...
RFC: Add :origin framestyle
2017-09-06 16:34:31 +02:00
Daniel Schwabeneder
331dd49326
improve recipe error
2017-09-06 16:03:39 +02:00
Michael Krabbe Borregaard
b69c37f1bb
Merge pull request #1073 from mkborregaard/fix-2dhistogram-bins
...
fix 2dhistogram bins
2017-09-06 10:15:03 +02:00
Michael K. Borregaard
20ef846c38
move bracket in Sturges
2017-09-05 22:42:05 +02:00
Michael K. Borregaard
cd9f00300c
Add correction for correlations
2017-09-05 16:02:52 +02:00
Michael K. Borregaard
d6e5b57a08
fix-2dhistogram-bins
2017-09-05 14:01:59 +02:00
Pietro Vertechi
d5e5d81ee2
Merge pull request #1062 from piever/groupedbar
...
WIP: allow to group user recipes
2017-09-05 08:53:26 +01:00
Pietro Vertechi
dee24e6f08
add kw support
2017-09-04 12:29:10 +01:00
Michael K. Borregaard
9a2a54b885
reactivate precompilation on master
2017-09-04 13:09:37 +02:00
Michael K. Borregaard
4c2b01ccb0
change version number for testing
2017-09-04 12:18:10 +02:00
Michael Krabbe Borregaard
ddf4136022
Merge pull request #1070 from JuliaPlots/release-0.12.4
...
Release 0.12.4
2017-09-04 12:05:07 +02:00
Michael K. Borregaard
4f8fc61689
Turn off precompile for release
2017-09-04 12:02:34 +02:00
Michael K. Borregaard
c8a7a050de
Update News.md with 12.4 improvements
2017-09-04 12:02:19 +02:00
Michael Krabbe Borregaard
fb04b3d78b
Merge pull request #1069 from daschw/seriestype-error
...
Seriestype error (fix #1068 )
2017-09-04 11:50:17 +02:00
Pietro Vertechi
0f28b59c5f
added support for 1 or 3 arguments to group as matrix
2017-09-04 10:24:43 +01:00
Pietro Vertechi
e2795341d9
moved group_as_matrix to Plots
2017-09-04 09:48:49 +01:00
Michael Krabbe Borregaard
04c20b84ad
Merge pull request #1053 from mkborregaard/wand_edges
...
Make wand edges possible in statplots
2017-09-03 17:30:17 +02:00
Michael Krabbe Borregaard
04f5d7e411
Merge pull request #1064 from mkborregaard/fix-barwidth
...
Change default bar width to 0.8
2017-09-03 17:28:47 +02:00
Michael Krabbe Borregaard
82877dc53e
Merge pull request #1009 from JackDevine/add-stride
...
Add stride to wireframe/surface
2017-09-03 07:35:35 +02:00
Jack Devine
c7eb22021f
Merge branch 'master' into add-stride
2017-09-03 13:04:32 +12:00
JackDevine
654fa0426b
Remove documentation
2017-09-03 12:53:49 +12:00
Daniel Schwabeneder
ae6c1c0c66
make it even more descriptive
2017-09-02 23:19:29 +02:00
Daniel Schwabeneder
b3f5939689
make seriestype error more descriptive
2017-09-02 22:58:26 +02:00
Josef Heinen
184404beac
Merge pull request #1065 from jheinen/master
...
gr: suppress default output in Juno
2017-09-02 08:03:01 -04:00
Daniel Schwabeneder
456b8258c3
add zerolines framestyle
2017-09-02 02:35:26 +02:00
Michael K. Borregaard
a1896d189c
Revert ordering
2017-09-01 16:31:13 +02:00
Michael K. Borregaard
e47dde9f41
simplify
...
but creates type instability
2017-09-01 16:26:49 +02:00
Michael K. Borregaard
4be19ba6d8
Make wand edges possible in statplots
2017-09-01 15:53:26 +02:00
Michael Krabbe Borregaard
73a2839e34
Merge pull request #1037 from mkborregaard/hist-description
...
changes default histogram bins
2017-09-01 13:20:12 +02:00
Michael Krabbe Borregaard
224472c90a
Merge pull request #1048 from mkborregaard/fix-margin-example
...
Reduce margin to 10 px
2017-09-01 10:40:37 +02:00
Michael K. Borregaard
d77be82a99
fix classic typo
2017-09-01 10:36:44 +02:00
Josef Heinen
4320c7b9fb
gr: suppress default output in Juno
2017-09-01 07:40:39 +02:00
Michael K. Borregaard
2dcf7fb3dd
Change default bar width to 0.8
2017-08-31 23:58:07 +02:00
Michael K. Borregaard
cd1913c008
Update bins description
2017-08-31 23:20:55 +02:00
Michael K. Borregaard
62694e4a93
Make Freedman-Diaconis the default
2017-08-31 23:19:00 +02:00
Michael K. Borregaard
e92fbadc3a
Update histogram normalization desc
2017-08-31 23:12:33 +02:00
Michael K. Borregaard
17c10bbe68
Reduce margin to 10 px
2017-08-31 23:01:46 +02:00
Pietro Vertechi
6c548f025e
wip groupedbar
2017-08-31 19:34:38 +01:00
Michael Krabbe Borregaard
cc15882faf
Merge pull request #1058 from mkborregaard/histogram-like
...
Make it possible for downstream users (e.g. StatPlots) to define that a seriestype is "histogram-like", "line-like" or "surface-like"
2017-08-31 08:39:16 +02:00
Daniel Schwabeneder
3fd745a5df
remove 0 tick label
2017-08-30 23:42:57 +02:00
Daniel Schwabeneder
5e968e0aa8
ticks to axes
2017-08-30 22:19:13 +02:00
Michael Krabbe Borregaard
1e3783b4dc
Merge pull request #1052 from mkborregaard/fix-appveyor
...
add nightly and 32-bit to allow-failures in Appveyor
2017-08-30 14:56:46 +02:00
Michael K. Borregaard
c355e02a20
add nightly and 32-bit to allow-failures
2017-08-30 14:56:02 +02:00
Josef Heinen
e178dca167
Merge pull request #1060 from jheinen/master
...
gr: suppress default output in CI or Jupyter mode
2017-08-30 04:36:52 -04:00
Josef Heinen
8beee23e21
gr: suppress default output in CI or Jupyter mode
...
_update_min_padding() is called before the backend is "started".
In GR, this triggers an automatic initialization and starts the
default output driver (X11, Quartz or GDI). This doesn't make
sense in headless testing environments (CI) or when using Plots
in Jupyter notebooks.
These patches correct this behavour - but it's unclear (to me),
why the call of _update_min_padding() can't be postponed.
2017-08-30 09:59:23 +02:00
Michael K. Borregaard
a894d377dc
add vectors to hold histogram-like seriestypes and friends
2017-08-29 23:34:07 +02:00
Daniel Schwabeneder
f41426c85a
fix pyplot
2017-08-29 22:04:33 +02:00
Daniel Schwabeneder
41877e362a
add origin framestyle
2017-08-29 20:36:59 +02:00
Daniel Schwabeneder
de32b02c75
Merge pull request #1056 from jgoldfar/fix-incorrect-escape-v0.7
...
Fix incorrect escape sequence error on Julia nightly
2017-08-29 19:33:02 +02:00
Jonathan Goldfarb
e3cba22ab7
Correct fix to warning for unknown grid argument.
2017-08-29 13:29:30 -04:00
Jonathan Goldfarb
25bcc3cbc1
Fix incorrect escape sequence error on v0.7.
2017-08-29 12:19:01 -04:00
piever
ca5310025f
Merge pull request #1033 from piever/group
...
Group now groups kw arguments as well
2017-08-29 17:16:40 +01:00
piever
5b9561c13e
Merge pull request #1049 from piever/ticks
...
To be merged together with PlotUtils #26 : accept axis with 4 ticks
2017-08-29 11:56:46 +01:00
Pietro Vertechi
d594ac2f00
Accept axis with 4 ticks
2017-08-28 18:16:10 +01:00
Pietro Vertechi
5157089d87
group on a tuple of vectors
2017-08-27 18:56:10 +01:00
Michael Krabbe Borregaard
d5b455b1f9
Merge pull request #1046 from mkborregaard/fix-tests-on-mac
...
Remove hidden files when checking version numbers
2017-08-27 11:12:59 +02:00
Michael K. Borregaard
6cb1ed6c92
Remove hidden files when checking version numbers
2017-08-27 11:10:06 +02:00
piever
3d0d52f82a
Merge pull request #1043 from piever/grfixes
...
readd fill for cross and xcross on GR
2017-08-26 16:35:50 +01:00
Daniel Schwabeneder
be04828d35
Merge pull request #1042 from daschw/ds-blackborder
...
make linecolor default to :auto
2017-08-26 15:58:11 +02:00
Josef Heinen
5f9aa2edc0
Merge pull request #1044 from jheinen/master
...
gr: defer the calculation of padding constraints
2017-08-26 13:05:30 +02:00
Josef Heinen
a5751895f0
gr: update padding constraints before first plot
2017-08-26 06:49:00 -04:00
Josef Heinen
78b0918216
gr: defer the calculation of padding constraints
2017-08-25 13:54:56 -04:00
Pietro Vertechi
5a7ed24078
allow tuples
2017-08-25 17:01:29 +01:00
Pietro Vertechi
509f8f6a95
readd fill for cross and xcross on GR
2017-08-25 16:46:07 +01:00
Daniel Schwabeneder
6f3301e82f
make linecolor default to auto
2017-08-25 14:16:53 +02:00
Josef Heinen
80f11ce30b
Merge remote-tracking branch 'upstream/master'
2017-08-25 04:14:59 -04:00
Michael Krabbe Borregaard
95a6d24111
Merge pull request #990 from jverzani/patch-1
...
Update appveyor.yml
2017-08-25 08:51:30 +02:00
Michael Krabbe Borregaard
1fc2c511af
Merge pull request #1030 from mkborregaard/pyplot-in-ijulia
...
Turn off gui for pyplot in ijulia
2017-08-25 08:47:24 +02:00
Josef Heinen
3bcaac7051
t push
...
Merge remote-tracking branch 'upstream/master'
2017-08-24 23:05:22 -04:00
Josef Heinen
25afd5c0e7
Merge pull request #1039 from jheinen/master
...
gr: always use NDCs when inquiring text extents
2017-08-25 05:05:13 +02:00
Josef Heinen
dbbbeddad0
gr: always use NDCs when inquiring text extents
2017-08-24 22:32:05 -04:00
Josef Heinen
c0f274d54b
gr: always use NDCs when inquiring text extents
2017-08-24 22:27:04 -04:00
Michael Krabbe Borregaard
7816e078b5
Merge pull request #808 from darwindarak/dd/world-age
...
Hack around world age issue PyPlot (fix #734 )
2017-08-24 22:53:04 +02:00
Daniel Schwabeneder
56bda82529
Merge pull request #1029 from daschw/ds-axes-border
...
Allow turning on/off the axes border (fix #1025 )
2017-08-24 22:38:01 +02:00
Daniel Schwabeneder
54adc34348
fix glvisualize framestyle :none ticks
2017-08-24 22:21:13 +02:00
Darwin Darakananda
a4ed700338
Use invokelatest to get around world age issue
2017-08-24 13:12:32 -07:00
Daniel Schwabeneder
e2d107a70b
add framestyle test example
2017-08-24 21:39:33 +02:00
Josef Heinen
31f080e4f4
Merge pull request #1038 from piever/grmargin
...
Adjust margin (ticks + margin given by user) with GR ( fix #1028 )
2017-08-24 20:58:41 +02:00
Daniel Schwabeneder
6e4b9af6b1
Merge pull request #780 from daschw/ds-ticks
...
WIP: Allow specifying the number of ticks by passing an Integer to the ticks attribute
2017-08-24 17:21:37 +02:00
Daniel Schwabeneder
d301d2a06b
fix ticks = nothing on pyplot, ...
2017-08-24 16:58:43 +02:00
Daniel Schwabeneder
2bbd4cbb17
clean up
2017-08-24 16:26:54 +02:00
Daniel Schwabeneder
5a2d39320f
framestyle attribute for gr, pyplot and glvisualize
2017-08-24 16:13:01 +02:00
Pietro Vertechi
91158b1c20
add proper pad for ticks
2017-08-23 18:19:36 +01:00
Pietro Vertechi
06115f25ba
factorize tickfont
2017-08-23 17:45:23 +01:00
Pietro Vertechi
b3b533db94
fix margin in case there is no label (gr)
2017-08-23 14:10:35 +01:00
Pietro Vertechi
e16125cb50
some GR margin fixes
2017-08-23 13:49:33 +01:00
Michael Krabbe Borregaard
eb0dbac0c1
Merge pull request #1035 from piever/errorbar
...
don't draw fill for 1D markers in gr
2017-08-23 10:35:42 +02:00
Michael Krabbe Borregaard
eb1d1876d3
Merge pull request #1034 from JuliaPlots/ChrisRackauckas-patch-1
...
Remove the -pre
2017-08-23 10:34:54 +02:00
Pietro Vertechi
f751b1b7ff
don't draw fill for 1D markers in gr
2017-08-23 08:40:19 +01:00
Christopher Rackauckas
34f9cfaa02
Remove the -pre
...
Plots.jl is no longer tested on the prereleases so it shouldn't say that they are supported.
2017-08-23 00:27:33 -07:00
Pietro Vertechi
6dba32bf99
only check kw is at least as long as group
2017-08-21 15:54:47 +01:00
Pietro Vertechi
9529246bfb
keywords arguments of same length as series get grouped
2017-08-21 15:33:30 +01:00
Michael K. Borregaard
25774ee4c3
Turn off gui for pyplot in ijulia
2017-08-21 10:19:47 +02:00
Daniel Schwabeneder
1137513236
add aliases :box and :frame
2017-08-21 00:07:44 +02:00
Daniel Schwabeneder
c76855698e
Merge pull request #1027 from daschw/ds-datetime-ticks
...
Allow Date and DateTime as ticks (fix : #1026 )
2017-08-20 22:51:26 +02:00
Daniel Schwabeneder
be8c66adc9
fix polar plots on pyplot
2017-08-20 22:45:30 +02:00
Daniel Schwabeneder
be4a374122
allow turning on/off the axes border
2017-08-20 21:55:21 +02:00
Daniel Schwabeneder
d76a6d1c38
Allow and as ticks
2017-08-20 15:43:52 +02:00
Michael Krabbe Borregaard
5945196a4f
Merge pull request #1023 from piever/pull-request/eea30fa2
...
RFC: added ribbon to plotly
2017-08-20 15:13:14 +02:00
Pietro Vertechi
e164ea4b46
added default transparency to ribbon
2017-08-20 14:06:15 +01:00
Pietro Vertechi
db3dca1d73
changed ribbon legend to line
2017-08-20 11:46:21 +01:00
Pietro Vertechi
eea30fa253
added ribbon to plotly
2017-08-19 11:34:13 +01:00
Michael Krabbe Borregaard
b585a0ef61
Merge pull request #1012 from mkborregaard/more_docstrings
...
Specified some docstrings
2017-08-18 10:30:02 +02:00
Michael K. Borregaard
db82f22320
add the last docstrings
2017-08-18 09:48:36 +02:00
Michael K. Borregaard
66ce38d948
Specified some docstrings
2017-08-18 09:48:36 +02:00
Daniel Schwabeneder
e61d435b00
Merge pull request #1020 from daschw/ds-precompile
...
reactivate precompilation
2017-08-18 00:58:55 +02:00
Daniel Schwabeneder
d0a8985800
Merge pull request #1019 from daschw/ds-release
...
prepare release
2017-08-18 00:55:29 +02:00
Daniel Schwabeneder
4c1c092234
reactivate precompilation
2017-08-18 00:46:02 +02:00
Daniel Schwabeneder
f02079dafe
Merge pull request #1014 from daschw/ds-tests
...
import plot! placeholder from RecipesBase
2017-08-18 00:37:14 +02:00
Daniel Schwabeneder
4be0093a8a
prepare release
2017-08-18 00:34:15 +02:00
Daniel Schwabeneder
130eb778d3
Merge pull request #1006 from daschw/ds-grid-axis
...
grid should be axis attribute (fix #675 )
2017-08-17 23:57:59 +02:00
Daniel Schwabeneder
be177e0f80
Merge pull request #1015 from daschw/ds-marker-z
...
only flip colorbar for marker_z on gr
2017-08-17 23:45:35 +02:00
Daniel Schwabeneder
42f54b8df9
remove Bools from _allGridArgs
2017-08-17 14:10:04 +02:00
Daniel Schwabeneder
4b60b05f75
update grid defaults and modify grid example
2017-08-17 13:42:54 +02:00
Michael Krabbe Borregaard
6afd0f9f82
Merge pull request #1011 from martinbiel/enforce-plotorder
...
Enforce plot order in user recipes
2017-08-17 09:10:01 +02:00
Daniel Schwabeneder
8288e85c25
only flip colorbar for marker_z
2017-08-16 22:32:00 +02:00
Daniel Schwabeneder
bb2f4ff16b
import inplace plot placeholder from RecipesBase
2017-08-16 21:05:05 +02:00
Daniel Schwabeneder
682ba1f764
allow non-boolean args for xgrid function
2017-08-16 19:41:13 +02:00
Daniel Schwabeneder
e0c679f5ee
magic grid argument
2017-08-16 17:45:32 +02:00
Martin Biel
a1d0d028b6
Updated error text in _process_userrecipes, now uses correct variable
2017-08-16 10:16:37 +02:00
JackDevine
7741872578
Comma in the wrong place
2017-08-16 11:20:04 +12:00
JackDevine
d1dcd536f5
I forgot a comma
2017-08-16 10:41:19 +12:00
JackDevine
177d380092
Added suggestions
...
Changed the interface to stride, which is a tuple. Also added aliases and a docstring in arg_desc.
2017-08-16 10:18:26 +12:00
Martin Biel
33a15f1e93
Process user recipes depth-first rather than breadth-first to enforce the plot order given in the recipe
2017-08-15 18:03:57 +02:00
JackDevine
ad2eaf7aef
Add stride to wireframe/surface
...
I only have this for PyPlot at the moment, I would be more than happy
to add other backends if people find it useful. Also, if people have
any ideas for aliases, then I would be happy to do that too.
2017-08-15 20:10:02 +12:00
Daniel Schwabeneder
23ae99b97e
undo support for foreground_color_grid and foreground_color_axis attributes in plotly(js)
2017-08-11 12:57:11 +02:00
Daniel Schwabeneder
3c37de152d
fix testimage 16 error - only add grid segments when ticks are defined
2017-08-10 22:54:45 +02:00
Daniel Schwabeneder
2dd99d053a
make it work on all backends
2017-08-10 20:49:03 +02:00
Daniel Schwabeneder
c60d66d94a
make it work for gr, pyplot and plotly(js)
2017-08-10 17:46:11 +02:00
Daniel Schwabeneder
6b814b8dca
initial commit mostly a copy of #695
2017-08-10 16:32:24 +02:00
Josef Heinen
11c71d7a5d
Merge pull request #1005 from jheinen/master
...
gr: use correct gradient labels for scatter plot
2017-08-10 09:47:57 +02:00
Josef Heinen
d90b2e6142
gr: use correct gradient labels for scatter plot
2017-08-10 09:31:54 +02:00
Josef Heinen
2ab7f3c767
Merge pull request #1003 from jheinen/master
...
gr: no longer handle '_' and '^' in text
2017-08-09 11:03:55 +02:00
Josef Heinen
a937fa0ef8
gr: no longer handle '_' and '^' in text
2017-08-09 10:46:23 +02:00
Michael Krabbe Borregaard
bc36749f6d
Merge pull request #1002 from mkborregaard/mkb-precompile
...
allow precompilation
2017-08-09 08:12:45 +02:00
Michael K. Borregaard
88d1735380
allow precompilation
2017-08-09 08:12:22 +02:00
Michael K. Borregaard
92672ffddf
Update news.md
2017-08-09 08:10:04 +02:00
Michael Krabbe Borregaard
2ccfa9b4fa
Merge pull request #1001 from mkborregaard/mkb-release
...
disable precompilation for release
2017-08-09 08:05:45 +02:00
Michael K. Borregaard
1f07be6ae0
disable precompilation for release
2017-08-09 08:05:21 +02:00
Michael Krabbe Borregaard
9a8c7b290f
Merge pull request #1000 from mkborregaard/fix-993
...
Move when output is included
2017-08-09 08:03:41 +02:00
Michael K. Borregaard
2e3bc15d2b
Move when output is included
2017-08-08 20:24:17 +02:00
john verzani
9f0117d914
Update README.md
...
add appveyor badge. (But how does appveyor get run, as it doesn't seem to be current)
2017-08-01 15:48:12 -04:00
Michael Krabbe Borregaard
5e5412887c
Merge pull request #989 from mkborregaard/fix-markershape-recipes
...
RFC: fix markershape in recipes
2017-07-29 08:51:51 +02:00
Josef Heinen
b2efd5150b
Merge pull request #992 from jheinen/master
...
gr: improved calculation of bottom margin
2017-07-28 05:37:09 -05:00
Josef Heinen
50ec31a7a3
gr: improved calculation of bottom margin
2017-07-28 12:17:47 +02:00
Daniel Schwabeneder
20bd9d6160
Merge pull request #988 from stevengj/nopywrap
...
don't use pywrap
2017-07-28 10:11:30 +02:00
john verzani
8c3c07acb7
Update appveyor.yml
...
remove v0.5 testing from appveyor
2017-07-27 16:56:17 -04:00
john verzani
26a56c3105
Update appveyor.yml
...
add testing on v0.6 with 32 and 64 bit.
2017-07-27 15:48:52 -04:00
Steven G. Johnson
d0070c72fd
whoops, forgot to commit these pywrap fixes
2017-07-27 14:15:48 -04:00
Michael K. Borregaard
780f3c49e9
Add test for markershape
2017-07-27 16:37:55 +02:00
Steven G. Johnson
2c191dbdbf
don't use pywrap ( closes #983 )
2017-07-26 16:34:03 -04:00
Daniel Schwabeneder
4b617f96a3
Merge pull request #987 from daschw/ds-precompile
...
reactivate precompilation
2017-07-26 15:43:47 +02:00
Daniel Schwabeneder
dabc3f998b
reactivate precompilation
2017-07-26 15:14:07 +02:00
Daniel Schwabeneder
23a22102c5
Merge pull request #986 from daschw/ds-release
...
prepare v0.12.1 release
2017-07-26 15:09:33 +02:00
Daniel Schwabeneder
8d9ff7af11
prepare v0.12.1 release
2017-07-26 14:50:57 +02:00
Josef Heinen
fdcb6086d1
Merge pull request #985 from jheinen/master
...
gr: fixed padding for guides
2017-07-26 03:02:03 -05:00
Josef Heinen
00e05efd7c
gr: fixed padding for guides
2017-07-26 09:44:34 +02:00
Daniel Schwabeneder
0dd5eef3f2
Merge pull request #982 from daschw/ds-old-matplotlib
...
Allow Matplotlib 1.5 usage (fix #978 )
2017-07-25 18:46:39 +02:00
Daniel Schwabeneder
6ecd30d42b
warning --> warn
2017-07-24 14:55:28 +02:00
Daniel Schwabeneder
317091639f
Merge pull request #977 from daschw/ds-plotly-surf
...
allow setting surface alpha in plotly(js) (fix #957 )
2017-07-24 10:05:24 +02:00
Daniel Schwabeneder
9c8e879465
Merge pull request #976 from daschw/ds-gr-legend
...
Line legend marker for ribbons in GR (fix #896 )
2017-07-24 10:03:57 +02:00
Daniel Schwabeneder
dc5a04346a
Merge pull request #975 from daschw/ds-tests
...
drop FactCheck in tests (fix #915 )
2017-07-24 10:03:25 +02:00
Daniel Schwabeneder
44b533f501
allow matplotlib 1.5 usage
2017-07-24 10:02:44 +02:00
Daniel Schwabeneder
0fa459d590
fix alpha in legend markers
2017-07-21 10:52:36 +02:00
Daniel Schwabeneder
96d34bb5ee
changed marker for path with fillrange
2017-07-21 10:05:27 +02:00
Daniel Schwabeneder
9f712b44f3
add ribbon area to marker
2017-07-21 09:12:27 +02:00
Daniel Schwabeneder
1ff8663e44
allow setting surface alpha in plotly
2017-07-21 01:12:39 +02:00
Daniel Schwabeneder
52f042263b
fix case
2017-07-20 23:38:16 +02:00
Daniel Schwabeneder
da7e57989c
drop FactCheck and Glob in test/REQUIRE
2017-07-20 22:55:05 +02:00
Daniel Schwabeneder
65c3d90642
Merge pull request #971 from timholy/pull-request/a7a447a8
...
Update to newer Images
2017-07-20 22:23:52 +02:00
Daniel Schwabeneder
3c044d729d
Merge pull request #970 from JuliaPlots/sd/glvisualize
...
fix glvisualize backend for 0.6
2017-07-20 22:20:34 +02:00
Daniel Schwabeneder
82ecf894c0
fix issues - replace at-fact with at-test
2017-07-20 21:50:06 +02:00
Daniel Schwabeneder
7b15f7d74b
fix round() deprecation in gr.jl
2017-07-20 16:08:45 +02:00
Daniel Schwabeneder
371406845c
drop Glob (enable testing on Windows)
2017-07-20 13:43:58 +02:00
Daniel Schwabeneder
ccd26a6d42
drop FactCheck in tests
2017-07-20 13:25:09 +02:00
SimonDanisch
e992930ff6
add contour as a dependency
2017-07-20 10:38:06 +02:00
SimonDanisch
f66d8bed8f
fix glvisualize backend for 0.6
2017-07-20 10:37:48 +02:00
Daniel Schwabeneder
155634ef34
change gr legend marker for ribbon
2017-07-19 21:26:25 +02:00
Josef Heinen
dbc7bc4253
Merge pull request #940 from daschw/ds-heatmap-logscale
...
Avoid non-positive heatmap edges for log axis on GR and PyPlot
2017-07-18 01:22:26 -05:00
Daniel Schwabeneder
fc427e618a
Merge pull request #916 from pfitzseb/sp/juno
...
WIP: Better Juno integration
2017-07-17 20:40:48 +02:00
Sebastian Pfitzner
6d66190644
no eval shenanigans
2017-07-17 15:16:20 +02:00
Daniel Schwabeneder
9b2da0d645
Merge branch 'master' into ds-heatmap-logscale
2017-07-16 12:51:33 +02:00
Sebastian Pfitzner
95c60b9554
unrecursify this definition
2017-07-15 12:01:00 +02:00
Sebastian Pfitzner
bc7f6a6fac
circumvent warnings
2017-07-15 11:40:11 +02:00
Daniel Schwabeneder
0b1118540a
Merge pull request #969 from pearlzli/plotly-fill
...
Add fillrange for Plotly backend
2017-07-14 22:55:33 +02:00
Tim Holy
96bd0bb46c
Fix some errors/depwarns
2017-07-14 10:09:30 -05:00
Tim Holy
33e97ee49b
Update to newer Images
2017-07-14 10:07:58 -05:00
Daniel Schwabeneder
8414facde2
Merge pull request #967 from JackDevine/fix-pyplot-deprecation
...
Fixed a deprecation warning on the pyplot backend
2017-07-13 09:33:25 +02:00
Pearl Li
2a0d5a0a03
Hide legend entry for series being filled to
2017-07-12 17:04:19 -04:00
Pearl Li
aec30301a1
Add fillrange for Plotly
2017-07-12 16:20:53 -04:00
Sebastian Pfitzner
9cf246a03e
fix juno plot sizing fallback
2017-07-12 10:40:26 +02:00
Sebastian Pfitzner
c385035ac5
handle ijulia with requires
...
and properly check if juno/ijulia are actually used and not just loaded
2017-07-12 10:38:15 +02:00
JackDevine
409cf2c630
Fixed a deprecation warning on the pyplot backend
...
The follwing code created a deprecation warining:
using Plots; pyplot()
plot([1,2,3,4], [2,3,4,5], yscale=:log10)
2017-07-12 17:37:37 +12:00
SimonDanisch
02ddbc8381
fix glvisualize backend for 0.6
2017-07-11 09:04:35 +02:00
Daniel Schwabeneder
1c2a588864
Merge pull request #965 from rdeits/staticarrays
...
Switch from FixedSizeArrays to StaticArrays.FixedSizeArrays
2017-07-10 13:47:49 +02:00
Robin Deits
de043eeaa2
switch from FixedSizeArrays to StaticArrays.FixedSizeArrays
2017-07-05 17:12:39 -04:00
Sebastian Pfitzner
5e5f23b5e5
fix world age error
2017-07-02 20:56:04 +02:00
Sebastian Pfitzner
d671ccd6ba
better juno integration
2017-07-02 20:56:04 +02:00
Daniel Schwabeneder
f4f2f09d17
Merge pull request #955 from albi3ro/master
...
fixing deprecation warning
2017-06-28 21:04:04 +02:00
Christina Lee
2f1c70e49f
fixing deprecation warning
2017-06-28 11:42:16 -07:00
Josef Heinen
d9890498d1
Merge pull request #951 from jheinen/master
...
gr: implemented "old" heatmap behaviour
2017-06-23 00:52:04 +02:00
Josef Heinen
46ae505bab
gr: implemented "old" heatmap behaviour
2017-06-22 15:31:13 -07:00
Josef Heinen
b0e84a68d0
Merge pull request #949 from jheinen/master
...
gr: fixed heatmap bug
2017-06-22 21:58:37 +02:00
Josef Heinen
356a5b6136
gr: fixed heatmap bug
2017-06-22 12:56:41 -07:00
Daniel Schwabeneder
e86193cebe
Merge pull request #947 from daschw/ds-datetime
...
Replace deprecated DateTime convert methods
2017-06-22 20:51:50 +02:00
Daniel Schwabeneder
e35b2ec3ff
replace deprecated DateTime convert methods
2017-06-22 18:51:03 +02:00
Josef Heinen
69d421d785
Merge pull request #944 from jheinen/master
...
gr: heatmaps now respect xlim/ylim specifications
2017-06-20 03:34:04 +02:00
Josef Heinen
47c51b28c1
gr: heatmaps now respect xlim/ylim specifications
...
Fixes https://github.com/JuliaPlots/Plots.jl/issues/942
2017-06-19 18:15:33 -07:00
Daniel Schwabeneder
dd2653968e
Merge pull request #941 from daschw/ds-plotlyjs-colorbar
...
Allow turning off the colorbar for heatmap, contour and surface on Plotly and PlotlyJS (fix #932 )
2017-06-19 20:04:22 +02:00
Daniel Schwabeneder
b091d95eb2
turn off colorbar for wireframe
2017-06-18 17:56:47 +02:00
Daniel Schwabeneder
33327d3992
allow turning off the colorbar for heatmap, contour and surface
2017-06-18 17:45:20 +02:00
Daniel Schwabeneder
027ce58655
avoid negative heatmap edges for log axis on gr and pyplot
2017-06-18 16:14:44 +02:00
Daniel Schwabeneder
cd611ef4bf
Merge pull request #939 from daschw/ds-tests
...
changed wkhtmltox link for tests
2017-06-18 16:10:25 +02:00
Daniel Schwabeneder
bc7f5118ea
changed package name for dpkg
2017-06-18 15:51:24 +02:00
Daniel Schwabeneder
53ae915044
changed wkhtmltox link
2017-06-18 11:59:27 +02:00
Michael Krabbe Borregaard
a47f14ec13
Merge pull request #936 from ma-laforge/inspectdr
...
Conform to changes in InspectDR.PlotLayout.
2017-06-18 08:00:09 +02:00
MA Laforge
86149ba3a7
Conform to changes in InspectDR.PlotLayout.
2017-06-16 17:17:01 -04:00
Michael Krabbe Borregaard
cc3822b222
Merge pull request #933 from sbromberger/patch-1
...
Update output.jl
2017-06-16 17:21:26 +02:00
Seth Bromberger
57b9602b13
Update output.jl
...
Change `readall` to `readstring` for 0.6- compatibility.
2017-06-15 20:12:26 -07:00
Daniel Schwabeneder
c9839dbefa
Merge pull request #926 from daschw/ds-pyplot-colorbar
...
Reduced colorbar size on PyPlot for big z values (fix #925 )
2017-06-13 18:48:48 +02:00
Daniel Schwabeneder
5b6423ec6c
only change top corners of colorbar axes
2017-06-12 22:15:57 +02:00
Daniel Schwabeneder
b3efcf9b68
reduced colorbar size for z axis limits >= 1e7
2017-06-12 20:39:49 +02:00
Michael Krabbe Borregaard
cadb0f96e2
Merge pull request #837 from floswald/reset
...
resetfontsizes: fixes #836
2017-06-12 13:31:55 +02:00
florian oswald
d3b825b49f
fix docstrings. provide 2 methods scalefontsizes now, with and without an argument. no argument version resets to initial values, with argument you rescale the current sizes.
2017-06-12 12:29:19 +02:00
Michael K. Borregaard
c808cbb4fa
restore precompilation
2017-06-11 22:28:07 +02:00
Michael Krabbe Borregaard
228d3af1fa
Merge pull request #922 from mkborregaard/make-tkelman-happy
...
remove all 0.5-compliant uses of the transpose operator
2017-06-11 22:26:53 +02:00
Michael K. Borregaard
a1df325051
Remove all 0.5-compliant uses of the transpose operator (')
...
A horrible change, but one required by the metadata maintainers.
2017-06-11 22:25:15 +02:00
Daniel Schwabeneder
8e6fdfac3c
Merge pull request #921 from daschw/ds-precompile
...
reactivate precompilation on master
2017-06-10 23:36:57 +02:00
Daniel Schwabeneder
9a1afb2376
reactivate precompilation
2017-06-10 23:13:03 +02:00
Michael K. Borregaard
e9ab8c4dac
require RecipesBase 0.2.0
2017-06-09 22:57:23 +02:00
Michael Krabbe Borregaard
1d98acc407
deactivate precompilation for release
2017-06-09 22:04:48 +02:00
Michael Krabbe Borregaard
034613b50c
Merge pull request #804 from ChrisRackauckas/_cycle
...
Change cycle => _cycle
2017-06-09 20:09:26 +02:00
Michael Krabbe Borregaard
282e611ef7
Merge pull request #803 from ChrisRackauckas/recipes_change
...
RecipesBase change: all recipes usable from RecipesBase
2017-06-09 20:09:15 +02:00
ChrisRackauckas
49fc903334
fix last cycle
2017-06-09 08:43:01 -07:00
ChrisRackauckas
44b6157f17
cycle => _cycle
2017-06-09 08:43:01 -07:00
ChrisRackauckas
0a8d3f9251
animate from RecipesBase
2017-06-09 08:42:00 -07:00
ChrisRackauckas
ac505ede44
move abstract types and make PlotRecipe on abstract type
2017-06-09 08:42:00 -07:00
ChrisRackauckas
4770f8b580
Merge remote-tracking branch 'ChrisRackauckas/master' into patch-1
2017-06-09 08:41:26 -07:00
Christopher Rackauckas
67e5598d28
Move the @userplot recipes
...
https://github.com/JuliaPlots/RecipesBase.jl/pull/16
2017-06-09 08:41:26 -07:00
ChrisRackauckas
554d7ab887
remove @shorthands
2017-06-09 08:41:26 -07:00
Michael K. Borregaard
40734bf90e
Revert "turn off precompilation for release"
...
This reverts commit 66d9c79bef .
2017-06-09 16:00:39 +02:00
Michael Krabbe Borregaard
3e720f8bae
Merge pull request #919 from mkborregaard/ready-for-release
...
turn off precompilation for release
2017-06-09 15:58:38 +02:00
Michael K. Borregaard
66d9c79bef
turn off precompilation for release
2017-06-09 15:58:09 +02:00
Michael Krabbe Borregaard
89a5e5d57a
Merge pull request #914 from mkborregaard/change-ignorenan-case
...
ignoreNaN => ignorenan
2017-06-08 12:54:47 +02:00
Michael K. Borregaard
8f6b0c50d6
ignoreNaN => ignorenan
2017-06-08 12:54:25 +02:00
Michael Krabbe Borregaard
d85dfaf38a
Merge pull request #913 from mkborregaard/fix-broadcast
...
update Base..* to 0.6 syntax
2017-06-08 11:13:08 +02:00
Michael K. Borregaard
8511152982
update Base..* to 0.6 syntax
2017-06-08 10:56:12 +02:00
Michael Krabbe Borregaard
40f9a51d4f
Merge pull request #909 from mkborregaard/reactivate-precompilation
...
reactivate precompilation
2017-06-08 10:47:56 +02:00
Daniel Schwabeneder
30ad6d93bc
Merge pull request #908 from daschw/ds-tests-2
...
Make tests pass on 0.6 2
2017-06-08 10:27:04 +02:00
Josef Heinen
770d907fb8
Merge pull request #910 from jheinen/master
...
gr: removed println statement
2017-06-07 18:18:11 -07:00
Josef Heinen
46cdbacf0b
gr: removed println statement
2017-06-07 18:15:43 -07:00
Michael K. Borregaard
c0a8adc167
reactivate precompilation
2017-06-08 00:55:23 +02:00
Daniel Schwabeneder
4dd176a7f2
add @eval in image_comparision_tests and replaced transpose in testexample 13
2017-06-08 00:19:36 +02:00
Michael Krabbe Borregaard
eac9023b9a
Merge pull request #904 from mkborregaard/Change-test-versions-to-release
...
Use ImageMagick release
2017-06-08 00:09:41 +02:00
Michael Krabbe Borregaard
a4c403286d
Merge pull request #906 from mkborregaard/change-to-0.6
...
Up requirement to julia 0.6
2017-06-07 23:59:21 +02:00
Michael K. Borregaard
3a2ee0fc72
Fix some deprecations
2017-06-07 23:55:30 +02:00
Michael K. Borregaard
f097fb57b5
Fix some deprecation warnings
2017-06-07 23:55:30 +02:00
Michael K. Borregaard
7415a362c4
reactivate precompilation
2017-06-07 23:55:30 +02:00
Michael K. Borregaard
8a7b7f5c9b
Up requirement to 0.6
2017-06-07 23:55:30 +02:00
Michael Krabbe Borregaard
4ce35ef352
Merge pull request #894 from mkborregaard/legendtitle_example
...
Adds legendtitle to example 12
2017-06-07 23:54:39 +02:00
Michael K. Borregaard
a12f601b9c
add legendtitle to example
2017-06-07 23:54:05 +02:00
Michael K. Borregaard
4106161aa8
add colon
2017-06-07 23:54:05 +02:00
Michael K. Borregaard
58c2f35bcf
reinclude Plots
2017-06-07 23:54:05 +02:00
Michael K. Borregaard
c41839a816
Add legendtitle to example 13
2017-06-07 23:54:05 +02:00
Michael K. Borregaard
df729cd0f6
hotfix-FixedPointNumbers in require
2017-06-07 17:08:06 +02:00
Michael Krabbe Borregaard
230ab34fe9
Merge pull request #905 from mkborregaard/fix-version-number-fixedsizearrays
...
Up FixedSizeArrays requirement to 0.3
2017-06-07 17:00:03 +02:00
Michael K. Borregaard
51fabab7b7
Up FixedSizeArrays requirement to 0.3
2017-06-07 16:59:20 +02:00
Michael K. Borregaard
c7a13a4641
Use ImageMagick release
2017-06-07 16:54:24 +02:00
Michael Krabbe Borregaard
f855386bf1
Merge pull request #903 from mkborregaard/ready-for-0.11.3
...
get ready for 0.11.3 release
2017-06-07 16:07:21 +02:00
Michael K. Borregaard
b8d1d9d7f1
Turn off precompilation for release
2017-06-07 16:06:04 +02:00
Michael K. Borregaard
a22412d39d
Update News.md with 0.11.3
2017-06-07 16:05:51 +02:00
Michael K. Borregaard
f8bc9ba476
update version number in tests
2017-06-07 16:05:35 +02:00
Michael Krabbe Borregaard
fe83937368
Merge pull request #870 from wfrgra/legend
...
add ability to specify legend placement to gr backend
2017-06-07 15:44:00 +02:00
Daniel Schwabeneder
3def6265c4
Merge pull request #886 from daschw/ds-spy
...
Changed spy recipe and added spy example to tests (fix #883 )
2017-06-07 11:16:06 +02:00
Michael Krabbe Borregaard
d9f7c19344
Merge pull request #900 from mkborregaard/amend-histogram-docs
...
amend bins description, fixes #898
2017-06-07 11:02:31 +02:00
Michael K. Borregaard
db1dd618ea
Add example with linspace
2017-06-07 11:01:47 +02:00
Michael K. Borregaard
132306fef1
amend bins description
2017-06-07 08:02:18 +02:00
Daniel Schwabeneder
18d29a0c7c
changed markershape to :dtriangle in spy example
2017-06-06 22:51:34 +02:00
Michael Krabbe Borregaard
4125fa75dd
Merge pull request #893 from mkborregaard/fix-example12-transpose
...
fix-example12-transpose
2017-06-06 14:48:59 +02:00
Michael K. Borregaard
bad7772b15
fix-example12-transpose
2017-06-06 14:45:30 +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
Josef Heinen
21c384fcdd
Merge pull request #888 from jheinen/master
...
gr: added support for legend title
2017-06-04 10:04:15 +02:00
Josef Heinen
b140fddebd
gr: added support for legend title
2017-06-04 10:02:20 +02:00
Daniel Schwabeneder
24ea1c4847
Merge pull request #887 from daschw/ds-pyplot-legendtitle
...
Added legend_title attribute for Pylot backend
2017-06-04 09:29:50 +02:00
Daniel Schwabeneder
9d115fc02e
added space in arg_desc
2017-06-03 13:49:06 +02:00
Daniel Schwabeneder
5e7756810d
changed default attribute to legendtitle
2017-06-03 13:47:24 +02:00
Daniel Schwabeneder
c65abd19ae
Merge pull request #885 from daschw/gr-legend-markers
...
Changed GR legend markers for plots with fillrange
2017-06-03 13:39:05 +02:00
Daniel Schwabeneder
1a07c39fad
changed spy plot example
2017-06-03 13:27:38 +02:00
Daniel Schwabeneder
ee23cb2185
grid --> false in spy recipe, removed info, added example
2017-06-03 01:14:25 +02:00
Daniel Schwabeneder
ee5617c6b8
added attribute for pyplot backend
2017-06-02 18:55:47 +02:00
Daniel Schwabeneder
dc757cbf6c
changed gr legend markers for fillrange
2017-06-02 17:39:25 +02:00
Daniel Schwabeneder
3d3ec2a194
add info about default markersize in spy recipe
2017-06-02 17:18:01 +02:00
Daniel Schwabeneder
d2e79f33a3
Merge pull request #884 from daschw/ds-maketestspass
...
Make tests pass for GR and PyPlot 2 (fix #670 and #838 )
2017-06-02 16:23:23 +02:00
Daniel Schwabeneder
6156228c89
install xfonts-75dpi for whtmltox
2017-06-02 15:07:17 +02:00
Daniel Schwabeneder
90f7e370f3
make tests pass for gr and pyplot cf. #877
2017-06-02 14:58:49 +02:00
Michael Krabbe Borregaard
92688f03a8
Merge pull request #881 from mkborregaard/change-NaNMath-implementation
...
change NaNMath implementation
2017-06-01 22:28:02 +02:00
Michael K. Borregaard
80d0d6ecc8
Change NaNMath implementation
...
We needed some functions to forward to Base methods, e.g. when non-`AbstractArray{<:AbstractFloat}` was passed
2017-06-01 22:19:38 +02:00
Michael Krabbe Borregaard
d29df4289e
RFC: Ignore NaNs on 0.6 (like on 0.5): fixes #796 ( #876 )
...
Replaces min, max, minimum, mean, maximum and extrema with NaNMath versions in places where NaNs can occur.
To avoid returning NaN when there are NaNs in the Vector
* Also add maximum and minimum
* define _-prefaced versions of mean, maximum, minimum, extrema
* variable arg numbers for Base methods
* Different implementation of the override
* remove underscore from 2-arg versions of maximum
* some forgotten extrema -> _extrema
* Fix bug in _extrema definition
* edit comment
* replace min and max with _min and _max
* Base NaN-compliant functions on NaNMath
replace _min and _max with NaNMath versions
* Use NaNMath explicitly everywhere
* remove unneccesary NaNMath calls
* Ensure ceil does not error on NaN
* Added one more maximum in gr
2017-06-01 19:17:28 +02:00
Michael Krabbe Borregaard
84406f0823
Fixed writing error.
2017-06-01 17:10:03 +02:00
Michael Krabbe Borregaard
380907af8d
Merge pull request #879 from mkborregaard/change-glvisualize-string
...
Change installation message
2017-06-01 11:56:20 +02:00
Michael K. Borregaard
0e308d9f50
Change installation message
2017-06-01 11:55:43 +02:00
Michael Krabbe Borregaard
7805f3f85b
Merge pull request #862 from JuliaPlots/sd/fix_signals
...
fix glvisualize backend
2017-06-01 11:51:09 +02:00
Daniel Schwabeneder
e04d13323d
Merge pull request #878 from oschulz/debug-info-cleanup
...
Remove remnant debug output about binning
2017-05-31 23:27:21 +02:00
Oliver Schulz
6e8bfe1ea6
Remove remnant debug output about binning
2017-05-31 23:07:10 +02:00
Josef Heinen
3baceb9dc4
Merge pull request #874 from jheinen/master
...
gr: fixed several bugs
2017-05-30 10:31:17 +02:00
Josef Heinen
abf8ca2dc7
gr: fixed several bugs
...
- use correct image orientation
- added missing marker keywords
- improved alignment of axes labels
- corrected scaling of polar coordinates
- slightly shrink pie chart viewport
2017-05-30 10:29:31 +02:00
Michael Krabbe Borregaard
2a0a5f2d08
Merge pull request #868 from staticfloat/updated_ci_url
...
Update CI URLs to point to new caching infrastructure
2017-05-29 09:05:40 +02:00
Josef Heinen
d45b228461
Merge pull request #871 from jheinen/master
...
gr: fix problems with axes display
2017-05-28 16:25:52 +02:00
Josef Heinen
231e11715f
gr: fix problems with axes display
2017-05-28 16:23:21 +02:00
wgrant
d6f1120dfc
add ability to specify legend placement to gr backend
2017-05-27 16:46:38 +10:00
Josef Heinen
7471bc791c
Merge pull request #869 from jheinen/master
...
gr: corrected size of shape markers
2017-05-26 15:02:05 +02:00
Josef Heinen
effcffff8a
gr: corrected size of shape markers
2017-05-26 14:59:30 +02:00
Josef Heinen
76186cab97
Merge pull request #863 from jheinen/master
...
gr: improve viewport size for 3D plots
2017-05-24 11:21:27 +02:00
Josef Heinen
4756e04e25
gr: improve viewport size for 3D plots
2017-05-24 11:19:43 +02:00
SimonDanisch
5b73f1e56c
remove clean up code, switch to renderloop
2017-05-23 16:41:18 +02:00
Michael Krabbe Borregaard
af7d332453
Merge pull request #859 from innerlee/patch-1
...
Update backends.jl
2017-05-23 15:43:33 +02:00
lizz
5439c3a3ce
Update backends.jl
2017-05-23 21:41:31 +08:00
Michael Krabbe Borregaard
6c4b6bbfbe
Merge pull request #858 from mkborregaard/hotfix-glvisualizetext
...
Fix missing brackets
2017-05-23 10:51:26 +02:00
Michael K. Borregaard
53719e5a8e
Fix missing brackets
2017-05-23 10:51:00 +02:00
Michael Krabbe Borregaard
aed34c3b9b
Merge pull request #857 from mkborregaard/glvisualize_tert
...
Replace `text` with `glvisualize_text`
2017-05-23 10:23:53 +02:00
Michael K. Borregaard
a5482453ce
Replace text with glvisualize_text
...
glvisualize defined a `text` function that shadowed a method of Plots exported `text` function
2017-05-23 10:23:20 +02:00
Michael Krabbe Borregaard
712d2011c3
Merge pull request #843 from mkborregaard/change_default_backend
...
Change default backends
2017-05-22 12:04:46 +02:00
Daniel Schwabeneder
0e6942a182
Merge pull request #853 from daschw/ds-ticks-tuple
...
fix passing ticks tuple on 0.6
2017-05-22 08:05:04 +02:00
Daniel Schwabeneder
ce169edd08
fix passing ticks tuple on 0.6
2017-05-21 23:58:20 +02:00
Daniel Schwabeneder
dd526e00ab
undo: fix passing ticks tuple on 0.6
2017-05-21 23:47:26 +02:00
Daniel Schwabeneder
bad2ef63c6
fix passing ticks tuple on 0.6
2017-05-21 23:44:12 +02:00
Michael K. Borregaard
e283c6557b
Change default backends
2017-05-21 12:44:18 +02:00
Michael Krabbe Borregaard
e8da23c3e7
Merge pull request #852 from mkborregaard/remove-conda-messag
...
Remove conda update message
2017-05-21 11:30:51 +02:00
Michael K. Borregaard
08d7bee224
Remove conda update message
...
These instructions led to installing a deprecated matplotlib version
2017-05-21 11:30:11 +02:00
Michael Krabbe Borregaard
16c95c6deb
Merge pull request #848 from darwindarak/dd/pyplot-worldage
...
RFC: fix world-age problem in PyPlot initialization
2017-05-21 10:55:19 +02:00
Michael Krabbe Borregaard
1d03e97721
Merge pull request #849 from dlfivefifty/pull-request/9abcba37
...
Fix plot(::Matrix{RGB{Float64}}) in plotly backend
2017-05-21 09:38:55 +02:00
Sheehan Olver
9abcba3753
Fix plot(::Matrix{RGB{Float64}}) in plotly backend
2017-05-21 16:53:28 +10:00
Darwin Darakananda
b501c9bf4b
fix world-age problem in PyPlot initialization
2017-05-20 15:39:26 -07:00
Michael Krabbe Borregaard
72c506b62b
Merge pull request #845 from ChrisRackauckas/patch-2
...
Add JSON to REQUIRE
2017-05-19 17:52:38 +02:00
Christopher Rackauckas
f09dfb7035
Update REQUIRE
2017-05-19 07:56:36 -07:00
florian oswald
6cca763284
removed test for k
2017-05-17 21:07:54 +02:00
Florian Oswald
915c41c9d9
addressed changes requested
2017-05-17 17:48:03 +02:00
Florian Oswald
9c2c548874
create dict _initial_fontsizes and copy from that. creates new method scalefontsizes() [no keyword]
2017-05-17 17:10:21 +02:00
Florian Oswald
fdf699bf35
added const copies of _all_defaults and _axis_defaults to be able to reset fonts to initial values with new resetfontsizes method
2017-05-17 16:34:03 +02:00
Florian Oswald
e3ce1ab1d1
just calling default(k) does not give back the default value for k
2017-05-17 15:40:47 +02:00
Florian Oswald
af56d6f265
added resetfontsizes()
2017-05-17 15:31:26 +02:00
Daniel Schwabeneder
05eb687ca4
Merge pull request #834 from daschw/ds-testing
...
Move new PlotExample to the end for VRT testing
2017-05-17 08:32:12 +02:00
Elliot Saba
99e4408da4
Update CI URLs to point to new caching infrastructure
2017-05-16 17:25:27 -07:00
MA Laforge
64dd69f550
Improve robustness
...
More generic Array support.
Add support for ColorGradient.
Don't crash if plot specifies GridLayout.
(Does not properly restore info on layout).
2017-05-16 19:21:35 -04:00
MA Laforge
8b8de6bcd3
Move where backends.jl is included.
...
Must ensure all types required by HDF5 plots are defined.
2017-05-16 19:20:55 -04: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
Daniel Schwabeneder
89cd67792b
update numbers of skipped examples in VRT
2017-05-16 21:46:11 +02:00
Daniel Schwabeneder
1f7ecb969c
move new PlotExample to the end for VRT
2017-05-16 21:43:22 +02:00
Daniel Schwabeneder
d4ef1761e4
change skipped images because of new example
2017-05-16 21:32:57 +02:00
Michael Krabbe Borregaard
dc01cc5c8e
Merge pull request #832 from mkborregaard/master
...
Revert "changed xor in gr.jl"
2017-05-16 20:39:50 +02:00
Michael K. Borregaard
db341f1814
Revert "changed xor in gr.jl"
...
This reverts commit 5c54722626 .
2017-05-16 20:38:37 +02:00
Daniel Schwabeneder
06e469f059
Merge pull request #831 from daschw/ds-pyplot-fill
...
fix filling stepstyle on pyplot
2017-05-16 19:45:16 +02:00
Michael Krabbe Borregaard
9ec1e674d0
Merge pull request #830 from mkborregaard/fix-xor-0.6
...
changed xor in gr.jl for 0.6
2017-05-16 11:29:17 +02:00
Michael K. Borregaard
5c54722626
changed xor in gr.jl
2017-05-16 11:28:38 +02:00
Daniel Schwabeneder
0a92b13263
Merge pull request #827 from oschulz/no-hist-autolims
...
Remove ylims default setting for bar and histogram plots
2017-05-16 07:58:58 +02:00
Daniel Schwabeneder
2fbc3c954a
fix filling stepstyle on pyplot
2017-05-16 07:32:14 +02:00
Oliver Schulz
746f96cdcd
Remove ylims default setting for bar and histogram plots
...
Setting `ylims -> ...` doesn't play well with multiple series and cannot
be properly overridden by user.
2017-05-15 23:26:30 +02:00
Michael Krabbe Borregaard
ee9d78b190
Merge pull request #824 from daschw/ds-0.5-compat
...
Fix precompilation on 0.5: Fixes #823
2017-05-14 22:23:08 +02:00
Daniel Schwabeneder
0e6a02b810
make precompilation work on o.5
2017-05-13 23:46:29 +02:00
Michael Krabbe Borregaard
864dddb1ff
Merge pull request #806 from dpsanders/0.6_deprecations
...
0.6 deprecations
2017-05-13 08:55:17 +02:00
Michael Krabbe Borregaard
321495f253
Merge pull request #820 from mkborregaard/Switch-precompilation-on
...
Switch back on
2017-05-12 11:47:33 +02:00
Michael K. Borregaard
eced31e3d7
Update version number in tests
2017-05-12 11:46:51 +02:00
Michael K. Borregaard
4b8dc06ddb
Switch precompilation back on
2017-05-12 11:45:46 +02:00
Michael Krabbe Borregaard
ff3ba18b15
Merge pull request #819 from mkborregaard/switch_off_precompile
...
Switch off precompilation for release
2017-05-12 11:42:51 +02:00
Michael K. Borregaard
d24f327342
Switch off precompilation for release
2017-05-12 11:42:26 +02:00
Daniel Schwabeneder
d801a2789e
Merge pull request #818 from daschw/ds-testing
...
update version number for testing
2017-05-12 09:08:27 +02:00
Daniel Schwabeneder
b8c8c49176
update version number for testing
2017-05-11 22:45:04 +02:00
Michael Krabbe Borregaard
601f24a006
Merge pull request #816 from mkborregaard/master
...
Up minor version number
2017-05-11 14:00:47 +02:00
Michael K. Borregaard
160b2bf03a
Up minor version number
2017-05-11 14:00:29 +02:00
Michael Krabbe Borregaard
944163e889
Merge pull request #815 from mkborregaard/master
...
Updates for release 0.11
2017-05-11 13:41:13 +02:00
Michael K. Borregaard
8656fe002a
Add minimum version numbers to PlotUtils and PlotThemes
2017-05-11 13:40:39 +02:00
Michael K. Borregaard
d5e50983d8
Move rgba_string to PlotUtils
...
requested by Tony Kelman
2017-05-11 13:40:10 +02:00
Michael Krabbe Borregaard
f3d31a62db
Merge pull request #814 from ChrisRackauckas/patch-2
...
Fix plotpane notice
2017-05-11 09:48:15 +02:00
Christopher Rackauckas
ee15b2c166
Fix plotpane notice
...
PlotlyJS actually plots to the plot pane, so the text was misleading.
2017-05-11 00:31:30 -07:00
Michael Krabbe Borregaard
4d84ab155a
Merge pull request #812 from JonathanAnderson/JonathanAnderson-patch-1
...
Update gr.jl inline display to match GR.jl
2017-05-10 13:28:29 +02:00
Michael Krabbe Borregaard
accc063db8
Merge pull request #811 from fuzzybear3965/master
...
increase plotly bottom margin to 20px; fixes #810
2017-05-10 13:24:08 +02:00
fuzzybear3965
b88d26ce77
increase bottom margin to 20px; fixes #810
2017-05-09 12:29:35 -04:00
Michael Krabbe Borregaard
886386508c
Merge pull request #809 from mkborregaard/master
...
Amend news.md
2017-05-09 09:32:26 +02:00
Michael K. Borregaard
d893034f47
Amend news.md
2017-05-09 09:31:40 +02:00
Josef Heinen
f4b798765d
Merge pull request #807 from jheinen/master
...
gr: use correct colorbar scaling
2017-05-08 23:39:09 +02:00
Josef Heinen
5e6a9da3ed
gr: use correct colorbar scaling
2017-05-08 14:36:25 -07:00
David Sanders
10f214fbb4
Change typealias to const
2017-05-08 15:20:21 -05:00
David Sanders
698d583d1d
Fix world-age problem with IJulia
2017-05-08 15:16:21 -05:00
Michael Krabbe Borregaard
598211c349
Merge pull request #802 from oschulz/bins-default-auto
...
Change default for bins to :auto (meaning 30 bins)
2017-05-08 11:39:58 +02:00
Oliver Schulz
7843821109
Change default for bins to :auto (meaning 30 bins)
2017-05-08 11:37:02 +02:00
Michael Krabbe Borregaard
96f3baca41
Merge pull request #800 from oschulz/barplot-fix
...
Barplot fix
2017-05-08 10:49:14 +02:00
Michael Krabbe Borregaard
d1980ef978
Merge pull request #775 from JonathanAnderson/julia0.6
...
Update gr.jl in v0.6 so inline plots work
2017-05-08 10:07:40 +02:00
Oliver Schulz
67b4157e25
Improve data preprocessing for bar and histogram plots
...
Fixes broken bar-plots with non-numeric a-axes
2017-05-06 15:00:31 +02:00
Oliver Schulz
a523903c15
Remove remnant debugging output
2017-05-06 14:58:48 +02:00
Josef Heinen
92e9fa2084
Merge pull request #798 from jheinen/master
...
gr: fixed linewidth bug (lw=0)
2017-05-04 16:31:43 +02:00
Josef Heinen
c75e1df190
gr: fixed linewidth bug (lw=0)
2017-05-04 16:28:49 +02:00
Michael Krabbe Borregaard
79bf45b823
Merge pull request #795 from sebastianpech/master
...
Add pgfplots support for zcolor and colorbar
2017-05-04 16:18:26 +02:00
Daniel Schwabeneder
58989465f4
Merge pull request #793 from daschw/ds-ticks-reduction
...
Avoid reducing the number of ticks set by the user
2017-05-04 16:17:57 +02:00
Daniel Schwabeneder
1e6b442c6c
Merge pull request #794 from daschw/ds-pyplot-colorbar
...
Avoid PyPlot colorbar label cropping
2017-05-04 16:17:17 +02:00
Michael Krabbe Borregaard
33addf4449
Merge pull request #758 from mcawte/master
...
Added an animation with subplots example
2017-05-04 13:43:27 +02:00
Michael Krabbe Borregaard
c5fed9524a
Merge pull request #790 from huckl3b3rry87/pull-request/2e732993
...
changed warning in imagemagick
2017-05-04 13:42:30 +02:00
Michael Krabbe Borregaard
cbfadde43c
Merge pull request #769 from blegat/surfaceclims
...
Use clims with :surface for PyPlot
2017-05-04 13:19:10 +02:00
Michael Krabbe Borregaard
cebe1eedeb
Merge pull request #797 from mkborregaard/updatenews
...
Update News.md
2017-05-04 13:17:06 +02:00
Michael K. Borregaard
c22a9e51a1
Update News.md
2017-05-04 13:15:05 +02:00
Michael Krabbe Borregaard
e41022c7be
Merge pull request #787 from oschulz/new-hist-impl
...
Rewrite of histogram recipes, using StatsBase.histogram
2017-05-04 12:33:42 +02:00
Oliver Schulz
56a9389023
Fix log-scale for 1D bar/bin/histogram series types
2017-05-04 10:02:07 +02:00
Oliver Schulz
1188230641
Change histogram implementation, use StatsPlots, add new histogram styles
...
New series recipes for binned data:
* barbins
* scatterbins
* stepbins
New series recipes for histogram:
* barhist (histogram is now an alias for this)
* scatterhist
* stephist
Supports plotting 1D and 2D StatsBase histograms, seriestype can be set to
bar(bins), scatter(bins) or step(bins).
Also adds support for some common auto-binning modes:
* :sturges, :auto - Sturges' formula
* :sqrt - Square-root choice
* :rice - Rice Rule
* :scott - Scott's normal reference rule
* :fd - Freedman–Diaconis rule
Maybe these could be contributed to StatsBase at some point.
Error bars currently don't work correctly for scatterbins and scatterhist,
due to problem with manipulating error bars in a series recipe, but do work
for "plot(h::StatsBase.Histogram, seriestype = :scatter)" (works around
the problem by calling scatter directly, it seems that error bars can be
manipulated correctly in a type recipe).
2017-05-04 10:02:07 +02:00
Michael Krabbe Borregaard
e760b42560
Merge pull request #789 from huckl3b3rry87/pull-request/5e5e1850
...
deleted old warning for conda
2017-05-04 09:55:31 +02:00
Huckleberry Febbo
627c03193a
Merge branch 'master' into pull-request/5e5e1850
2017-05-03 16:00:06 -04:00
Sebastian Pech
0f837f3438
Add pgfplots support for zcolor and colorbar
2017-05-03 10:46:25 +02:00
Daniel Schwabeneder
af072da0b0
avoid auto-reduction of user-defined ticks
2017-05-02 21:10:43 +02:00
Daniel Schwabeneder
c4f3b93da5
increase rightpad for colorbars
2017-05-02 20:36:33 +02:00
Michael Krabbe Borregaard
906f11ed76
Merge pull request #782 from oschulz/fix-pylot-conda-handling
...
Prevent inadvertent Conda ROOTENV initialization
2017-05-02 16:10:46 +02:00
Huckleberry Febbo
2e7329931c
changed warning in imagemagick
2017-05-01 11:14:38 -04:00
Huckleberry Febbo
5e5e1850ac
deleted old warning for conda
2017-05-01 11:04:39 -04:00
Daniel Schwabeneder
93d16a27c1
undo unnecessary changes
2017-04-30 19:27:01 +02:00
Daniel Schwabeneder
a602309a02
wip let axis limits expand
2017-04-30 19:02:42 +02:00
Oliver Schulz
6b250d1ab6
Prevent inadvertent Conda ROOTENV initialization
...
Conda._installed_packages_dict() always runs Conda._install_conda(),
even when using an external conda installation (e.g. via Anaconda).
2017-04-27 17:50:27 +02:00
Michael Krabbe Borregaard
1ee6affcb3
Merge pull request #777 from Godisemo/patch-1
...
Add colorbar_title attr to plotly(js) backends
2017-04-24 11:54:22 +02:00
Daniel Schwabeneder
11e9eb3aa3
allow Int as input type for the ticks attribute to set the desired number of ticks
2017-04-23 20:30:48 +02:00
Godisemo
7a1dd0db29
Add colorbar_title attr to plotly(js) backends
...
fixes issue #773
2017-04-20 17:40:05 +02:00
Michael Krabbe Borregaard
e41918569b
Merge pull request #776 from JuliaPlots/revert-747-hdf5plots
...
Revert "Initial implementation for HDF5 plots."
2017-04-20 00:08:44 +02:00
Michael Krabbe Borregaard
ec6f75b59e
Revert "Initial implementation for HDF5 plots."
2017-04-19 16:14:48 +02:00
Michael Krabbe Borregaard
ec595c23e5
Merge pull request #747 from ma-laforge/hdf5plots
...
Initial implementation for HDF5 plots.
2017-04-19 06:26:52 +02:00
Michael Krabbe Borregaard
2c5a37d38e
Merge pull request #746 from ma-laforge/inspectdr
...
Layout fix: Update plot.bb in _update_plot_object.
2017-04-18 20:55:21 +02:00
Michael Krabbe Borregaard
3ec61cd012
Merge pull request #771 from blegat/travis
...
Update Travis badge
2017-04-18 20:23:02 +02:00
Michael Krabbe Borregaard
a3b4b9c8b2
Merge pull request #774 from ChrisRackauckas/complex
...
Recipe for handing arrays of complex values
2017-04-18 20:17:35 +02:00
Jonathan Anderson
b3db49b4ae
Update gr.jl in v0.6 so inline plots work
...
I wanted to switch from using GR directly to using Plots, but the inline plots were not working for me. The following change is sufficient to generate inline plots in iterm for me.
See the method in GR.jl:
https://github.com/jheinen/GR.jl/blob/0f167b2be921a0014c405f760a1e1bc22b222751/src/GR.jl#L3014
julia> versioninfo()
Julia Version 0.6.0-pre.beta.187
Commit 55c97fb* (2017-04-17 23:06 UTC)
Platform Info:
OS: Linux (x86_64-redhat-linux)
CPU: Intel(R) Xeon(R) CPU E5-2670 v3 @ 2.30GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.9.1 (ORCJIT, haswell)
julia> using TerminalExtensions
julia> using Plots
julia> gr(display_type=:inline);
julia> z=[sin(sqrt(x^2+y^2)) for x in linspace(-2π,2π,50), y in linspace(-2π,2π,50)];
julia> contour(z)
2017-04-18 10:39:50 -05:00
Jonathan Anderson
5166d16406
Update gr.jl inline display to match GR.jl
...
I wanted to switch from using GR directly to using Plots, but the inline plots were not working for me.
The following change is sufficient to generate inline plots in iterm for me
https://github.com/jheinen/GR.jl/blob/0f167b2be921a0014c405f760a1e1bc22b222751/src/GR.jl#L3014
julia> versioninfo()
Julia Version 0.6.0-pre.beta.187
Commit 55c97fb* (2017-04-17 23:06 UTC)
Platform Info:
OS: Linux (x86_64-redhat-linux)
CPU: Intel(R) Xeon(R) CPU E5-2670 v3 @ 2.30GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.9.1 (ORCJIT, haswell)
julia> using TerminalExtensions
julia> using Plots
julia> gr(display_type=:inline);
julia> z=[sin(sqrt(x^2+y^2)) for x in linspace(-2π,2π,50), y in linspace(-2π,2π,50)];
julia> contour(z)
2017-04-18 10:32:07 -05:00
ChrisRackauckas
3e7dd9bb77
tone down recipe
2017-04-17 22:15:13 -07:00
Simon
0ab57b3d76
Merge pull request #772 from blegat/fix770
...
Fix #770
2017-04-17 14:10:12 +02:00
ChrisRackauckas
0be0824207
(complex) type recipe
2017-04-16 13:14:12 -07:00
ChrisRackauckas
7def4e8e73
add transformation option
2017-04-16 13:01:51 -07:00
Michael Krabbe Borregaard
2397c78e9f
Merge pull request #762 from mkborregaard/vectorfield_alias
...
add vectorfield alias to quiver: Closes #760
2017-04-16 19:37:04 +02:00
ChrisRackauckas
9a59df793d
coloring setup
2017-04-15 17:00:00 -07:00
ChrisRackauckas
1852ba99b3
force real x
2017-04-15 13:16:40 -07:00
ChrisRackauckas
0d665c661f
complex recipe
2017-04-15 13:14:14 -07:00
Benoît Legat
f11828075b
Fix #770
2017-04-13 22:20:03 +02:00
Benoît Legat
9a1efefbd4
Update Travis badge
2017-04-13 22:17:34 +02:00
Benoît Legat
066ff96b58
Use clims with :surface for PyPlot
2017-04-13 19:58:31 +02:00
Josef Heinen
7d8b00d1b9
Merge pull request #768 from jheinen/master
...
gr: expand extrema for heatmap() axes
2017-04-13 10:54:04 +02:00
Josef Heinen
5d4f3182fc
gr: expand extrema for heatmap() axes
2017-04-13 10:51:03 +02:00
Josef Heinen
b8d80f5285
Merge pull request #767 from jheinen/master
...
gr: use correct line width
2017-04-10 17:18:39 +02:00
Josef Heinen
ccb9df2a08
gr: use correct line width
2017-04-10 14:56:38 +02:00
Josef Heinen
c3ae9e1ee2
Merge pull request #764 from JuliaPlots/dev
...
gr: use correct marker size
2017-04-10 12:59:39 +02:00
Josef Heinen
abcc4b6739
Merge pull request #763 from jheinen/dev
...
gr: use correct colorbar() routine
2017-04-10 12:58:10 +02:00
Josef Heinen
dd3f65496a
gr: use correct marker size
2017-04-10 12:54:57 +02:00
Michael K. Borregaard
2d69fc39de
add vectorfield alias to quiver
2017-04-08 13:14:56 +02:00
Michael Krabbe Borregaard
731cac4262
Merge pull request #752 from daschw/ds-datetime-ticks
...
restore bar_width behavior for date x axis
2017-04-06 16:13:09 +02:00
Michael Cawte
b4846bd5d5
Added an animation with subplots example
2017-04-06 11:58:50 +12:00
Josef Heinen
fac39344f4
Merge pull request #754 from jheinen/dev
...
gr: use correct colorbar() routine
2017-03-31 16:28:18 +02:00
Josef Heinen
ffb9878893
gr: use correct colorbar() routine
2017-03-31 16:26:29 +02:00
Daniel Schwabeneder
034a1af649
restore bar_width behavior for date x axis
2017-03-29 23:20:30 +02:00
MA Laforge
06fd894f79
Initial implementation for HDF5 plots.
2017-03-27 10:04:30 -04:00
MA Laforge
5731648479
Layout fix: Update plot.bb in _update_plot_object.
2017-03-25 17:51:33 -04:00
Tom Breloff
1ebc2cb9c1
Merge pull request #731 from mkborregaard/fix-colors-with-marker_z
...
fix plotly error on marker_z
2017-03-15 12:14:44 -04:00
Tom Breloff
0bd76ef7a4
Merge pull request #729 from JuliaPlots/sd/dev
...
newest changes
2017-03-15 12:14:30 -04:00
Tom Breloff
ea15f7746d
Merge pull request #720 from daschw/pull-request/f2235abf
...
Added logic to choose *round* DateTime tick positions
2017-03-15 12:14:12 -04:00
Michael K. Borregaard
ed102269e7
fix error on marker_z
2017-03-14 22:47:43 +01:00
Daniel Schwabeneder
76e1f4720b
avoid ignoring ticks set by the user
2017-03-13 16:05:30 +01:00
Tom Breloff
2317b77314
Merge pull request #721 from mkborregaard/fix-pyplot-grid
...
set dotted grid lines for pyplot
2017-03-13 09:54:43 -04:00
Michael Krabbe Borregaard
1a7bb10a22
Merge pull request #718 from anowacki/0.6-scale-fix
...
Remove import of Base.scale(!); fixes #687
2017-03-11 08:13:23 +01:00
Michael Krabbe Borregaard
0732006d5a
Merge pull request #727 from mkborregaard/fix-linecolor-for-density
...
remove density from like_histogram
2017-03-10 23:53:48 +01:00
Michael K. Borregaard
fb2e12089f
remove density from like_histogram
2017-03-10 23:53:00 +01:00
Michael K. Borregaard
7a0e03b374
set dotted grid lines for pyplot
2017-03-07 08:04:15 +01:00
Daniel Schwabeneder
f2235abf08
Added logic to choose *round* DateTime tick positions
2017-03-06 23:52:59 +01:00
Andy Nowacki
5435ce20a9
Remove import of Base.scale(!); fixes #687
...
Base.scale and Base.scale! were deprecated in v0.5 and removed in
v0.6-pre.alpha. Removing their import permits use on v0.6- and
is fine since we REQUIRE v0.5 and above.
2017-03-06 10:25:21 +00:00
Michael Krabbe Borregaard
124f1fe701
Merge pull request #716 from mkborregaard/fix-gr_inqtext
...
define default behaviour for symbol in gr_text
2017-03-04 15:13:36 +01:00
Michael K. Borregaard
37e2c18c3c
define default behaviour for symbol in gr_text
2017-03-03 12:15:23 +01:00
Michael Krabbe Borregaard
032f5a5dab
Merge pull request #692 from mkborregaard/showlibrary
...
Update Plots to use color libraries
2017-03-02 22:04:10 +01:00
Michael K. Borregaard
7e41a2f40d
sort colors
2017-03-01 22:18:34 +01:00
Tom Breloff
8b90eb37c5
Merge pull request #711 from mkborregaard/fix-pyplot-deprecation-warning
...
fix set_axis_bgcolor
2017-03-01 10:32:28 -05:00
Tom Breloff
ff797b11d1
Merge pull request #703 from lwabeke/FreeBSDfix
...
FreeBSDfix
2017-03-01 10:32:08 -05:00
Tom Breloff
31c665a837
Merge pull request #706 from ma-laforge/inspectdr
...
InspectDR: Reflect changes to support delta markers.
2017-03-01 10:06:27 -05:00
Tom Breloff
68c39697a6
Merge remote-tracking branch 'origin/dev'
2017-02-28 13:52:08 -05:00
Michael K. Borregaard
6f8881b610
set defaults to sequential
2017-02-28 12:43:06 +01:00
Michael K. Borregaard
1b468ba5d8
fix gr.text on showgradient
2017-02-28 12:35:08 +01:00
Michael K. Borregaard
7aca2b1584
fix set_axis_bgcolor
2017-02-28 09:15:32 +01:00
Michael K. Borregaard
41e56b1f2e
put PlotThemes in :misc
2017-02-28 07:56:00 +01:00
Michael K. Borregaard
cad96e652f
fix error on gr
2017-02-27 22:45:14 +01:00
Michael Krabbe Borregaard
c7bde0ff19
Merge pull request #1 from mkborregaard/theme-works-with-colorlibraries
...
Theme works with colorlibraries
2017-02-27 21:52:52 +01:00
Michael K. Borregaard
6b94bbac2d
updated function names
2017-02-27 21:52:22 +01:00
Michael K. Borregaard
f7de9fbea4
Merge branch 'JuliaPlots/master' into showlibrary
2017-02-27 21:48:33 +01:00
Michael K. Borregaard
5465479e57
Put themes in Plots library
2017-02-27 21:47:12 +01:00
Josef Heinen
cd3ce86dbb
Merge pull request #710 from jheinen/dev
...
Fixed image bug
2017-02-27 14:15:41 +01:00
Josef Heinen
b109025fac
Fixed image bug
2017-02-27 14:13:16 +01:00
Michael K. Borregaard
6e74411a8e
Merge branch 'JuliaPlots/master' into theme-works-with-colorlibraries
2017-02-26 20:43:09 +01:00
Michael K. Borregaard
6c51982793
fix theme default
2017-02-26 20:43:04 +01:00
Michael Krabbe Borregaard
8f841cdea4
Merge pull request #709 from JuliaPlots/fix-uneven
...
Fix uneven
2017-02-26 20:39:35 +01:00
Michael K. Borregaard
eab4cfdf2d
allow color libraries to be used in PlotThemes
2017-02-26 17:23:43 +01:00
Michael Krabbe Borregaard
34c0361d1a
Merge pull request #707 from mkborregaard/new-histogram
...
fix uneven bins
2017-02-26 08:33:30 +01:00
Michael K. Borregaard
24c27737c1
fix uneven bins
2017-02-26 08:32:52 +01:00
MA Laforge
b0dabaafe8
InspectDR: Reflect changes to support delta markers.
2017-02-25 11:33:24 -05:00
Tom Breloff
9472c0c5e5
skip pyplot image test
2017-02-24 15:19:41 -05:00
Tom Breloff
89fe3c9150
Merge remote-tracking branch 'origin/dev'
2017-02-24 11:02:50 -05:00
Leon Wabeke
9e1d551173
Commit to address issue #681
...
Change to address issue #681
Untested change
2017-02-24 12:19:20 +02:00
Leon Wabeke
2d61b413d6
Merge remote-tracking branch 'JuliaPlots/master'
2017-02-24 12:13:05 +02:00
Tom Breloff
aec08c74e0
Merge pull request #697 from lwabeke/add_clims_for_plotly
...
Attempt to add support for clims to plotly backend
2017-02-22 11:02:45 -05:00
Tom Breloff
48e8cb5eb1
Merge pull request #698 from joshday/jd_gr_label
...
Change GR label for scatterplot
2017-02-22 10:58:49 -05:00
Josh Day
fd947ab887
only one, smaller gr marker
2017-02-22 10:40:16 -05:00
Leon Wabeke
5395b41852
Attempt to add support for clims to plotly backend
...
Added support for clims, seems to work on heatmap, surface and contour.
On surface zlims be still be set to be different from clims.
2017-02-22 15:57:41 +02:00
Michael K. Borregaard
b7536f129b
Revert "replaced boxes with symmetrical squares"
...
This reverts commit 28b026c9ad .
2017-02-22 11:52:54 +01:00
Michael K. Borregaard
28b026c9ad
replaced boxes with symmetrical squares
2017-02-22 11:49:31 +01:00
Michael K. Borregaard
d4b7bfbe1d
Added a recipe to show a single gradient
2017-02-22 11:48:37 +01:00
Michael K. Borregaard
4b2ce036e8
change numbers
2017-02-21 22:49:15 +01:00
Michael K. Borregaard
2a350df5eb
plot recipe to show color libraries
2017-02-21 22:44:32 +01:00
Tom Breloff
bdc815066e
Merge remote-tracking branch 'origin/dev'
2017-02-21 12:12:35 -05:00
Tom Breloff
44f4f22fdd
Merge pull request #683 from sebastianpech/master
...
Fix halign for annotations in pgfplots backend
2017-02-14 15:11:28 -05:00
Sebastian Pech
5ae2044d02
Fix halign for annotations in pgfplots backend
...
PGFPlot uses inverted right and left parameters.
2017-02-14 21:04:13 +01:00
Tom Breloff
5e80a05f32
Merge pull request #679 from jheinen/dev
...
gr: added support for hexbin plots
2017-02-14 14:20:27 -05:00
Josef Heinen
eb7534d319
gr: corrected alignment of rotated axes labels
2017-02-14 09:55:46 +01:00
Josef Heinen
471b09bd6c
gr: added support for hexbin plots
2017-02-10 11:24:48 +01:00
Tom Breloff
a4549cbfa2
Merge pull request #674 from mkborregaard/better-docs
...
WIP: lookup attributes at the console
2017-02-09 09:09:18 -05:00
Michael K. Borregaard
d663267cde
improved println call
2017-02-09 11:12:46 +01:00
Michael K. Borregaard
35a56962fc
more concise output
2017-02-09 10:40:08 +01:00
Michael K. Borregaard
82161e60bc
removed unnecessary Plots qualifier
2017-02-09 00:12:16 +01:00
Michael K. Borregaard
51a47cb2b1
Added basic support for searching attributes at the console
2017-02-08 23:51:15 +01:00
Michael K. Borregaard
9804debe86
Merge remote-tracking branch 'JuliaPlots/master'
2017-02-08 17:22:33 +01:00
SimonDanisch
c93e2b80ca
fixes for GLVisualize
2017-02-07 18:28:22 -05:00
Tom Breloff
1555876280
Merge pull request #669 from YongHee-Kim/master
...
enable standalone window for plotlyjs() backend
2017-02-06 09:40:43 -05:00
Tom Breloff
1d08e6619b
Merge pull request #668 from ma-laforge/inspectdr
...
Make compatible with InspectDR v0.1.4.
2017-02-06 09:10:27 -05:00
YongHee Kim
0880487be2
enable standalone window for plotlyjs() backen
2017-02-06 21:29:41 +09:00
Tom Breloff
2ac4ffc576
Merge pull request #663 from fuzzybear3965/master
...
path spaces fix stolen from http://stackoverflow.com/a/13692919
2017-02-03 10:24:36 -05:00
Tom Breloff
7b2a0a92c4
Merge pull request #667 from sebastianpech/master
...
Fix/Extend pgfplots functions
2017-02-03 10:23:02 -05:00
Sebastian Pech
d883274586
Fix comments
2017-02-03 08:25:55 +01:00
Sebastian Pech
803de95367
Merge branch 'master' of https://github.com/JuliaPlots/Plots.jl
2017-02-03 08:22:23 +01:00
MA Laforge
3ca39728d8
Make compatible with InspectDR v0.1.4.
2017-02-02 20:38:34 -05:00
Sebastian Pech
1111000217
Add support for ticks rotation
2017-02-02 17:39:34 +01:00
Sebastian Pech
dd505fedcc
Add support for polar axis
2017-02-02 16:43:30 +01:00
Sebastian Pech
48ff2fb8b8
Merge branch 'master' of https://github.com/JuliaPlots/Plots.jl
2017-02-02 16:06:59 +01:00
Sebastian Pech
d5eafad48e
Add annotations and series_annotations to pgfplots
2017-02-02 16:05:17 +01:00
John Rinehart
2e1c86c0c7
path spaces fix stolen from http://stackoverflow.com/a/13692919
...
Spaces in Windows paths resulted in improper DOS command. Fix designed
according to the above-referenced StackOverflow post.
2017-01-31 23:57:29 -05:00
Tom Breloff
c728bf52b8
Merge pull request #662 from ma-laforge/inspectdr
...
Fix inversion in padding.
2017-01-28 11:55:11 -05:00
MA Laforge
95a26f5080
Fix inversion in padding.
2017-01-28 11:47:10 -05:00
Sebastian Pech
85eaef6aa9
Merge branch 'master' of https://github.com/JuliaPlots/Plots.jl
2017-01-26 15:19:57 +01:00
Tom Breloff
dee160f2b8
Merge pull request #656 from ma-laforge/inspectdr
...
Add support for layout & plot size.
2017-01-25 11:47:58 -05:00
Tom Breloff
6d38e52321
Merge pull request #659 from ma-laforge/pyplot_qtinit
...
Fix exception calling backend() in _initialize_backend().
2017-01-25 11:47:31 -05:00
MA Laforge
caed94328f
Fix exception calling backend() in _initialize_backend().
2017-01-25 11:40:47 -05:00
MA Laforge
ebf92d3033
Add support for layout & plot size.
...
Also:
Add basic support for polar plots.
Add support for plot title & background color of entire figure.
2017-01-23 21:25:55 -05:00
SimonDanisch
fdadfa3a80
small changes
2017-01-24 02:42:20 +01:00
Sebastian Pech
f8b84185ac
Add rounding and obtain plot height from layout bbox
2017-01-23 14:28:26 +01:00
Sebastian Pech
caf86686dd
Fix yshift of subplots.
...
Calculation of coordinate transformation from bb to pgf did not consider the
height of the plot.
2017-01-23 13:56:40 +01:00
Sebastian Pech
bcd5d9ef90
Fix issue where every series is plotted with a fillcolor
2017-01-22 16:57:28 +01:00
SimonDanisch
45b5922d01
dont rely on postempty, img transpose not necessary anymore
2017-01-20 19:07:20 +01:00
Sebastian Pech
1a91eacdcb
Enable histogram plotting in pgfplot
2017-01-20 15:26:54 +01:00
Tom Breloff
0421fe9a82
Merge pull request #651 from huckl3b3rry87/pull-request/43a21364
...
Pull request/43a21364
2017-01-19 22:02:55 -05:00
Huckleberry Febbo
43a213643b
changed code so it does not automatically change qt version
2017-01-19 18:04:09 -05:00
Huckleberry Febbo
cd8939fe0b
finished fixing segfault issue when qt>v4.8.5 on Ubuntu using pyplot
2017-01-19 17:32:37 -05:00
Huckleberry Febbo
c250d7c073
working on fixing pyplot issue for ubuntu
2017-01-19 14:45:16 -05:00
Tom Breloff
3b570edea1
added back precompilation
2017-01-13 09:33:02 -05:00
Tom Breloff
199a3306db
fix support for fill_z in pyplot
2017-01-11 10:37:54 -05:00
Tom Breloff
3236e06fb9
wrap_surfaces for 3 matrices
2017-01-10 11:35:57 -05:00
Tom Breloff
492618ae67
Merge pull request #641 from tbreloff/surfacecolor
...
Add fill_z attribute and plotly impl
2017-01-09 16:17:49 -05:00
Naoki Saito
c5737db4f5
Add fill_z attribute and plotly impl
2017-01-09 16:03:14 -05:00
Tom Breloff
40b49b9873
Merge pull request #631 from ma-laforge/inspectdr
...
Inspectdr
2017-01-09 15:18:04 -05:00
MA Laforge
1fa34574e8
More fixes requested by Tom:
...
Add add_backend_string().
Remove un-necessary test: true == plt[:show].
2017-01-09 15:14:39 -05:00
Michael K. Borregaard
4c2db68037
Merge remote-tracking branch 'tbreloff/master'
2017-01-09 11:42:33 -07:00
Tom Breloff
1c522159df
Merge remote-tracking branch 'origin/master' into dev
2017-01-09 13:22:07 -05:00
Tom Breloff
967dca7912
Merge remote-tracking branch 'origin/dev' into dev
2017-01-09 13:20:18 -05:00
Tom Breloff
7d66c502f4
support tex in pgfplots; closes #637
2017-01-09 13:19:37 -05:00
Tom Breloff
9b9e2fe6cd
Merge pull request #636 from jheinen/dev
...
gr: use GKSwstype environment (required for QML)
2017-01-09 12:07:09 -05:00
Tom Breloff
47ee0a4c97
Merge pull request #633 from tbreloff/dev
...
fix arrays of funcs; closes #632
2017-01-09 12:06:45 -05:00
Tom Breloff
f10bda463c
Merge pull request #635 from anowacki/nowacki/default-font-family
...
Use `sans-serif` as default font family (fix #593 )
2017-01-09 12:05:53 -05:00
Josef Heinen
72d336265b
gr: use GKSwstype environment (required for QML)
2017-01-06 19:48:41 +01:00
Andy Nowacki
a087a6694b
Use sans-serif as default font family ( fix #593 )
...
Rather than specifying a specific typeface, set the font
*family* in the `family` field of `Font` as `sans-serif`
by default.
Fixes #593 .
2017-01-06 16:45:40 +00:00
Michael K. Borregaard
5eaf6b2adc
Merge remote-tracking branch 'tbreloff/master'
2017-01-06 14:50:11 +01:00
Thomas Breloff
57840a37d0
fix for func assert
2017-01-05 15:44:56 -07:00
Thomas Breloff
aedcb372f6
forgot utils.jl
2017-01-05 15:30:34 -07:00
Thomas Breloff
7f554d3c84
fix arrays of funcs; closes #632
2017-01-05 15:25:08 -07:00
MA Laforge
edf1daa7d7
Improve gui handling & remove global state.
...
Also:
Add AVec support for colors.
Move init code back to _initialize_backend.
2017-01-05 14:39:50 -05:00
Thomas Breloff
f554bf925e
try catch for func recipe, move adapted_grid to f,xmin,xmax recipe; closes #610 ; closes #621
2017-01-05 10:18:47 -07:00
Tom Breloff
9676309ba2
Merge pull request #623 from KristofferC/kc/plot_adapt
...
use adapted_grid from PlotUtilities for single functions
2017-01-05 09:56:37 -07:00
MA Laforge
c78444fc24
Improve support for Shapes, markers & colors.
...
Details:
Control font & background color.
Support arbitrary marker shapes.
Support more pre-defined markers.
Support Shapes in plots.
Support ln-plots.
Also:
Fix ncolumns.
Update supported section.
2017-01-04 17:41:05 -05:00
Michael K. Borregaard
4ab51d4bfa
Merge remote-tracking branch 'tbreloff/master'
2017-01-02 10:16:07 +01:00
MA Laforge
e381c13dc6
Initial support for InspectDR.
2016-12-31 15:41:11 -05:00
Kristoffer Carlsson
ec31898f25
use adapted_grid from PlotUtilities for single functions
2016-12-25 00:38:58 +01:00
Tom Breloff
a88d78a2e9
Merge pull request #604 from pabloferz/pz/plotlyjs
...
Proper "id" synchronization of plotlyjs plots
2016-12-24 19:05:44 +01:00
Tom Breloff
92430afba9
Merge pull request #618 from ChrisRackauckas/patch-2
...
Fix precompile disable
2016-12-24 19:04:38 +01:00
Christopher Rackauckas
8f60a4df8d
Fix precompile disable
2016-12-19 14:49:44 -08:00
Michael K. Borregaard
08c9e627ab
Merge remote-tracking branch 'tbreloff/master'
2016-12-16 10:10:39 +01:00
Tom Breloff
c092d3cab4
Merge branch 'master' into dev
2016-12-13 14:54:46 -05:00
Pablo Zubieta
46ad076751
Proper id synchronization of plotlyjs plots
2016-12-10 23:49:17 -06:00
Thomas Breloff
07731614a9
fix ComplexPlot; closes #598
2016-12-02 20:37:35 -05:00
Tom Breloff
d8ffd729f4
Merge pull request #597 from tbreloff/dev
...
Output/Animation improvements
2016-12-01 15:26:21 -05:00
Tom Breloff
b23d94eeb8
inline display
2016-12-01 15:22:51 -05:00
Tom Breloff
4ed7144ca4
animation fixes: show for videos, imagemagick init
2016-12-01 10:23:41 -05:00
Tom Breloff
ad924e8cc9
Merge pull request #595 from tbreloff/dev
...
buildanimation: mov and mp4
2016-11-30 09:54:26 -05:00
Tom Breloff
aa929ec24f
buildanimation: mov and mp4
2016-11-30 09:50:28 -05:00
Tom Breloff
07f7fd3c7a
Merge remote-tracking branch 'origin/master' into dev
2016-11-28 12:58:08 -05:00
Tom Breloff
83beca098b
Merge pull request #591 from pabloferz/pz/plotlyjs
...
Fix embeding of PlotlyJS plots in Jupyter
2016-11-28 12:57:35 -05:00
Pablo Zubieta
2c3d35d249
Fix embeding of PlotlyJS plots in Jupyter
2016-11-28 11:53:14 -06:00
Tom Breloff
90e655d979
use_remote for plotly html output
2016-11-28 11:02:32 -05:00
Tom Breloff
8204b51213
Merge remote-tracking branch 'origin/master' into dev
2016-11-28 10:13:40 -05:00
Tom Breloff
c3f40d0555
allow end in Plot/Subplot getindex; closes #587
2016-11-28 10:13:00 -05:00
Tom Breloff
cbd134987b
Merge pull request #590 from piever/pull-request/167fd687
...
Added savefig html
2016-11-27 23:26:37 -05:00
Pietro Vertechi
167fd68774
Added savefig html
2016-11-28 04:15:09 +00:00
Tom Breloff
2b8cc7cfde
Merge pull request #589 from piever/pull-request/62280fb2
...
Allow errorbars in plots with categorical x axis (see #549 )
2016-11-26 21:56:44 -05:00
Pietro Vertechi
62280fb24b
Modified error_coords to allow errorbars in plots with categorical x-axis
2016-11-26 01:49:48 +00:00
Tom Breloff
2a7604ef5f
gr: fix 3d grid
2016-11-22 13:45:11 -05:00
Tom Breloff
0b47aafd14
Merge pull request #585 from tbreloff/sd/dev
...
use more unique name
2016-11-22 12:36:09 -05:00
Simon Danisch
24eefbed2b
use more unique name
2016-11-22 18:35:12 +01:00
Tom Breloff
ab7a73c879
Merge pull request #584 from tbreloff/sd/dev
...
fix closing window
2016-11-22 11:25:13 -05:00
Simon Danisch
81e0868725
fix closing window
2016-11-22 17:16:01 +01:00
Tom Breloff
eba1e366bb
_canvas_type in unicodeplots
2016-11-21 14:49:39 -05:00
Tom Breloff
e9ccdef447
Merge pull request #579 from piever/pull-request/bdce27dd
...
Implemented legend position in plotly
2016-11-21 11:21:39 -05:00
Pietro Vertechi
bdce27dd7b
Implemented legend position in plotly
2016-11-20 15:35:58 +00:00
Tom Breloff
436ab89d2d
Merge pull request #570 from tbreloff/sd/dev
...
refactors + rename for new GLWindow version
2016-11-18 09:17:11 -05:00
SimonDanisch
74c2db4909
rebase
2016-11-18 00:49:33 +01:00
SimonDanisch
e12c3f332e
add missing to_vec
2016-11-18 00:44:54 +01:00
SimonDanisch
34a64db91d
changes for markers etc
2016-11-18 00:44:53 +01:00
SimonDanisch
e2a4a1e2ea
clean up signals propperly
2016-11-18 00:44:53 +01:00
SimonDanisch
22f12316ef
refactors + rename from GLWindow
2016-11-18 00:44:53 +01:00
Tom Breloff
e24acece49
shape_coords fixes; makekw
2016-11-17 13:45:49 -05:00
Tom Breloff
dd7462bd3f
travis
2016-11-17 13:07:58 -05:00
Tom Breloff
da7e0cba3e
deprecate curve_points and shape_coords and extend coords; move directed_curve/shorten_segment/random_control_point to PlotRecipes
2016-11-17 13:00:56 -05:00
Tom Breloff
50219aa872
Merge pull request #573 from swt30/subplot-methods
...
Enable shorthand methods on subplots too
2016-11-17 12:47:16 -05:00
Tom Breloff
000660b43a
return font from EachAnn; several annotation fixes; tests fixes
2016-11-17 11:28:33 -05:00
Tom Breloff
fbeaa59f18
curve offset
2016-11-16 13:55:07 -05:00
Scott Thomas
578e601368
Enable shorthand methods on subplots too
...
Shorthand methods like `title!` and `annotate!` currently only
work on fully-fledged plots; this change broadens the method
definitions so that they work on subplots too.
2016-11-16 17:28:39 +00:00
Tom Breloff
247fe27f03
limit subplot attr when setting subplot kw
2016-11-16 09:23:39 -05:00
Tom Breloff
ee2e807cc2
isnothing
2016-11-15 17:05:26 -05:00
Tom Breloff
c4a880c870
plotlyjs surf fix
2016-11-14 16:45:01 -05:00
Tom Breloff
4eb6fac881
series_annotations scalefactor
2016-11-14 13:29:32 -05:00
Tom Breloff
0ab37f49fa
plotlyjs reuse window; plotlyjs closeall; closes #567
2016-11-14 09:43:04 -05:00
Tom Breloff
376ee02041
fix series_annotations size
2016-11-11 17:43:46 -05:00
Tom Breloff
c779dc6577
fix maker-->marker
2016-11-11 13:17:50 -05:00
Tom Breloff
ad71e81338
rtri/ltri shapes; go between in directed_curve
2016-11-11 11:10:06 -05:00
Thomas Breloff
9f2ba09fc4
fix colors example
2016-11-09 17:08:28 -05:00
Simon
1e6cee2c5d
Merge pull request #564 from tbreloff/sd/dev
...
Sd/dev
2016-11-09 17:35:38 +01:00
Thomas Breloff
4dc742489d
fix cycle in fillrange
2016-11-08 11:32:17 -05:00
SimonDanisch
d751b985ac
incorperate new text scaling
2016-11-08 16:55:25 +01:00
SimonDanisch
8a58190cce
fix mesh particle size issue
2016-11-07 23:50:09 +01:00
SimonDanisch
612ca15fc0
variable change from GLVisualize
2016-11-07 23:50:09 +01:00
Thomas Breloff
2200b76054
directed_curve
2016-11-07 00:20:14 -05:00
Thomas Breloff
08771395b8
rewrite directed_curve
2016-11-06 11:46:22 -05:00
Thomas Breloff
e3c06cad57
cleanup and comments
2016-11-04 15:54:26 -04: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
281b92c262
gr arrow tail
2016-11-02 14:09:31 -04:00
Thomas Breloff
75f1cf8cbb
complexplot; Arrow side; gr arrows
2016-11-02 14:00:03 -04:00
Thomas Breloff
bf0f44773f
basic support for arrow in GR
2016-11-02 13:22:50 -04:00
Thomas Breloff
dfb89ef7f5
scalefontsize/scalefontsizes; closes #560
2016-11-02 10:20:33 -04:00
Thomas Breloff
5ef7126a3a
meta_checkout; closes #544
2016-11-02 10:00:38 -04:00
Tom Breloff
c9835a53e3
Merge pull request #559 from tbreloff/sd/dev
...
fix mesh particle size bug and better window creation
2016-11-01 12:08:21 -04:00
Tom Breloff
5ea48e6fcd
Merge pull request #557 from mkborregaard/fix-markerstrokecolor-doc
...
fix docs for msc
2016-11-01 12:07:54 -04:00
Tom Breloff
1d1a703e3c
Merge pull request #554 from ChrisRackauckas/patch-2
...
Remove precompilation
2016-11-01 12:07:33 -04:00
SimonDanisch
8110fec4ef
fix mesh particle + better window creation
2016-11-01 12:28:37 +01:00
Michael K. Borregaard
67ecf4e350
fix docs for msc
...
specifies msc defaults to foreground_color_subplots
2016-10-31 14:21:49 +01:00
Christopher Rackauckas
e8ed0a3034
Remove precompilation
...
Precompilation has never played nice with Plots, but now it has gotten even worse. Getting rid of precompilation fixes #543 and in normal use cases, the vast majority of time to plot comes from importing the other plotting libraries, so I did not notice a significant performance loss.
2016-10-28 22:21:40 -07:00
SimonDanisch
add962c8ea
Merge branch 'dev' into sd/dev
2016-10-28 11:39:52 +02:00
SimonDanisch
9bed393210
changes for new GLVisualize
2016-10-28 11:39:10 +02:00
Thomas Breloff
3aac2b2895
check for empty labs
2016-10-25 22:33:53 -04:00
Thomas Breloff
aa6814a6d3
rename update! to attr!
2016-10-18 20:45:56 -04:00
Thomas Breloff
d291582ad9
fix gr flipped heatmap
2016-10-14 13:49:47 -04:00
Thomas Breloff
ebc591747a
fix empty axes; closes #536
2016-10-14 10:42:09 -04:00
SimonDanisch
456602b79f
various fixes
2016-10-14 00:39:54 +02:00
Thomas Breloff
b1835a91af
gr extrema fix; themes gradient_name fix
2016-10-13 13:24:25 -04:00
Thomas Breloff
0a8d88a4fe
NEWS; bump version
2016-10-13 09:56:27 -04:00
Thomas Breloff
e2adcbb486
fix gradient in theme
2016-10-13 09:53:25 -04:00
Thomas Breloff
aee13d295c
fix plotlyjs lims: apply scalefunc
2016-10-12 15:11:51 -04:00
Thomas Breloff
6677e0e0a0
fix link_axes for nested singleton subplot
2016-10-12 14:52:30 -04:00
Thomas Breloff
9d64914e62
reset theme with :none/:default
2016-10-12 13:34:07 -04:00
Thomas Breloff
d136977fc4
fix date/datetime
2016-10-12 13:25:19 -04:00
Thomas Breloff
7fb995094e
added closeall for gr/pyplot
2016-10-12 11:28:43 -04:00
Thomas Breloff
f002f66890
add PlotThemes to REQUIRE; add warning for DataFrames
2016-10-12 09:30:49 -04:00
Thomas Breloff
9de3ed8cf0
remove Compat from REQUIRE
2016-10-11 19:20:07 -04:00
Thomas Breloff
7ff843ec1a
msw alias
2016-10-11 16:50:58 -04:00
Thomas Breloff
b181788dc2
add PlotThemes dep, change set_theme to theme
2016-10-11 15:36:56 -04:00
Thomas Breloff
81302c1e9d
NEWS; bump version
2016-10-11 12:43:38 -04:00
Thomas Breloff
77fbf3eb51
use drawimage for heatmap
2016-10-11 10:32:51 -04:00
Tom Breloff
837c0c06ed
Merge pull request #530 from jheinen/dev
...
gr: changed heatmap code
2016-10-11 09:32:53 -04:00
Josef Heinen
93e7bc2a2e
gr: changed heatmap code
2016-10-11 15:03:31 +02:00
Thomas Breloff
702ab3c504
remove plotly png output... point to plotlyjs
2016-10-10 07:34:51 -04:00
Thomas Breloff
b9dea42be6
fix Date recipe; closes #529
2016-10-10 07:02:10 -04:00
Thomas Breloff
ae608d4d78
staged date fix, still not working
2016-10-10 01:08:29 -04:00
Thomas Breloff
5e8c88d657
spy recipes
2016-10-09 00:52:53 -04:00
Thomas Breloff
9bbe0f9414
gr: image transpose fix
2016-10-08 23:19:26 -04:00
Thomas Breloff
f290748c72
gr: don't set GKS_WSTYPE for windows/use_default
2016-10-08 23:03:07 -04:00
Thomas Breloff
96821f6303
remove spy; support spy seriestype in unicodeplots; recipes cleanup
2016-10-08 22:39:49 -04:00
Thomas Breloff
d290c6702a
handle series_attr merge and add_defaults when combining subplots; closes #526
2016-10-08 22:00:22 -04:00
Thomas Breloff
2877cb7160
gr: replaced withenv calls with _gr_wstype and gr_set_output
2016-10-07 14:54:26 -04:00
Thomas Breloff
14fd3c94b5
fix plotly horizontal bars
2016-10-07 13:49:00 -04:00
Thomas Breloff
f615a5d05e
experimenting with gr heatmap
2016-10-07 12:53:18 -04:00
Thomas Breloff
04a4357684
fix plotly aspect_ratio and reword arg desc; closes #523
2016-10-07 12:14:06 -04:00
Thomas Breloff
a4c25321d8
histogram2d puts NaN for 0 count; fix pyplot NaNs in heatmap; change default markersize to 4
2016-10-07 11:33:02 -04:00
Thomas Breloff
068282af55
aliases for subplot colors; default(d,k); fg_color/fg_color_sp; fix tick_padding for nothing/false
2016-10-06 12:45:21 -04:00
Tom Breloff
24078661c9
Merge pull request #522 from dennybiasiolli/dennybiasiolli-patch-1
...
Fix typo in args.jl
2016-10-06 09:01:28 -04:00
Tom Breloff
54670d4259
Merge pull request #517 from fedxa/dpi-fix
...
Fix for dpi in pyplot backend
2016-10-06 09:01:05 -04:00
Denny Biasiolli
bc276acb96
Fix typo in args.jl
...
Fix #521
2016-10-06 14:29:24 +02:00
Fedor Bezrukov
9e8869acf1
Fix for dpi in pyplot backend
2016-10-03 00:37:50 +03:00
Thomas Breloff
c39f5e1483
plotly: always set tickangle
2016-09-30 13:48:27 -04:00
Thomas Breloff
f41a09b68e
plotly: support aspect_ratio
2016-09-30 13:44:37 -04:00
Thomas Breloff
4416fc919e
improve tick_padding and fix rotation for plotly/gr
2016-09-30 12:46:38 -04:00
Thomas Breloff
5ed913ba5e
plotly: plotly_surface_data and wireframes; closes #479
2016-09-30 11:25:29 -04:00
Thomas Breloff
f4329a9483
support color for plotly bar; closes #513
2016-09-30 10:40:26 -04:00
Thomas Breloff
24a4c31f0d
widen bar plots; improve ggplot2 theme
2016-09-29 16:14:46 -04:00
Thomas Breloff
2b1c4685d2
glvisualize MetaPkg
2016-09-27 15:55:28 -04:00
Thomas Breloff
980a92c625
remove show; fix plotlyjs _series_updated, closes #505
2016-09-27 13:05:28 -04:00
Thomas Breloff
54923c082c
reset_extrema; setxyz for z matrix
2016-09-27 12:51:20 -04:00
Thomas Breloff
7ce783705a
Atom match PlotPane size and support plotlyjs
2016-09-26 11:52:24 -04:00
Thomas Breloff
e23cf3377e
gr wstype default; gr tighten tick pos
2016-09-24 23:16:35 -04:00
Thomas Breloff
bed9beafdc
fix axis widen when lims is set
2016-09-24 21:59:58 -04:00
Thomas Breloff
fe1b759787
faster plotIndex count; withenv logic and cairox11/cairopng in gr
2016-09-23 12:24:56 -04:00
SimonDanisch
8c6c81e8d0
Merge branch 'sd/labels' into sd/dev
2016-09-23 12:47:26 +02:00
SimonDanisch
874e94218c
add labels
2016-09-23 12:42:38 +02:00
Thomas Breloff
755a70bf77
added series_list to Subplot object to improve performance
2016-09-22 19:36:25 -04:00
Thomas Breloff
c58de34e63
layout error msg
2016-09-22 17:36:08 -04:00
Thomas Breloff
c798fe6822
NEWS; bump version
2016-09-22 13:49:51 -04:00
Thomas Breloff
5f4dfdd5d2
add_backend/add_backend_string redesign
2016-09-22 13:47:33 -04:00
Thomas Breloff
1f7043e02a
allow curly after grid in layout macro
2016-09-21 15:51:10 -04:00
Thomas Breloff
c651be7a12
support pdf and eps in plotlyjs
2016-09-21 14:17:38 -04:00
Thomas Breloff
0cc15102fb
NEWS and bump version
2016-09-21 11:18:26 -04:00
Thomas Breloff
22aaefd1a0
_apply_type_recipe fix
2016-09-20 16:40:49 -04:00
Thomas Breloff
8638626ff5
Formatted and elementwise type recipes
2016-09-20 16:23:59 -04:00
Thomas Breloff
24fa5c8cbe
glvisualize
2016-09-20 12:53:32 -04:00
Thomas Breloff
90d054c2ec
glvisualize fixes; limit ticks to amin/amax closes #495
2016-09-20 12:05:16 -04:00
Thomas Breloff
555145a650
added pixel marker for pyplot
2016-09-19 22:23:35 -04:00
Thomas Breloff
ec17d557a7
add imperfect shape support to unicodeplots; closes #490
2016-09-16 16:22:11 -04:00
Tom Breloff
792df32e69
Merge pull request #491 from KristofferC/patch-1
...
stop double adding style options to the axis in pgfplots
2016-09-16 11:12:55 -04:00
Kristoffer Carlsson
adc96917fc
stop double adding style options to the axis in pgfplots
2016-09-16 08:48:46 +02:00
Tom Breloff
9b0e35b4b1
Merge pull request #478 from tbreloff/sd/dev
...
text rotation, move commands into module, is_marker_supported
2016-09-15 11:13:39 -04:00
Simon
9d652c8fe2
remove module and still don't overwrite scatter
2016-09-15 16:05:21 +02:00
Thomas Breloff
1be5794e05
Merge remote-tracking branch 'origin/master' into dev
2016-09-15 09:12:17 -04:00
Tom Breloff
0e561e1cd6
Merge pull request #488 from KristofferC/kc/fix_ticks
...
fix ticks for pgfplots
2016-09-15 09:11:24 -04:00
Kristoffer Carlsson
4475c38140
fix ticks for pgfplots
2016-09-15 14:58:28 +02:00
Tom Breloff
cf02408620
Merge pull request #483 from sivark/pull-request/9c317b8c
...
gif() now accepts an argument specifying number of times to loop
2016-09-15 08:52:58 -04:00
Thomas Breloff
87ab1d9ca4
added colorbar_title attr and pyplot impl
2016-09-13 12:50:28 -04:00
Sivaramakrishnan Swaminathan
9c317b8c3f
gif() now accepts an argument specifying number of times to loop
...
Note that GIF playback might have some variability depending on the
player used: https://github.com/ImageMagick/ImageMagick/issues/263
2016-09-13 10:12:44 -04:00
Thomas Breloff
ea18b11475
pyplot font family
2016-09-12 19:34:34 -04:00
Thomas Breloff
17afa11723
plotly_data for Surface; improve add_backend(:plotlyjs)
2016-09-09 22:37:55 -04:00
Simon
fc660e3486
correctly implement is_marker_supported
2016-09-09 12:34:24 +02:00
Simon
dbc12bb9ba
add rotations and move plotting commands to module
2016-09-09 12:34:24 +02:00
Simon
2c1f58e773
adhere to new scale primitive api
2016-09-09 12:34:24 +02:00
Thomas Breloff
2bde412fa3
xlims/ylims/zlims convenience methods
2016-09-07 12:22:06 -04:00
Thomas Breloff
03a9fc3419
is_supported refactor; removed deprecated backends
2016-09-06 14:01:39 -04:00
Tom Breloff
2ca7324a45
Merge pull request #474 from KristofferC/patch-1
...
forget plot if no label is provided
2016-09-06 10:00:04 -04:00
Kristoffer Carlsson
cf381880a5
forget plot if no label is provided
2016-09-06 15:48:27 +02:00
Thomas Breloff
12230f1fc9
Merge remote-tracking branch 'origin/master' into dev
2016-09-05 21:35:23 -04:00
Tom Breloff
6145214734
Merge pull request #471 from fredrikekre/fe/kw
...
Puts some values in the correct spot for PGFPlot
2016-09-05 08:28:04 -04:00
Tom Breloff
412801821f
Merge pull request #472 from jheinen/dev
...
gr: added support for aspect_ratio
2016-09-05 08:26:27 -04:00
Josef Heinen
c65c7ae252
gr: added support for aspect_ratio
2016-09-05 13:23:43 +02:00
Fredrik Ekre
c3511005c7
put values in correct spot
2016-09-05 11:29:46 +02:00
Thomas Breloff
31ea149820
glvisualize: checkout packages in add_backend
2016-09-01 21:36:51 -04:00
Thomas Breloff
a0aa702725
glvisualize: checkout packages in add_backend
2016-09-01 21:26:28 -04:00
Thomas Breloff
ac1e82075c
revert change to axes.jl
2016-09-01 21:10:23 -04:00
Tom Breloff
65649ade14
Merge pull request #469 from jheinen/dev
...
Added support for clims kwarg
2016-09-01 21:00:11 -04:00
Tom Breloff
34135f8e6b
Merge pull request #374 from SimonDanisch/dev
...
glvisualize backend
2016-09-01 20:59:13 -04:00
Simon
31c8a04856
fix api change
2016-09-01 12:11:35 +02:00
Josef Heinen
234f9b202e
Added support for clims kwarg
2016-09-01 11:59:28 +02:00
Thomas Breloff
4035c0bbe0
allow integers for colors, maps to palette index
2016-08-31 22:34:41 -04:00
Thomas Breloff
03a228fbe7
centering in bbox
2016-08-31 11:56:20 -04:00
Thomas Breloff
6e3de26477
backend_object; pgfplots _update_plot_object fix
2016-08-29 09:18:08 -04:00
Thomas Breloff
d892c57596
Atom fixes
2016-08-26 18:05:37 -04:00
Thomas Breloff
576ed7b7b3
Atom: add back PLOTS_USE_ATOM_PLOTPANE; initialize backend when backend is set and removed the println
2016-08-26 17:46:12 -04:00
Thomas Breloff
966dede6e8
Atom PlotPane finally working
2016-08-26 16:14:05 -04:00
Simon
af32590314
fix hover cam and title pos
2016-08-26 16:48:55 +02:00
Simon
475eb8f263
add GLVisualize backend
2016-08-26 15:11:47 +02:00
Thomas Breloff
8a40ac8991
added Volume with recipe, conversion, expand_extrema, and :volume type
2016-08-25 14:30:08 -04:00
Thomas Breloff
3335bf21fa
bump version and NEWS
2016-08-25 13:04:58 -04:00
Thomas Breloff
011f51fbd9
recipe postprocessing for aliases and magic args
2016-08-19 19:04:10 -04:00
Tom Breloff
333714911c
Merge pull request #452 from TotalVerb/master
...
Remove unnecessary `_print` extension
2016-08-19 15:49:09 -04:00
Tom Breloff
f165423527
Merge pull request #453 from maximsch2/master
...
add DateTime recepie
2016-08-19 15:48:56 -04:00
Maxim Grechkin
428fbb9cb9
add DateTime recepie
2016-08-19 12:43:30 -07:00
Thomas Breloff
342f9c60b2
improved twinx
2016-08-19 09:59:50 -04:00
Thomas Breloff
e13070cd6d
working on twinx
2016-08-19 02:22:12 -04:00
Thomas Breloff
76bb6bab96
gr support for mirror; switch Axis.sp for sps; fixes to inset sp setup and linking
2016-08-19 01:55:55 -04:00
Fengyang Wang
ff7b147888
Remove unnecessary _print extension
2016-08-19 01:40:20 -04:00
Thomas Breloff
55a598b796
fix mirror default
2016-08-18 21:23:50 -04:00
Thomas Breloff
f63eac9a73
added mirror and implemented in pyplot
2016-08-18 21:11:03 -04:00
Thomas Breloff
8d7c4cd108
type recipe for Dates; closes #451
2016-08-18 17:33:26 -04:00
Thomas Breloff
99f608defb
bar fix: reset orientation; layout fixes
2016-08-18 17:33:26 -04:00
Thomas Breloff
34596ada49
orientation extrema fix
2016-08-18 17:33:26 -04:00
Thomas Breloff
60c8f6f578
atom fix; add_backend for pyplot/plotly/plotlyjs; closes #449
2016-08-18 17:33:26 -04:00
Tom Breloff
959da6c5ae
Merge pull request #450 from anriseth/anriseth/saveeps
...
Add eps to savefig
2016-08-18 17:32:53 -04:00
Asbjørn Nilsen Riseth
5c127f945f
Add eps to savefig
2016-08-18 15:51:51 +01:00
Thomas Breloff
74ec733444
check for empty inputs; closes #448
2016-08-16 09:47:14 -04:00
Thomas Breloff
f560884436
_plotly_js_path fix
2016-08-12 11:02:14 -04:00
Thomas Breloff
f68f82e3f4
gr: fix image and alpha; switch transpose_z to use permutedims
2016-08-12 10:30:53 -04:00
Tom Breloff
56bd8006bc
Merge pull request #446 from tkelman/patch-1
...
another Pkg.dir -> dirname(@__FILE__) replacement
2016-08-12 10:23:24 -04:00
Tony Kelman
ca062c3ce2
another Pkg.dir -> dirname(@__FILE__) replacement
...
ref #425
2016-08-12 02:46:33 -07:00
Thomas Breloff
90aba32ca5
fix for spurious scale warnings; closes #444
2016-08-11 13:11:22 -04:00
Thomas Breloff
e164a8274a
fix pyplot heatmap; closes #388
2016-08-10 14:32:54 -04:00
Thomas Breloff
23b25d4954
fixed rotate
2016-08-10 09:42:21 -04:00
Patrick Kofod Mogensen
bc7c8993c0
Support *ticks in PGFplots.
2016-08-10 09:41:43 -04:00
Thomas Breloff
9db7de8373
added skinny markers + and x; closes #436
2016-08-09 17:09:53 -04:00
Thomas Breloff
f8fddb49e2
fix for sticks default fillrange for log scale; closes #435
2016-08-09 16:38:32 -04:00
Thomas Breloff
991b2e7ca5
fix clims for line_z in pyplot; closes #395
2016-08-09 16:28:40 -04:00
Thomas Breloff
54cd96e5e0
handle axis=nothing; closes #428
2016-08-09 15:42:09 -04:00
Thomas Breloff
599f91860a
allow failures: nightly
2016-08-09 15:03:29 -04:00
Thomas Breloff
d59564999c
Atom inline display
2016-08-09 13:15:04 -04:00
Tom Breloff
5a87adaa7f
Merge pull request #425 from tkelman/nopkgdir
...
Use dirname(@__FILE__) instead of Pkg.dir
2016-08-05 16:57:56 -04:00
Tony Kelman
4e6150fe1e
use S3 links on appveyor
...
and add fast-fail snippet
2016-08-02 20:39:49 -07:00
Tony Kelman
553125713d
0.4 no longer supported on master
2016-08-02 20:37:39 -07:00
Tony Kelman
5583d9f315
Use dirname(@__FILE__) instead of Pkg.dir
...
This allows installing the package elsewhere.
Add testing against 0.5 to Travis - this runs the most
recent RC now, release once final tags are done
2016-08-02 22:52:33 -04:00
Thomas Breloff
20df4967a4
NEWS
2016-08-02 21:24:17 -04:00
Thomas Breloff
6a30435071
gr: added GKS_DOUBLE_BUF to display and removed forgotten debugging statement
2016-08-02 21:04:36 -04:00
Thomas Breloff
5776ff1fdf
clear insets after use; closes #416
2016-07-26 15:48:41 -04:00
Thomas Breloff
bbb00816f1
axis formatter
2016-07-26 12:34:06 -04:00
Thomas Breloff
3b1c409fd7
reset GR viewport for annotations; fixes #398
2016-07-25 16:06:24 -04:00
Thomas Breloff
ee68798de3
add back single function recipe; closes #401
2016-07-25 15:40:28 -04:00
Thomas Breloff
3ae8dc9bd7
fix cycle; fix GR fill
2016-07-25 15:25:50 -04:00
Thomas Breloff
e9dca92c11
remove mkdir call in tests; closes #397
2016-07-22 11:18:28 -04:00
Thomas Breloff
98cce223e9
unicodeplots size fix
2016-07-22 09:43:43 -04:00
Thomas Breloff
1d7a470f78
plotly ticks fix
2016-07-21 10:52:06 -04:00
Thomas Breloff
461d5efc4b
removed release from travis; push for series; update for subplot
2016-07-20 20:44:28 -04:00
Thomas Breloff
705dbf60fa
removed compat; added series update methods
2016-07-20 15:15:40 -04:00
Thomas Breloff
bb180ad59a
UTF8String to String
2016-07-20 09:40:10 -04:00
Thomas Breloff
463e1bcb90
require julia 0.5-; writemime to show
2016-07-19 16:51:05 -04:00
Thomas Breloff
22ac2df595
bump version; NEWS
2016-07-19 12:13:40 -04:00
Thomas Breloff
73af635be6
bump version
2016-07-19 11:17:27 -04:00
Thomas Breloff
c1c97a5fc1
labelfunc for pyplot
2016-07-19 10:32:23 -04:00
Thomas Breloff
6a97dc8825
extrema fix for bool/nothing
2016-07-18 16:19:58 -04:00
Thomas Breloff
d832f34733
travis
2016-07-18 15:53:02 -04:00
Thomas Breloff
859a600b92
travis
2016-07-18 15:38:07 -04:00
Thomas Breloff
6b3cf50f38
travis
2016-07-18 15:21:51 -04:00
Thomas Breloff
3ccd1bc368
added Showoff dependency; fix PLOTS_DEFAULTS; fix auto fill to 0; fix scale warning; tick labels with Showoff; fontsize in GR; travis deps
2016-07-18 15:00:02 -04:00
Thomas Breloff
624d33b96f
Merge branch 'master' into dev
2016-07-18 09:13:46 -04:00
Tom Breloff
156f61f526
Merge pull request #391 from odow/axisstyle
...
pass axis style to PGFPlots
2016-07-16 13:13:59 -04:00
odow
fd3a04fce3
pass axis style to PGFPlots
2016-07-16 16:48:46 +12:00
Thomas Breloff
62be4e1274
scalefunc fix and cleanup
2016-07-15 09:09:46 -04:00
Thomas Breloff
db096196c9
Merge branch 'master' into dev
2016-07-14 15:47:40 -04:00
Thomas Breloff
a0ac70be3c
axes log scales, colors, ticks, and more; proper 2D axis drawing in GR
2016-07-14 15:46:44 -04:00
Tom Breloff
1f0f89f83c
Merge pull request #389 from odow/patch-1
...
Legend location in subplot
2016-07-14 13:52:37 -04:00
Thomas Breloff
ee706ad8c7
axis_drawing_info and get_ticks; parameterized Segments; GR manual drawing of 2D axes
2016-07-13 16:31:21 -04:00
Oscar Dowson
ce31ea8bf3
Legend location in subplot
2016-07-13 10:01:48 +12:00
Thomas Breloff
dcab8e3ac2
travis fix
2016-07-12 13:14:53 -04:00
Thomas Breloff
1ad9a7e176
fix fillrange for shape; travis fix
2016-07-12 12:53:03 -04:00
Thomas Breloff
f1bd7ab1dc
travis fix
2016-07-12 11:53:37 -04:00
Thomas Breloff
79399913d7
NEWS, bumped version; travis fixes; added warnings for moved recipes
2016-07-12 11:23:04 -04:00
Thomas Breloff
4a2e88a81c
switched Colors dep for PlotUtils dep; removed DataFrames, boxplot, violin, density and added StatPlots to tests
2016-07-12 10:45:58 -04:00
Thomas Breloff
8d5b748b09
gr heatmap fix; pipeline reorg
2016-07-10 23:26:52 -04:00
Thomas Breloff
b2dba8af73
split plot into pipeline
2016-07-10 22:59:05 -04:00
Thomas Breloff
c258bc49c3
gr trisurface; closes #387
2016-07-10 22:07:00 -04:00
Thomas Breloff
e3e2a354e7
reorg of update_subplot_args; add back recipe, DataFrames; random type stability fixes
2016-07-10 18:12:49 -04:00
Thomas Breloff
32c1c31139
working on _plot organization; switch alias dicts to Dict{Symbol,Symbol}; other type stability changes
2016-07-10 15:50:29 -04:00
Thomas Breloff
b8b5a33833
margin default to 1mm
2016-07-09 14:54:44 -04:00
Thomas Breloff
5407fa73f8
plotly redesign for splitting shapes
2016-07-09 13:30:39 -04:00
Thomas Breloff
1cb0c0071b
improvements to layout padding; handle axis attr better; fix histogram2d
2016-07-09 12:40:27 -04:00
Thomas Breloff
a456ac4c90
pyplot line segments fixes; curves remove line_z logic
2016-07-08 14:36:02 -04:00
Thomas Breloff
71b48427c5
pyplot line segments fix; bar fixes
2016-07-08 13:09:36 -04:00
Thomas Breloff
ec06a01b6c
pgf fixes
2016-07-08 11:21:26 -04:00
Thomas Breloff
e3ccc34a2c
ensure_gradient; plotly fixes
2016-07-08 10:12:48 -04:00
Thomas Breloff
396721568f
color fixes; add PlotUtils to travis_commands
2016-07-08 09:17:39 -04:00
Thomas Breloff
e53ab85745
color fixes; pyplot shape iteration; KernelDensity in travis and warning; attribute accessors
2016-07-07 21:46:34 -04:00
Thomas Breloff
4d99b37def
working on colors overhaul; fix for rationals in plotly; closes #382
2016-07-07 14:40:09 -04:00
Thomas Breloff
2e24da3dcd
update matrix of Shapes recipe
2016-07-07 09:36:03 -04:00
Thomas Breloff
0cc1bd2dc6
sample ticks if too many discrete values; use get_ticks in plotly to fix discrete ticks; allow ticks==false in pyplot; closes #356
2016-07-06 16:51:54 -04:00
Thomas Breloff
aec162c50e
fix for discrete bars; closes #365
2016-07-06 16:22:11 -04:00
Thomas Breloff
d5e9340f8f
bar fix for horizontal orientation
2016-07-06 16:10:01 -04:00
Thomas Breloff
6fe87c4c69
bar_width support in bar and boxplot; close the shape for bar plots; closes #366 ; closes #377
2016-07-06 15:55:38 -04:00
Tom Breloff
85f0a87213
Merge pull request #372 from anowacki/rainbow_palette
...
Switch blue and violet in rainbow colour palette.
2016-07-05 10:22:03 -04:00
Thomas Breloff
853f85be2e
bug fix for passing vectors to bins; closes #375
2016-07-05 10:18:48 -04:00
Andy Nowacki
a7448e3a1d
Switch blue and violet in rainbow color palette.
2016-07-04 17:43:25 +01:00
Thomas Breloff
521e753183
string fix; iter_segments change to use unused and skip initial NaNs; working on glvisualize shape type
2016-07-01 17:23:25 -04:00
Thomas Breloff
9193941fd0
version bump; NEWS
2016-07-01 09:01:38 -04:00
Tom Breloff
f56c6effe4
Merge pull request #368 from jheinen/dev
...
Added iTerm2 inline display support for gr
2016-07-01 08:09:34 -04:00
Josef Heinen
4cfcb239c1
Added iTerm2 inline display support for gr
...
Example:
--------
using Plots
gr(display_type=:inline)
plot(Plots.fakedata(50,5), w=3)
2016-07-01 14:03:16 +02:00
Thomas Breloff
a4be274718
pyplot display hack
2016-06-30 21:05:32 -04:00
Thomas Breloff
120f861a27
surface fixes for mis-typed matrices; getindex for Series
2016-06-30 14:08:05 -04:00
Thomas Breloff
7e56d85b83
args fix
2016-06-29 21:58:07 -04:00
Thomas Breloff
20af495581
added display_type and extra_kwargs plot attributes
2016-06-29 16:34:06 -04:00
Thomas Breloff
bf94c48225
pyplot fix; new flexible logic for DataFrames
2016-06-29 16:22:16 -04:00
Thomas Breloff
27a68333b1
readme
2016-06-29 14:51:24 -04:00
Thomas Breloff
63f18dd26a
vector of seriestypes fix; pycall changed strings to symbols
2016-06-29 14:45:33 -04:00
Thomas Breloff
4ea787743e
added contourf; getindex for plt/sp; plot/plot! on a Subplot; fix for pyplot zorder
2016-06-29 13:53:22 -04:00
Thomas Breloff
3a4b881576
switched docs url
2016-06-29 12:31:01 -04:00
Thomas Breloff
f087594331
switched docs url
2016-06-29 12:23:42 -04:00
Thomas Breloff
5491e40fd1
bump version; img_eps; remove gr 30 test; attempted fixes for appveyor
2016-06-28 18:04:40 -04:00
Tom Breloff
4b690ec9ad
Merge pull request #361 from jheinen/dev
...
gr: allow simple formulas or LaTeX equations
2016-06-28 10:03:23 -04:00
Josef Heinen
9fecb03b5f
gr: allow simple formulas or LaTeX equations
2016-06-28 15:35:32 +02:00
Thomas Breloff
de6e3d46ec
appveyor fix
2016-06-27 21:49:45 -04:00
Thomas Breloff
3006a26500
revert precompile; add appveyor; gr fixes for markersize, shapes, and legend entries; add GR to tests again; recipe fixes and cleanup
2016-06-27 21:43:57 -04:00
Thomas Breloff
6ffed9387c
snoop and precompile; bumped version
2016-06-27 16:52:50 -04:00
Thomas Breloff
558627e7a9
NEWS
2016-06-27 14:02:01 -04:00
Thomas Breloff
4b276f977c
revert pyplot heatmap change
2016-06-27 12:25:45 -04:00
Thomas Breloff
99fe4f615d
show arg fix; add image to all3D
2016-06-27 12:09:08 -04:00
Thomas Breloff
928c306803
dpi fixes
2016-06-27 10:06:40 -04:00
Thomas Breloff
a3eddf8ba7
dpi support for pyplot
2016-06-27 09:20:42 -04:00
Thomas Breloff
78e0ae31af
removed chorddiagram
2016-06-26 12:37:06 -04:00
Thomas Breloff
1a90ce0950
recoded boxplot recipe to match violin approach; switched marker to line/fill for shape seriestype: ref #347
2016-06-26 11:36:09 -04:00
Thomas Breloff
2465b3eb5a
fallback warnings for missing _writemime and _display
2016-06-26 11:08:06 -04:00
Thomas Breloff
16a2e34e95
writemime fix for Interact; working on glvisualize
2016-06-26 10:34:34 -04:00
Thomas Breloff
5c52d68091
working on glvisualize
2016-06-25 18:06:27 -04:00
Thomas Breloff
1a2e180f4f
working on glvisualize
2016-06-25 17:00:45 -04:00
Thomas Breloff
9048053669
working on glvisualize
2016-06-25 10:56:51 -04:00
Thomas Breloff
69b69714cb
working on glvisualize
2016-06-24 12:15:21 -04:00
Thomas Breloff
1ecd9f9e19
working on glvisualize
2016-06-24 11:52:33 -04:00
Thomas Breloff
2bca9ca9ec
square link
2016-06-24 11:00:28 -04:00
Thomas Breloff
d66028ed0d
glvisualize: support for path/path3d with or without markers, 3d markers are spheres
2016-06-23 17:00:08 -04:00
Thomas Breloff
1cf33044bc
scatter and scatter3d support in glvisualize
2016-06-23 14:59:04 -04:00
Thomas Breloff
2c138c8355
readme
2016-06-22 13:22:25 -04:00
Thomas Breloff
73ffcb9bc1
changed convertToAnyVector AMat so that all matrices use the version previously for numbers; violin cleanup
2016-06-22 13:20:09 -04:00
Thomas Breloff
730025e144
recoded violin; removed try/catch around apply_recipe; default values for xtick/ytick in GR
2016-06-22 11:45:30 -04:00
Thomas Breloff
91aa1d718a
animations: use tmp.gif for ijulia, remove prefix from convert call; closes #346
2016-06-22 11:01:00 -04:00
Thomas Breloff
f881bfc4fc
add Segments; pyplot: switch bar/hist/hist2d to recipes and path fix; change bar to shape; removed GR from tests
2016-06-20 23:11:23 -04:00
Thomas Breloff
e76c3fff69
refactored gr markers fixing bugs and enabling features; clear subplot/axis args from d in _plot
2016-06-20 19:51:03 -04:00
Thomas Breloff
9f168071ff
subplot attributes fixes
2016-06-20 15:11:25 -04:00
Thomas Breloff
b6652b7619
improvements to bbox construction and inset subplots
2016-06-20 10:13:03 -04:00
Thomas Breloff
f6d501f69e
plot recipe fixes
2016-06-20 00:11:06 -04:00
Thomas Breloff
4c052cb3b3
colors cgrad and getindex
2016-06-19 11:25:25 -04:00
Thomas Breloff
ea8ccf38db
plot recipe fixes
2016-06-18 22:30:47 -04:00
Thomas Breloff
cf12ff8070
plot logic cleanup; added plot recipes
2016-06-18 09:33:34 -04:00
Thomas Breloff
b7a95244db
handle seriestype aliases; handle vector of seriestypes; hvline_limits; added cycle for InputWrapper; turn on GR tests for OSX
2016-06-18 00:14:20 -04:00
Tom Breloff
4c884651a8
Merge pull request #343 from jheinen/dev
...
Added suport for marker borders
2016-06-18 00:02:42 -04:00
Thomas Breloff
e9eca577aa
plotlyjs supported_scales; violin check
2016-06-17 15:31:01 -04:00
Josef Heinen
cff78b477c
Added suport for marker borders
2016-06-17 20:21:07 +02:00
Tom Breloff
b232410d25
Merge pull request #338 from jheinen/dev
...
use temporary files when generating MIME files
2016-06-17 08:09:53 -04:00
Josef Heinen
5ff338d4ac
use temporary files when generating MIME files
2016-06-17 09:34:10 +02:00
Thomas Breloff
a5ceea153d
bump plots version 0.7.3
2016-06-16 21:00:25 -04:00
Thomas Breloff
f3544dc826
plotlyjs png fix; NEWS update for 0.7.2
2016-06-16 20:58:44 -04:00
Thomas Breloff
b0bc68ae8a
orientation aliases dir/direction; removed native support for sticks/hline/vline in pyplot; commented out arcdiagram
2016-06-16 17:31:10 -04:00
Thomas Breloff
c38e947dc6
animation default file tempname; raised group warning to 100; check for empty vec in axis; use command_idx for slicing; move deletion of smooth outside loop
2016-06-16 10:03:01 -04:00
Thomas Breloff
ec826fc8ce
moved series_annotations into series recipe processing; change pyplot clf to fig clear
2016-06-16 00:48:35 -04:00
Thomas Breloff
e5c4f782a5
anynan isfinite; error on reusing layout
2016-06-15 15:36:36 -04:00
Thomas Breloff
a5ddebf44d
curves fix
2016-06-15 13:02:31 -04:00
Thomas Breloff
38804898c5
iter_segments and curve series type
2016-06-15 12:52:36 -04:00
Thomas Breloff
2bd67f3519
pyplot 3d line segments
2016-06-15 02:15:51 -04:00
Thomas Breloff
c8ed611c9c
unicodeplots cleanup: ijulia output fixes, ascii canvas
2016-06-15 01:45:13 -04:00
Thomas Breloff
3d7d8caa82
moved pyplot methods _series_added and _initialize_subplot into the display pipeline
2016-06-14 18:02:44 -04:00
Thomas Breloff
f64108523c
line_z arg and pyplot implementation
2016-06-14 15:39:21 -04:00
Tom Breloff
a7493504ed
Merge pull request #334 from jheinen/dev
...
conserve user defined GR workstation type
2016-06-14 13:31:40 -04:00
Josef Heinen
bc5293b5a4
conserve user defined GR workstation type
2016-06-14 18:03:03 +02:00
Thomas Breloff
c4bdc5b856
NEWS.md
2016-06-14 00:27:22 -04:00
Thomas Breloff
b5b4023056
axis link arg; change those subplot/axis args set in kwlist to apply just to its own subplot; markerstrokealpha matches markeralpha
2016-06-14 00:10:26 -04:00
Thomas Breloff
0e598cc51d
resolve relative coords for inset subplots
2016-06-13 17:46:19 -04:00
Thomas Breloff
9fd09924eb
_shape_keys for consistent shape ordering
2016-06-13 16:57:26 -04:00
Thomas Breloff
10d218089f
working on glvisualize
2016-06-13 16:15:45 -04:00
Thomas Breloff
1ba0d198a7
rename ellipse to circle; cleanup glvisualize
2016-06-13 15:59:51 -04:00
Thomas Breloff
c44132d29d
merge_with_base_supported updates
2016-06-13 15:45:35 -04:00
Thomas Breloff
a018a2c07a
series type dependencies and cleanup; bbox anchors in construction; fix for insets
2016-06-13 14:53:28 -04:00
Thomas Breloff
266d2efde5
inset_subplots; GR log axes fix
2016-06-13 12:27:48 -04:00
Thomas Breloff
3b33b054d3
plotly hover and scattergl
2016-06-13 11:04:56 -04:00
Thomas Breloff
1140b51e91
PLOTS_DEFAULTS and removed pyplot finalizer
2016-06-13 09:42:50 -04:00
Thomas Breloff
9d25c8fcd4
added PLOTS_DEFAULTS env var; check isfinite in axis_limits
2016-06-13 09:27:49 -04:00
Thomas Breloff
e8ade18d47
code and utils for plotly shapes
2016-06-13 01:45:53 -04:00
Thomas Breloff
ed243f4e3e
added hover attribute and desc; fixed plotly title location; already_warned check
2016-06-13 00:15:28 -04:00
Thomas Breloff
e0af4b7925
pyplot log scale fix; plotly title as annotation, title_location, hover placeholder
2016-06-12 23:48:18 -04:00
Thomas Breloff
80e53adbd8
getting plotly/plotlyjs up to speed
2016-06-12 21:03:11 -04:00
Thomas Breloff
36a29357a3
only widen axis limits for identity scale; closes #326
2016-06-12 20:22:57 -04:00
Thomas Breloff
5bb9aceaac
pyplot log scale threshold fix; imgcomp fix to filter out higher versions
2016-06-12 13:06:15 -04:00
Thomas Breloff
02d893b316
big cleanup: changed camelcase to underscores; removed supportedAxes; changed pyplot methods to be py_ which matches gr_/plotly_/etc convention
2016-06-12 12:34:41 -04:00
Thomas Breloff
b1850e58f4
gr cleanup commented code; bump version in imgcomp
2016-06-12 11:35:24 -04:00
Thomas Breloff
f1e566dddc
fix scale aliases
2016-06-12 11:00:42 -04:00
Thomas Breloff
2f60da33b7
changed pyplot log scale to symlog; #326
2016-06-12 10:28:41 -04:00
Thomas Breloff
b0456d155a
allow nothing for colorbar; gr fixes: marker_z colors, check colorbar arg
2016-06-11 15:55:55 -04:00
Tom Breloff
5f57a48996
Merge pull request #322 from jheinen/dev
...
Fixed GR output problem
2016-06-11 15:54:00 -04:00
Josef Heinen
bc9d137001
Fixed GR output problem
2016-06-11 11:11:57 +02:00
Thomas Breloff
483946787a
big GR refactor: axes drawing and cleanup; convert_to_polar and GR polar fill; should_add_to_legend fix; rename get_mod to Base.cycle
2016-06-11 02:03:46 -04:00
Thomas Breloff
b165f233a8
animation fix; gr transparency
2016-06-10 16:17:30 -04:00
Thomas Breloff
3b325b2482
pyplot figure finalizer; accept 2-len AVec for limits ( #289 ); sleep/skip/only options in test_examples
2016-06-10 10:04:33 -04:00
Tom Breloff
2dd480a3a6
Merge pull request #313 from jheinen/dev
...
Improved GR output
2016-06-10 08:56:53 -04:00
Josef Heinen
df33ed40d6
Improved GR output
...
- slightly reduced the nominal marker size
- use character height as line spacing criterion when plotting legends
- use GR surface function for filled contours
- avoid calling GR setwindow/adjust* functions with Inf arguments
- corrected bounding box for legend
2016-06-10 13:39:57 +02:00
Thomas Breloff
cf4d78c87c
added clims attribute and support it in pyplot
2016-06-10 01:25:34 -04:00
Thomas Breloff
8007d0dd6a
smarter cleanup of dicts; layout fixes: split out update_min_padding and added minimum_perimeter logic; check for nonempty axes when linking; add subplot processing and linking when combining plots
2016-06-10 00:16:13 -04:00
Thomas Breloff
d7098f77c2
pgfplots display popup
2016-06-09 17:31:06 -04:00
Thomas Breloff
514284e784
pyplot display fixes for #308 ; setxyz fix; generic png conversion from pdf; pgfplots pdf output
2016-06-09 17:13:16 -04:00
Thomas Breloff
2a3029edb4
add build.jl
2016-06-09 12:08:36 -04:00
Thomas Breloff
45a1ed69d4
removed plotly-latest.min.js and added build.jl which downloads it; fix for quiver_using_hack; working on pyplot display behavior
2016-06-09 11:44:05 -04:00
Thomas Breloff
7248d8d7ce
several fixes for type recipes; collect/zmin fixes in pgfplots; scatter3d recipe
2016-06-09 01:48:43 -04:00
Tom Breloff
fa84401866
Merge pull request #310 from diegozea/dev
...
Add trim kw arg to violin and density
2016-06-09 01:45:43 -04:00
Diego Javier Zea
910b94c5fd
Add trim kw arg to violin and density
2016-06-09 02:38:19 -03:00
Thomas Breloff
40cbddab29
updated NEWS; export shorthands macro; new example 16
2016-06-08 23:32:03 -04:00
Thomas Breloff
853cda4b80
moved stuff to PlotDocs
2016-06-08 17:34:15 -04:00
Thomas Breloff
91ec0ad077
allow false for color; properly expand extrema for tuple fillrange; make_fillrange_from_ribbon
2016-06-08 09:51:27 -04:00
Thomas Breloff
4be2304ec1
working on arg_desc; violin fix for groups
2016-06-08 00:52:16 -04:00
Tom Breloff
d0ee402939
Merge pull request #306 from diegozea/dev
...
Solve a bug with whisker lengths (#210 )
2016-06-07 23:01:29 -04:00
Diego Javier Zea
2d095daddc
Solve a bug with whisker lengths ( #210 )
2016-06-07 23:44:41 -03:00
Thomas Breloff
cf4fcf3351
fixed boxplot grouping; cleaned up GroupBy recipe; added arg_descs
2016-06-07 21:12:59 -04:00
Thomas Breloff
42d57fb8c2
working on arg_desc
2016-06-07 18:17:27 -04:00
Thomas Breloff
ba13c1528f
working on arg_desc
2016-06-07 17:59:30 -04:00
Thomas Breloff
857fb3342a
fakedata fix
2016-06-07 17:16:14 -04:00
Thomas Breloff
17189e3125
default_should_widen; symbol in userplot macro; cleanup in recipes
2016-06-07 16:44:15 -04:00
Thomas Breloff
d0209d945d
widen further; added zorder to pyplot annotations
2016-06-07 12:38:35 -04:00
Tom Breloff
1b6bfa1259
Merge pull request #305 from diegozea/dev
...
Add notch and outliers to boxplot
2016-06-07 12:09:55 -04:00
Thomas Breloff
4ea813c983
pyplot scatter fix
2016-06-07 12:07:16 -04:00
Diego Javier Zea
71d2af07da
Add notch and outliers to boxplot
2016-06-07 13:06:13 -03:00
Thomas Breloff
b36f8c701e
type recipes
2016-06-07 11:59:38 -04:00
Thomas Breloff
d64d3ef101
pgfplots fixes
2016-06-07 01:57:02 -04:00
Thomas Breloff
05fa4a92de
fixes in plotly/plotlyjs; smooth primary false
2016-06-07 01:42:33 -04:00
Thomas Breloff
990314cefc
fixes for gr markers; add cbar to example 24; turn on gr tests
2016-06-07 01:23:07 -04:00
Thomas Breloff
60d97ad9c9
added density recipe
2016-06-07 00:18:07 -04:00
Thomas Breloff
6bfa31a89f
added primary kw for series counting; added sticks recipe; gr_set_font and related fixes
2016-06-06 23:43:06 -04:00
Thomas Breloff
8d8ac10429
step recipes
2016-06-06 18:19:46 -04:00
Thomas Breloff
56f398fb55
histogram2d recipe; handle smoothing generically
2016-06-06 17:55:09 -04:00
Thomas Breloff
cf5aed00e2
test fix
2016-06-06 16:12:22 -04:00
Thomas Breloff
de616dfdf0
update_min_padding fix; shape support in GR; GR attr fixes; image extrema and fixes; hline/vline recipes; nobigs closes #303
2016-06-06 15:34:51 -04:00
Thomas Breloff
3cf428d7ea
pyplot colorbar fix; annotation fix; new contour example; travis fix
2016-06-06 14:06:55 -04:00
Thomas Breloff
29d93ba33e
changed axis defaults byletter to match; cleaned up examples; pyplot extrema fixes; commented out gr tests
2016-06-06 12:34:24 -04:00
Thomas Breloff
76c84c7615
attr fixes; allow_fail for nightly travis; series_new cleanup
2016-06-06 01:36:07 -04:00
Thomas Breloff
e129c29e2f
postpone match logic and add color_or_nothing; update pyplot for attr changes; move some pyplot logic later
2016-06-06 01:19:25 -04:00
Thomas Breloff
52d325b446
Merge remote-tracking branch 'origin/master' into dev
2016-06-05 23:59:06 -04:00
Thomas Breloff
74efd98699
added user_attr field to Plot; fillrange fix; pyplot title fix
2016-06-05 23:58:35 -04:00
Tom Breloff
28effaea36
Merge pull request #298 from dhoegh/fix_animation
...
Make animation use ImageMagick.jl if it is installed.
2016-06-05 23:16:05 -04:00
Daniel Høegh
6256549f44
Make animation use ImageMagick.jl if it is installed.
2016-06-05 09:31:44 +02:00
Thomas Breloff
2adec2fa7b
examples
2016-06-02 20:34:25 -05:00
Thomas Breloff
32e816b713
working on axis limit fixes
2016-06-02 20:22:58 -05:00
Thomas Breloff
6c7b113de5
working on new tests
2016-06-02 17:59:24 -05:00
Thomas Breloff
1d5cce61ac
working on switch to PlotReferenceImages
2016-06-02 17:23:40 -05:00
Thomas Breloff
85f91b9075
fix for plotting function; closes #291
2016-06-01 14:45:35 -05:00
Thomas Breloff
aa64a0d3ce
pyplot color fix
2016-06-01 14:29:36 -05:00
Thomas Breloff
e9d95a85b7
proper grid layout in macro; pyplot isx fix
2016-05-30 14:56:32 -05:00
Thomas Breloff
625c92a985
working on 0.5 changes
2016-05-28 11:17:34 -04:00
Thomas Breloff
3cc9425219
working on 0.5 changes -- String
2016-05-28 11:00:19 -04:00
Thomas Breloff
0a86ccb142
working on 0.5 changes
2016-05-28 10:42:41 -04:00
Thomas Breloff
ce82e07dc9
Extrema type and link_axis; link keyword, removed old link logic
2016-05-27 22:03:56 -04:00
Thomas Breloff
048c60614c
check _axis_defaults in default
2016-05-27 16:31:07 -04:00
Thomas Breloff
148fa6d151
discrete_values handling; pyplot lims/widen; cleanup
2016-05-27 16:23:46 -04:00
Thomas Breloff
088543176f
recompute_lengths fix; renamed hist to histogram, hist2d to histogram2d to match methods; fix tests
2016-05-27 15:08:05 -04:00
Thomas Breloff
536746d47e
switch order for Surface function constructor; closes #273
2016-05-27 14:38:23 -04:00
Thomas Breloff
c15cbad396
shorthands macro; pyplot bar fill fix; userplot macro; nicer error message in convertToAnyVector
2016-05-27 14:25:14 -04:00
Thomas Breloff
d3baa58c7e
series ordering bug fix
2016-05-27 12:55:29 -04:00
Thomas Breloff
7c885de6c7
improved trickery with layout macro
2016-05-27 12:16:34 -04:00
Thomas Breloff
010b8a382e
working on building plot from existing plots
2016-05-27 10:58:45 -04:00
Thomas Breloff
314053af54
gr hist2d fix; closes #253
2016-05-27 09:05:48 -04:00
Thomas Breloff
34a7f8a99c
prepared_object; closes #267
2016-05-27 00:19:12 -04:00
Thomas Breloff
87031984d9
widen gr limits; fixes #265
2016-05-27 00:14:22 -04:00
Thomas Breloff
83687f96a5
PLOTS_USE_ATOM_PLOTPANE env var; closes #270
2016-05-26 23:56:11 -04:00
Thomas Breloff
f33905ed80
fixes for images/heatmaps/surfaces
2016-05-26 23:47:09 -04:00
Thomas Breloff
f91c4d586c
html_output_format
2016-05-26 20:57:51 -04:00
Thomas Breloff
77ec4adcad
default minpad fix; html_output_format
2016-05-26 17:04:28 -04:00
Thomas Breloff
b5a8186d99
working on pgfplots; default minpad calcs; moved subplot/layout init later to allow setting in recipes
2016-05-26 16:01:46 -04:00
Thomas Breloff
ed25e554e1
working on pgfplots
2016-05-26 15:02:04 -04:00
Thomas Breloff
a388ec71e3
working on pgfplots
2016-05-26 14:18:57 -04:00
Thomas Breloff
bde3c2e19d
working on pgfplots
2016-05-26 13:47:00 -04:00
Thomas Breloff
d1d8d196ba
sticks recipe; fixed up unicodeplots backend
2016-05-26 11:19:47 -04:00
Thomas Breloff
7be5aebbc9
gr fixes: polar markers, empty legends, pie labels, scale and flip
2016-05-25 16:52:07 -04:00
Thomas Breloff
d15fcb6b24
gr_polyline fixes
2016-05-25 16:01:18 -04:00
Thomas Breloff
b3ac38a6f1
working on gr
2016-05-25 15:17:51 -04:00
Thomas Breloff
dae9dad2f7
working on GR; series_list and should_add_to_legend; series recipes fix; hist and bar recipes
2016-05-25 13:06:08 -04:00
Thomas Breloff
603dc30bb1
backend callback changes; output callbacks; prepare_output; fixes for pyplot, plotly, plotlyjs; and more
2016-05-24 23:19:51 -04:00
Tom Breloff
71070da13e
Merge pull request #276 from spencerlyon2/dev
...
Fix plotlyjs subplots
2016-05-24 20:48:25 -04:00
Spencer Lyon
8fa1d4eb9b
Fix plotlyjs subplots
2016-05-24 17:21:07 -07:00
Thomas Breloff
41f91f9cfb
working on GR rebuild
2016-05-24 18:01:20 -04:00
Thomas Breloff
5699f3c6bc
begin GR cleanup
2016-05-24 15:22:16 -04:00
Thomas Breloff
300babd6b1
deprecated gadfly/immerse
2016-05-24 14:46:53 -04:00
Thomas Breloff
c1baca181c
plotly subplot layouts
2016-05-24 14:25:03 -04:00
Thomas Breloff
851fe9f72c
plotlyjs fixes
2016-05-24 12:38:52 -04:00
Thomas Breloff
cf635cbdd9
renamed plotargs to attr; working on plotly backend
2016-05-24 12:20:03 -04:00
Thomas Breloff
abbd8635dd
pyplot hist in legend fix; closes #254
2016-05-24 11:03:38 -04:00
Thomas Breloff
2c2218bcb9
layouts fixed
2016-05-24 10:34:02 -04:00
Thomas Breloff
bb6c06d3f7
working on layouts
2016-05-24 08:30:46 -04:00
Thomas Breloff
90e22f179e
discrete value fixes; margin args; check for fillrange in contourf; skip test 6
2016-05-23 18:15:33 -04:00
Thomas Breloff
0a00d1fbf3
suppress_warnings fix; discrete values fixes
2016-05-23 16:42:24 -04:00
Thomas Breloff
6f0b8d1d7b
group fix; ohlc fix
2016-05-23 15:13:20 -04:00
Thomas Breloff
ef0d99340a
backend template renaming/reorg/cleanup, pyplot fixes
2016-05-23 10:29:35 -04:00
Thomas Breloff
d4d388a94b
pyplot colorbar labels bbox
2016-05-21 23:03:55 -04:00
Thomas Breloff
7022ce7553
fixes for push/append/set_xy
2016-05-21 10:03:47 -04:00
Thomas Breloff
4a96122067
colorbar layout fixes; process_axis_arg and related fix
2016-05-21 00:04:33 -04:00
Thomas Breloff
862ac3af8a
fixes/improvements to annotations; added series_annotations keyword
2016-05-20 11:38:07 -04:00
Thomas Breloff
333c2765fe
ohlc recipe and related fixes; removed ohlc-specific code from gadfly and gr
2016-05-20 10:06:15 -04:00
Thomas Breloff
89feb68b7c
pyplot lims fix
2016-05-20 08:15:27 -04:00
Thomas Breloff
1b901673fc
fixes for guide/dataframes; 3d/polar projections; delayed subplot init; fg_title
2016-05-19 23:45:07 -04:00
Thomas Breloff
fb60c244f6
bar_width and bar_edges keywords; small fixes
2016-05-19 17:34:37 -04:00
Thomas Breloff
3cea2df459
fix get_subplot_index; fix pyplot colorbar
2016-05-19 14:00:39 -04:00
Thomas Breloff
1cf514d1e6
merged dev into tb_recipes
2016-05-19 13:03:01 -04:00
Thomas Breloff
65e18a8669
upper bound on RecipesBase in REQUIRE; added NEWS.md; closes #259
2016-05-19 12:36:34 -04:00
Thomas Breloff
3e8f325ddc
reorg/cleanup; removed old layouts and subplots; created axes.jl and layouts.jl
2016-05-19 10:42:59 -04:00
Thomas Breloff
0d96c49f4a
layout macro; attr rename; getindex; fixes and cleanup
2016-05-18 23:55:03 -04:00
Thomas Breloff
bfc3fc1dec
titles and sub-layouts
2016-05-18 15:53:00 -04:00
Thomas Breloff
327f235af9
working on subplot/axis arg processing
2016-05-18 14:08:44 -04:00
Thomas Breloff
df7fc0c4df
fixes; basic layout works
2016-05-17 23:37:47 -04:00
Thomas Breloff
33d9664df5
working on layouts
2016-05-17 21:24:34 -04:00
Thomas Breloff
0d237028e7
redo the bbox logic
2016-05-17 17:41:03 -04:00
Thomas Breloff
80b9115393
fixes
2016-05-17 15:55:54 -04:00
Thomas Breloff
606229a08f
trying out measures
2016-05-17 15:45:05 -04:00
Thomas Breloff
2ac17afe30
fixes
2016-05-17 10:33:10 -04:00
Tom Breloff
70f23e695b
Merge pull request #252 from pkofod/join
...
Replace string cats with join() in pgfplots (and more).
2016-05-17 09:09:04 -04:00
Thomas Breloff
3084b0c41c
working on arg overhaul
2016-05-17 00:57:42 -04:00
Thomas Breloff
b75db9e473
arg defaults
2016-05-16 21:56:27 -04:00
Thomas Breloff
c89e9c5f73
refactored and renamed plot defaults into plot,subplot,axis defaults, plus some associated fixes
2016-05-16 20:57:50 -04:00
Thomas Breloff
61107b8577
working on layout
2016-05-16 17:12:45 -04:00
Thomas Breloff
35ff449dc3
working on layout
2016-05-16 15:56:12 -04:00
Thomas Breloff
ae1f5b8b06
working on layouts
2016-05-16 14:24:45 -04:00
Thomas Breloff
c5bcae1e34
working on subplots
2016-05-16 01:07:33 -04:00
Thomas Breloff
e9ab6e7301
started subplots/layouts
2016-05-15 12:32:10 -04:00
Thomas Breloff
a6ce2e691d
changed add_series to accept Series and push to list automatically; default add_series simplifies; removed old supported.jl
2016-05-15 12:14:18 -04:00
Thomas Breloff
bfe04bdd15
changed to _create_backend_figure; started subplot removal
2016-05-15 11:23:27 -04:00
Thomas Breloff
2d0f9f01d5
cleanup
2016-05-14 17:34:44 -04:00
Thomas Breloff
87a967ad9c
working on Axis
2016-05-14 00:10:58 -04:00
Thomas Breloff
290b17a5f9
fixes
2016-05-13 22:53:32 -04:00
Thomas Breloff
76572b990b
fix gr linetype
2016-05-13 21:00:02 -04:00
Thomas Breloff
54efb48d62
changed linetype to seriestype
2016-05-13 20:55:26 -04:00
Thomas Breloff
83bd780f2a
working on Axis type
2016-05-13 16:46:15 -04:00
Thomas Breloff
2ba4ac6d20
working on Axis type
2016-05-13 14:42:11 -04:00
Thomas Breloff
98dc52f124
working on Axis type
2016-05-13 13:45:30 -04:00
Thomas Breloff
fbb2f30f3f
errorbars, ribbons, and marker_z
2016-05-13 11:58:29 -04:00
Thomas Breloff
8ec3d18339
boxplot, violin, quiver, and line series recipes; plus some fixes
2016-05-13 11:21:32 -04:00
Thomas Breloff
26779cbf4a
series recipes
2016-05-13 08:03:28 -04:00
Thomas Breloff
4f429fb536
recipe overhaul; groups, annotations, SliceIt
2016-05-13 00:17:58 -04:00
Thomas Breloff
7e1706f700
working on core recipes
2016-05-12 21:30:52 -04:00
Thomas Breloff
d491b29037
working on recipes overhaul
2016-05-12 16:35:57 -04:00
Thomas Breloff
cf9b60660d
working on recipes overhaul
2016-05-12 14:51:53 -04:00
Thomas Breloff
a5e9ad9f19
working on recipes overhaul
2016-05-12 14:00:47 -04:00
Thomas Breloff
6049a9fa0a
working on recipes overhaul
2016-05-12 12:31:47 -04:00
Patrick Kofod Mogensen
5196ce5263
Add PGFPlots support for the size kw.
2016-05-12 17:32:54 +02:00
Patrick Kofod Mogensen
9231da4610
Clean up wall of pushes in _pgfplots_get_marker, and lines starting with kwarg.
2016-05-12 17:32:54 +02:00
Patrick Kofod Mogensen
89f8030ba1
Add markerstrokewidth to pgfplots.
2016-05-12 17:32:54 +02:00
Patrick Kofod Mogensen
534f57b227
Replace string cats with join() in pgfplots.
2016-05-12 17:32:54 +02:00
Thomas Breloff
4d3ebf31d4
add series_new.jl
2016-05-12 10:28:04 -04:00
Tom Breloff
d778c7922d
Merge pull request #255 from jheinen/dev
...
Fixed some bugs in gr.jl
2016-05-12 10:12:29 -04:00
Josef Heinen
5109c6f72b
Fixed some bugs in gr.jl
...
- Turn off interpolation for heatmaps
- Fixed bug plotting scatter after heatmap (scatter drew to the colorbar
viewport)
- Don't draw superfluous legends
2016-05-12 15:29:43 +02:00
Thomas Breloff
5005d32afd
recipes overhaul; is_installed and dataframes logic; removed requires
2016-05-11 22:12:51 -04:00
Thomas Breloff
88be655dca
started recipe reorg
2016-05-11 17:56:18 -04:00
Tom Breloff
fe5789d747
Merge pull request #251 from jheinen/dev
...
Added (native) image support
2016-05-11 10:41:39 -04:00
Josef Heinen
00201b5f9c
Added (native) image support
2016-05-11 16:18:03 +02:00
Thomas Breloff
85f7acf9d5
add PyPlot.ioff to init; closes #229
2016-05-11 09:45:44 -04:00
Thomas Breloff
44d1cdc2b2
pgfplots aspect_ratio
2016-05-11 09:18:40 -04:00
Tom Breloff
90c2202f6e
Merge pull request #250 from KristofferC/kc/fix_pgfplots_color
...
Fix bug in some linecolors in PGFPlots
2016-05-11 09:11:13 -04:00
Kristoffer Carlsson
d30574de24
workaround a bug in engineering notation for colors in pgfplot
2016-05-11 15:01:17 +02:00
Tom Breloff
dec3748fe5
Merge pull request #249 from KristofferC/kc/pgfplots_label
...
add support for legend and label in pgfplots
2016-05-11 08:51:38 -04:00
Kristoffer Carlsson
e8cdff2310
add support for legend and label in pgfplots
...
also adds some extra kwargs for legend positions
2016-05-11 13:59:32 +02:00
Thomas Breloff
a0ca9d675f
add_arrows function; plotly cleanup and arrows attempt
2016-05-10 17:22:47 -04:00
Thomas Breloff
baf410c712
remove pyplot dash_capstyle option
2016-05-10 14:34:28 -04:00
Thomas Breloff
a81af2b449
arrow conveniences
2016-05-10 13:57:38 -04:00
Thomas Breloff
678dde710b
arrows with updated quiver recipe; only pyplot so far
2016-05-10 13:40:25 -04:00
Tom Breloff
93a35d8fdc
Merge pull request #244 from jheinen/dev
...
Improved scaling of plots with error bars
2016-05-10 12:21:18 -04:00
Josef Heinen
0878f44b09
Improved scaling of plots with error bars
2016-05-10 18:14:08 +02:00
Thomas Breloff
b89ae245ec
removed heatmap assert
2016-05-09 22:44:22 -04:00
Thomas Breloff
536da01714
boxplot nan fix; add match_dimensions to pyplot supportedargs
2016-05-09 22:13:53 -04:00
Thomas Breloff
a1b991aaeb
image fixes and support in pyplot
2016-05-09 15:53:33 -04:00
Thomas Breloff
7bee9a5829
setTicksFromStringVector fixes; travis
2016-05-09 14:36:09 -04:00
Thomas Breloff
17a90e3b00
revamped setTicksFromStringVector; dataframes label fix
2016-05-09 14:00:07 -04:00
Tom Breloff
43ba9b1172
Merge pull request #239 from jheinen/dev
...
Fix axes offset bug (#221 )
2016-05-09 11:28:04 -04:00
Thomas Breloff
fdb01046e6
plotly zaxis, tick rotation, 3d axis fix; dataframes recipe fixes
2016-05-09 11:19:20 -04:00
Josef Heinen
09421c9189
Fix axes offset bug ( #221 )
2016-05-09 17:10:20 +02:00
Thomas Breloff
c563204b0a
added RecipesBase dep
2016-05-09 09:01:05 -04:00
Thomas Breloff
33b3ee89f3
replaced dataframes with recipes
2016-05-09 08:31:50 -04:00
Tom Breloff
008b61c9f6
Merge pull request #236 from jheinen/dev
...
Fixed colormap problem
2016-05-09 06:12:55 -04:00
Josef Heinen
7546db4d42
Fixed colormap problem
2016-05-09 11:44:37 +02:00
Thomas Breloff
925243969c
attempted colormap fix for gr
2016-05-08 11:02:20 -04:00
Tom Breloff
7bce4a963e
Merge pull request #233 from jheinen/dev
...
gr: support for colormaps
2016-05-08 10:30:40 -04:00
Josef Heinen
42d09a6d80
Working on colormaps
2016-05-08 14:06:11 +02:00
Josef Heinen
b6334176e4
Added support for :nbins keyword
2016-05-07 13:24:11 +02:00
Josef Heinen
42a175bd53
Added support for :zlims keyword
2016-05-07 12:45:09 +02:00
Josef Heinen
b4fb9af8e4
Fixed a problem with Julia v0.3
2016-05-07 07:47:13 +02:00
Thomas Breloff
ed6c9fe432
add is_key_supported definition
2016-05-06 15:17:56 -04:00
Thomas Breloff
7e04aa438f
removed RecipesBase from REQUIRE
2016-05-06 15:09:53 -04:00
Thomas Breloff
f1679f82c1
remove recipe macro; add dependency on RecipesBase
2016-05-06 14:55:42 -04:00
Thomas Breloff
1808b81d59
recipe fix for empty args in subplot
2016-05-06 11:51:23 -04:00
Thomas Breloff
cd25c7acb2
markershape fix; added require option for recipes
2016-05-06 11:39:17 -04:00
Thomas Breloff
cf03779c5b
handle user keywords properly for recipes
2016-05-06 10:50:54 -04:00
Thomas Breloff
d3439f0d7e
recipe macro handle curly
2016-05-05 16:58:04 -04:00
Thomas Breloff
2df7f84939
recipe macro
2016-05-05 16:18:56 -04:00
Thomas Breloff
74c76c48d5
working on plotrecipe
2016-05-05 12:22:31 -04:00
Thomas Breloff
cdc0d22b01
changed recipe to plotrecipe and improved it
2016-05-05 11:51:50 -04:00
Thomas Breloff
5a520aadc0
removed some debugging
2016-05-05 10:35:04 -04:00
Thomas Breloff
ec87489dd4
working on image type; working on ijulia display_dict
2016-05-05 00:13:45 -04:00
Thomas Breloff
e30affdfc2
made center calc centroid
2016-05-04 21:36:15 -04:00
Thomas Breloff
66bd2559b9
recipe macro; markershape fix; moved/fixed themes
2016-05-04 16:09:09 -04:00
Thomas Breloff
c8d6b1fab0
linewidth fix; kw macro
2016-05-04 14:24:15 -04:00
Thomas Breloff
548c59719b
linewidth default
2016-05-04 13:38:08 -04:00
Thomas Breloff
59c1e24371
default_kw and force_kw macros for recipes
2016-05-04 13:24:44 -04:00
Thomas Breloff
3c09921cbd
x/y/z ticklabel rotation; new supported graphs using heatmap
2016-05-03 17:14:52 -04:00
Thomas Breloff
00f3d450f9
fix for integer arg in process_inputs
2016-05-03 14:43:34 -04:00
Thomas Breloff
e676387c16
shapes change verts to x/y; translate/scale/rotate/center; x/y scale alias fix
2016-05-02 16:37:10 -04:00
Thomas Breloff
2e2e8a2230
move plotargs merge and handlePlotColors before series
2016-05-02 12:16:41 -04:00
Thomas Breloff
8c8ede361e
removed plotly tests
2016-04-29 17:00:56 -04:00
Thomas Breloff
672bf05856
travis
2016-04-29 14:03:50 -04:00
Thomas Breloff
67ec31c75a
travis
2016-04-29 13:52:22 -04:00
Thomas Breloff
59d13a7810
travis; readme
2016-04-29 13:41:28 -04:00
Thomas Breloff
010a25f4cb
travis; readme
2016-04-29 13:29:58 -04:00
Thomas Breloff
a0ac7b4a1e
travis; readme
2016-04-29 13:02:11 -04:00
Thomas Breloff
ab7eb89466
travis; gitter badge
2016-04-29 12:44:05 -04:00
Thomas Breloff
649d362b85
travis install_wkhtmltoimage.sh
2016-04-29 12:20:18 -04:00
Thomas Breloff
cb80860d6f
travis install_wkhtmltoimage.sh
2016-04-29 12:15:42 -04:00
Thomas Breloff
a8ef9e66fc
travis install_wkhtmltoimage.sh
2016-04-29 12:05:38 -04:00
Thomas Breloff
d27212e0b7
travis
2016-04-29 11:30:47 -04:00
Thomas Breloff
65650a7ae5
travis
2016-04-29 11:26:53 -04:00
Thomas Breloff
6ab5b8eb68
travis
2016-04-29 10:59:10 -04:00
Thomas Breloff
c618e0577a
travis and tests
2016-04-29 10:49:11 -04:00
Thomas Breloff
0e84c91451
split out supported.jl, added tests for more backends; closes #206
2016-04-29 10:13:41 -04:00
Thomas Breloff
005ce11313
InputWrapper and pyplot surface zcolor
2016-04-28 22:03:52 -04:00
Tom Breloff
db118d4f5a
Merge pull request #208 from pkofod/newpgf
...
Further changes to PGFPlots backend.
2016-04-28 15:13:58 -04:00
Patrick Kofod Mogensen
c92b30a741
Further changes to PGFPlots backend.
2016-04-28 20:52:56 +02:00
Thomas Breloff
d67aec6fec
gr fixes and tests; fillrange convertToAnyVector
2016-04-28 12:51:08 -04:00
Tom Breloff
ce58f25488
Merge pull request #209 from jheinen/dev
...
GR - Added polar plots
2016-04-28 11:09:56 -04:00
Josef Heinen
e8d77a3c61
Added polar plots
2016-04-28 16:25:32 +02:00
Thomas Breloff
d6d7fc1edd
gr fix zcolor to marker_z
2016-04-27 12:10:33 -04:00
Thomas Breloff
7ce7f8bfce
gr tests
2016-04-27 09:20:19 -04:00
Tom Breloff
f0f46e5272
Merge pull request #166 from pkofod/pkm/pgfplots
...
PGFPlots.jl support
2016-04-27 09:17:45 -04:00
Patrick Kofod Mogensen
f9473cc8bc
Initial functionality added to PGFPlots backend.
2016-04-27 10:05:48 +02:00
Thomas Breloff
5c7d31157b
spy fixes; closes #196
2016-04-26 17:02:16 -04:00
Thomas Breloff
982a512ebd
pyplot support for pie charts
2016-04-26 16:01:50 -04:00
Thomas Breloff
5dfd3d2f5d
added aspect_ratio keyword and implemented in pyplot
2016-04-26 15:35:26 -04:00
Thomas Breloff
8d6974f67d
contours keyword for surface and wireframe plots
2016-04-26 15:09:18 -04:00
Thomas Breloff
8b569e3cd8
contour3d
2016-04-26 14:35:51 -04:00
Thomas Breloff
b9d20142a2
pyplot trisurface support
2016-04-26 14:20:07 -04:00
Thomas Breloff
6c9e818abd
discrete colorbar for pyplot
2016-04-26 13:19:22 -04:00
Thomas Breloff
d2a287d43c
gr tests linux_only
2016-04-26 11:59:08 -04:00
Thomas Breloff
d6ce2e364f
fixes and cleanup: colorbars, fills, polar
2016-04-26 11:18:48 -04:00
Thomas Breloff
36ca485a74
added fg_guide coloring; allow markers for bar/sticks and sticks fixes; legend text color
2016-04-25 16:57:16 -04:00
Thomas Breloff
b3230c5671
pyplot shapes
2016-04-25 15:14:54 -04:00
Thomas Breloff
ebf490838c
pyplot surface, wireframe, heatmap; sorting fixes; default linewidth is :auto
2016-04-25 15:01:24 -04:00
Thomas Breloff
7921cf18b6
pyplot contours
2016-04-25 12:47:35 -04:00
Thomas Breloff
0e0450ced5
gadfly color fixes; pyplot fill_between fix; pyplot hline/vline
2016-04-25 12:24:03 -04:00
Thomas Breloff
096064ac09
subplot layout fix; closes #202
2016-04-25 12:00:43 -04:00
Thomas Breloff
77c2d7d846
subcategories for background/foreground colors, implemented in pyplot; add_theme/set_theme and ggplot2; add_aliases function; nbins renamed bins
2016-04-25 11:37:14 -04:00
Thomas Breloff
40a121198d
added weights kw; pyplot hist2d and hexbin
2016-04-24 23:33:51 -04:00
Thomas Breloff
44079a7bf7
added normalize kw, and added to pyplot
2016-04-24 22:47:32 -04:00
Thomas Breloff
50fa013801
working on pyplot refactor; barh added
2016-04-23 09:32:57 -04:00
Thomas Breloff
d4ccf0ec62
PLOTS_DEFAULT_BACKEND env variable; closes #200
2016-04-23 09:04:02 -04:00
Thomas Breloff
04842974e7
working on pyplot refactor
2016-04-22 16:46:02 -04:00
Thomas Breloff
6161b08f82
working on pyplot refactor; path/scatter in 2d/3d done
2016-04-22 12:53:40 -04:00
Thomas Breloff
b9818a4480
working on seriescolor and pyplot reorgs
2016-04-22 10:44:12 -04:00
Thomas Breloff
e2ae22421b
working on seriescolor and pyplot reorgs
2016-04-22 10:09:55 -04:00
Thomas Breloff
b64677e14a
changed kw splatting to passing in KW: _add_series and _create_plot; removed plotly tests
2016-04-22 08:56:54 -04:00
Thomas Breloff
c910445634
quiet flag for wkhtmltoimage
2016-04-21 15:10:25 -04:00
Thomas Breloff
c4683a754e
plotly png generation using wkhtmltoimage
2016-04-20 17:34:55 -04:00
Thomas Breloff
1da8fdb588
plotlyjs travis
2016-04-20 15:35:23 -04:00
Thomas Breloff
4bf8e342dc
plotlyjs travis; plotly/plotlyjs polar
2016-04-20 14:44:27 -04:00
Thomas Breloff
18fc50fcbf
plotlyjs travis
2016-04-20 12:33:32 -04:00
Thomas Breloff
2fb10b7076
plotlyjs travis
2016-04-20 11:59:17 -04:00
Thomas Breloff
967291c2ef
export KW; plotlyjs travis
2016-04-20 11:27:02 -04:00
Thomas Breloff
392ae871d5
plotlyjs travis
2016-04-20 10:57:07 -04:00
Thomas Breloff
27b3070480
Merge remote-tracking branch 'origin/master' into dev
2016-04-20 10:20:55 -04:00
Tom Breloff
325f59e03d
Merge pull request #190 from mfalt/master
...
Better handling of xlims in Gadfly
2016-04-20 10:17:29 -04:00
Thomas Breloff
217ffb36e6
plotlyjs tests and fixes
2016-04-20 10:10:07 -04:00
Mattias Fält
4afad93ff6
Missing changes
2016-04-20 15:51:33 +02:00
Thomas Breloff
e8858cb1b7
removed sort in ticks
2016-04-20 09:12:36 -04:00
Mattias Fält
52de31c9a6
Proper implementation of gadfly min/max in Cartesian
2016-04-20 14:37:34 +02:00
Mattias Fält
60660a1f1a
Fixed Gadfly axis scale inversion
2016-04-20 10:48:13 +02:00
Thomas Breloff
a2ea9db90e
added bar_position; fixed orientation handling; pyplot cleanup
2016-04-18 15:12:13 -04:00
Thomas Breloff
236a7dadc6
added matplotlib colormaps; default changed to inferno; pyplot subplot fix
2016-04-13 13:49:03 -04:00
Thomas Breloff
82d2cc943d
working on get/set xy/xyz indexing overhaul
2016-04-11 18:19:06 -04:00
Thomas Breloff
d70f462899
z axis args; pyplot z axis; major pyplot cleanup; other cleanup/fixes
2016-04-11 16:16:47 -04:00
Thomas Breloff
0a636b5899
polar coords for pyplot
2016-04-11 06:46:28 -04:00
Thomas Breloff
e0b2749188
added support for shape linetype in pyplot
2016-04-08 17:10:15 -04:00
Thomas Breloff
2fc973245d
added quiver plot/arg; fixed gadfly shapes to allow vector of shapes
2016-04-08 16:05:20 -04:00
Thomas Breloff
9bfcb64542
asymmetric errorbars
2016-04-08 12:06:12 -04:00
Thomas Breloff
61e34b7ef8
ribbons; changed errorbar to yerror and added xerror
2016-04-08 11:52:02 -04:00
Thomas Breloff
3c3078875a
errorbars
2016-04-08 10:35:17 -04:00
Thomas Breloff
5293e2c13d
sort string ticks
2016-04-07 17:27:12 -04:00
Thomas Breloff
fdf3b3f581
added violin plot
2016-04-07 17:05:31 -04:00
Thomas Breloff
f3f29fb54f
apply_series_recipe framework and boxplot; fix Gadfly scales for tick labels
2016-04-07 15:56:09 -04:00
Thomas Breloff
e8ed79a6bb
pyplot zlim fixes
2016-03-29 11:01:16 -06:00
Thomas Breloff
cca730d927
atom abstractplot
2016-03-29 09:24:23 -06:00
Tom Breloff
0693cb7840
Merge pull request #176 from abelsiqueira/feat/zlim
...
Implement zlims!
2016-03-29 09:23:07 -06:00
Abel Soares Siqueira
3f1958cce1
Implement zlims!
2016-03-28 22:41:32 -03:00
Thomas Breloff
fb708bed90
Atom fixes
2016-03-25 09:23:10 -06:00
Thomas Breloff
1636587a82
surface fix
2016-03-19 19:40:27 -06:00
Thomas Breloff
1f1ccd81bb
shapes
2016-03-18 11:38:51 -04:00
Thomas Breloff
5efb0eb582
more Dict to KW renaming
2016-03-17 22:11:29 -04:00
Thomas Breloff
be5f71c123
subplot groups; lots of Dict to KW replace
2016-03-17 22:02:50 -04:00
Thomas Breloff
a0df6bfc12
groupby overhaul
2016-03-17 18:27:33 -04:00
Thomas Breloff
2ab0dc20d7
working on series reorg
2016-03-17 16:52:09 -04:00
Thomas Breloff
175ce3613a
working on series reorg
2016-03-17 15:07:07 -04:00
Thomas Breloff
eecb5c3754
started series reorg
2016-03-17 13:38:22 -04:00
Thomas Breloff
b34360901f
test/REQUIRE
2016-03-17 11:33:18 -04:00
Thomas Breloff
21bbd21ae9
travis
2016-03-17 10:33:39 -04:00
Thomas Breloff
0b403a4c5d
changed createKWArgsList to build_series_args and moved into series_args.jl; added Cairo and Fontconfig to test/REQUIRE
2016-03-17 10:08:03 -04:00
Thomas Breloff
1d1e1beca5
pyplot surface fix
2016-03-17 08:59:43 -04:00
Tom Breloff
3d4d844e72
Merge pull request #169 from diegozea/dev
...
Arc and chord diagram
2016-03-17 08:39:27 -04:00
Diego Javier Zea
1f9aa72bdb
clean previous commit
2016-03-17 00:18:13 -03:00
Diego Javier Zea
c29f68e35d
Arc and chord diagrams
2016-03-17 00:11:41 -03:00
Tom Breloff
c7c10e769d
Merge pull request #168 from jheinen/dev
...
GR.jl improvements
2016-03-16 14:55:35 -04:00
Josef Heinen
7264c01b85
Added :heatmap linetype
2016-03-16 18:27:59 +01:00
Josef Heinen
97faa7413f
gr: improved subplot layout
2016-03-16 18:27:59 +01:00
Thomas Breloff
7531c48e38
shape linetype; supported in gadfly; gadfly cleanup
2016-03-16 13:12:01 -04:00
Thomas Breloff
16799d8b75
cleanup plotly
2016-03-16 11:38:20 -04:00
Thomas Breloff
901115ed10
working on plotly/interact fix
2016-03-15 13:16:14 -04:00
Tom Breloff
596ca08446
Merge pull request #162 from diegozea/dev
...
arcdiagram
2016-03-15 11:29:24 -04:00
Thomas Breloff
4d864d8cad
working on atom integration
2016-03-14 16:58:01 -04:00
Diego Javier Zea
c458a35670
arcdiagram
2016-03-13 16:27:35 -03:00
Thomas Breloff
c203bfe5ad
working on atom/plotly
2016-03-11 14:59:11 -05:00
Thomas Breloff
8b2a838388
fixed dataframes loading; added dataframes to tests; started atom integration
2016-03-11 13:07:25 -05:00
Thomas Breloff
b08212e2f9
more layouts
2016-03-10 23:38:14 -05:00
Thomas Breloff
b5f08838b3
renaming: AbstractPlot and AbstractBackend
2016-03-10 23:08:04 -05:00
Thomas Breloff
5501605a1f
more cleanup; backends.jl; removed depr dir
2016-03-10 22:47:53 -05:00
Thomas Breloff
7a5197df63
started work on new FlexLayout, some reorg/cleaning
2016-03-10 22:43:02 -05:00
Tom Breloff
09d45aa64b
Merge pull request #161 from dlfivefifty/dev
...
Update GLVisualize
2016-03-10 19:24:24 -05:00
Sheehan Olver
552810359e
Merge updated glvisualize
2016-03-11 10:44:51 +11:00
Sheehan Olver
a68a6885d0
updated glvisualize
2016-03-11 10:42:55 +11:00
Thomas Breloff
b32589f7e7
removed plotly debugging
2016-03-10 16:20:34 -05:00
Thomas Breloff
2e6b8a067d
pyplot heatmaps working; ColorGradient fix
2016-03-09 23:34:56 -05:00
Thomas Breloff
581fdfdfe0
pyplot heatmap
2016-03-09 21:55:09 -05:00
Thomas Breloff
8e4ff39738
loosen ColorGradient constructor
2016-03-09 20:31:46 -05:00
Thomas Breloff
f568803af2
heatmaps, colorscales, and spy... oh my
2016-03-09 17:48:43 -05:00
Thomas Breloff
6db06857ba
changed heatmap to hist2d, see #147 for details
2016-03-09 15:26:30 -05:00
Thomas Breloff
fd4dd13270
added svg in pyplot; deprecate qwt; writemime backup for html
2016-03-09 13:36:21 -05:00
Thomas Breloff
ded9f332f6
plotlyjs fix
2016-03-09 11:13:31 -05:00
Thomas Breloff
d09ca46141
plotlyjs fix
2016-03-09 10:59:33 -05:00
Thomas Breloff
b28cd7f8bd
plotlyjs fix
2016-03-09 10:23:14 -05:00
Tom Breloff
a4054aa500
Merge pull request #159 from jheinen/dev
...
Fixed some TODOs (Issue $108)
2016-03-09 09:40:06 -05:00
Josef Heinen
3332bfcee1
Fixed some TODOs (Issue $108)
...
- support the grid keyword
- support handling of NaN (gaps in line segments)
- support xlims/ylims
- removed gr_state macro
The GR.savestate / GR.restorestate problem (caused by exceptions) will be solved
in GR - probably by something like GR.rewind() => to unwind the attribute stack.
2016-03-09 10:34:19 +01:00
Thomas Breloff
cc798a0c0a
working on plotlyjs
2016-03-09 00:16:16 -05:00
Thomas Breloff
fe2030b7e3
working on plotlyjs
2016-03-08 17:52:39 -05:00
Thomas Breloff
ed1cce86ef
ijulia, plotly, and gr display fixes
2016-03-08 15:07:51 -05:00
Thomas Breloff
9a544b0ff3
warn about Bokeh; 3D parametric plots
2016-03-08 14:18:39 -05:00
Thomas Breloff
82f7b29836
aliases
2016-03-08 13:21:54 -05:00
Thomas Breloff
076acfb242
allow one-sided limits for pyplot
2016-03-07 21:58:01 -05:00
Thomas Breloff
ed336bc0ff
cleaned up magic args; fixed alphas
2016-03-07 21:38:31 -05:00
Thomas Breloff
5699446d69
winston warning
2016-03-07 20:36:19 -05:00
Thomas Breloff
a43d32949e
better handling of 3d matrix input
2016-03-07 16:49:13 -05:00
Thomas Breloff
02a1e648bc
added gr test; refactored pyplot figure generation, added overwrite_figure arg, closes #144
2016-03-07 15:17:29 -05:00
Thomas Breloff
9d3e0651e2
GR fix handling of Shape; PyPlot marker colors fix (hack), closes #145
2016-03-07 12:57:46 -05:00
Thomas Breloff
cdff5a9039
gr_state macro
2016-03-07 12:17:33 -05:00
Tom Breloff
ba0b5500ca
Merge pull request #149 from jheinen/dev
...
merging GR updates
2016-03-07 11:21:09 -05:00
Josef Heinen
1439a7e289
Added support for pie charts
2016-03-07 16:36:26 +01:00
Josef Heinen
9761ede5c4
Removed support for hline, vline markers
...
(not yet implemented)
2016-03-07 16:36:26 +01:00
Josef Heinen
e342805752
Added missing marker shapes
2016-03-07 16:36:26 +01:00
Josef Heinen
d08672aa71
Improved grid plotting logic
2016-03-07 16:36:26 +01:00
Josef Heinen
a3d4e05b0e
Improved background color handling
2016-03-07 16:36:26 +01:00
Josef Heinen
51eeed3d50
Improved subplot layout
2016-03-07 16:36:26 +01:00
Josef Heinen
51c45456c3
Disable alpha channel when converting PNGs
2016-03-07 16:36:26 +01:00
Josef Heinen
074ba63bf5
Fill workstation background instead of viewport
2016-03-07 16:36:25 +01:00
Josef Heinen
f3d552d8a0
Temporary workaround for multiple mime output
2016-03-07 16:36:25 +01:00
Josef Heinen
c5fb4a9228
Added some sanity checks
2016-03-07 16:36:25 +01:00
Josef Heinen
55d7e910e4
Added workaround for multiple mime output
2016-03-07 16:36:25 +01:00
Josef Heinen
ea29af8d3d
Removed 'private' keyword argument :scale
2016-03-07 16:36:25 +01:00
Thomas Breloff
88b9d71bd7
fixed default PyPlot gradient
2016-03-07 09:55:05 -05:00
Thomas Breloff
165c84c246
pyplot minmax fix; convertToAnyVector fix
2016-03-04 12:46:33 -05:00
Thomas Breloff
347820867d
pyplot lim fixes
2016-03-03 21:43:08 -05:00
Thomas Breloff
26d0dfbf3d
Merge branch 'dev' of github.com:tbreloff/Plots.jl into dev
2016-03-03 16:06:03 -05:00
Thomas Breloff
6aa4849266
pyplot lims udpate fix
2016-03-03 16:05:27 -05:00
Thomas Breloff
335b3802b8
added FixedSizeArrays requirement
2016-03-02 22:48:27 -05:00
Thomas Breloff
73bd3fa60c
curves
2016-02-22 22:53:31 -05:00
Thomas Breloff
6b61c5900c
generalize curves
2016-02-22 10:39:03 -05:00
Thomas Breloff
9da4083096
directed_curve
2016-02-20 20:57:56 -05:00
Thomas Breloff
86fe244d95
revert pyplot changes
2016-02-19 21:59:43 -05:00
Thomas Breloff
732f2846de
directed_curve; working on PyPlot fixes
2016-02-19 18:24:56 -05:00
Thomas Breloff
4f238caf5c
added annotation options
2016-02-18 22:59:31 -05:00
Thomas Breloff
c9388e9f56
bezier curves
2016-02-18 18:28:59 -05:00
Thomas Breloff
2a9fa9539f
fixes to logic accepting arrays of values; additional fixes in gadfly and pyplot for this
2016-02-17 10:32:12 -05:00
Thomas Breloff
b8d136588c
gif macro and every/when syntax
2016-02-16 18:02:04 -05:00
Thomas Breloff
92c9e82dee
fix refdir
2016-02-16 16:45:46 -05:00
Thomas Breloff
0fdb48bda3
fixes for ticks
2016-02-16 16:22:54 -05:00
Thomas Breloff
e8d4fd7aac
skip pyplot test 4
2016-02-12 15:41:00 -05:00
Thomas Breloff
6a4a78a26a
skip pyplot test 13
2016-02-12 15:17:31 -05:00
Thomas Breloff
6c6769ca98
handle vector of PlotText as annotations
2016-02-10 13:09:22 -05:00
Thomas Breloff
3e49af9093
allow Function for fillrange and zcolor; fix fill kw
2016-02-09 19:22:05 -05:00
Thomas Breloff
5f8ecfa3fa
deprecated plotter.jl
2016-02-08 14:24:25 -05:00
Thomas Breloff
aca03d2609
replaced dataframes() with require block
2016-02-08 14:23:02 -05:00
Thomas Breloff
5db9493d2b
added dependency on Requires; added support for plotting tuples/FixedSizeArrays; added animate macro; legend ignores empty labels in gadfly/pyplot
2016-02-08 13:42:23 -05:00
Thomas Breloff
ac3c041d6d
split plotly into 2 different backends: plotly and plotlyjs
2016-02-05 15:44:27 -05:00
Thomas Breloff
a319c0c94a
legend and colorbar overhaul
2016-02-05 15:10:12 -05:00
Thomas Breloff
f74d619748
pgfplots supported
2016-02-04 16:05:21 -05:00
Thomas Breloff
eef1981f20
travis
2016-02-04 14:20:34 -05:00
Thomas Breloff
ade9d86696
deprecated a bunch of images and docs-related stuff; cleaned up travis, imgcomp, and runtests
2016-02-04 14:00:19 -05:00
Thomas Breloff
935c1cfeab
readme
2016-02-04 13:01:06 -05:00
Thomas Breloff
5706770a11
readme
2016-02-04 13:00:12 -05:00
Thomas Breloff
2643417c0b
readme
2016-02-04 12:59:40 -05:00
Thomas Breloff
d388036601
major overhaul to backend definition and initialization; added pgfplots template; some new reference images
2016-02-04 12:29:56 -05:00
Tom Breloff
96df75cc05
Merge pull request #132 from spencerlyon2/dev
...
fix change in checking if plotly_blink window is active
2016-02-03 14:32:32 -05:00
Spencer Lyon
c62d8d6753
fix change in checking if plotly_blink window is active
2016-02-03 14:21:43 -05:00
Tom Breloff
1562c96d4c
Merge pull request #130 from joshday/dev
...
Add plot!(f::Function) method
2016-02-03 13:30:47 -05:00
Josh Day
94c87d436f
Update plot.jl
2016-02-03 12:47:48 -05:00
Tom Breloff
b9c8ffb5cf
Merge pull request #127 from spencerlyon2/sl/plotly-blink
...
Sl/plotly blink
2016-02-03 10:08:57 -05:00
Spencer Lyon
a37a23bcfc
PlotlyJS blink backend working
2016-02-03 09:58:04 -05:00
Spencer Lyon
863ad22b48
added writemime methods for plotly_blink
2016-02-03 09:58:04 -05:00
Tom Breloff
bce865ff9f
Merge pull request #126 from pkofod/dev
...
Add abline! which creates a straight line according to the formula b+…
2016-02-03 08:55:46 -05:00
Patrick Kofod Mogensen
1963fe208e
Added an extrema(plt) which return the tuple (xmin, xmax), and changed abline! to use extrema.
2016-02-03 10:39:32 +01:00
Patrick Kofod Mogensen
5c4526725b
Remove trailing spaces.
2016-02-03 10:32:58 +01:00
Patrick Kofod Mogensen
3f42e9c5bd
Add abline! which creates a straight line according to the formula b+a*x, and export abline!
...
Also add utility functions xmin(plt::Plot) and xmax(plt::Plot).
2016-02-02 23:16:02 +01:00
Thomas Breloff
b1c9d0a0af
gadfly hist in legend
2016-02-02 10:49:33 -05:00
Thomas Breloff
adcbfb4b9e
Merge branch 'master' into dev
2016-02-01 13:45:55 -05:00
Thomas Breloff
b3ebccab36
gradient fixes
2016-01-30 10:03:19 -05:00
Thomas Breloff
d5797054fb
ColorGradient fixes; allow default keywords in backend calls
2016-01-29 17:21:25 -05:00
Tom Breloff
aab0ec22b9
Merge pull request #120 from Evizero/master
...
fix unicodeplots compat
2016-01-28 20:25:12 -05:00
Christof Stocker
f7babcc1d2
fix unicodeplots compat
2016-01-29 02:06:22 +01:00
Tom Breloff
d077307721
Merge pull request #117 from jheinen/dev
...
Improved GR framework support
2016-01-28 14:04:55 -05:00
Josef Heinen
72e8e10bd6
Improved graphics state handling
2016-01-28 18:26:56 +01:00
Josef Heinen
5ea9e8a0d7
Added support for OHLC charts
2016-01-28 13:44:40 +01:00
Josef Heinen
87b050fad2
Added path3d and scatter3d functions
2016-01-27 16:26:57 +01:00
Josef Heinen
0c8cd74e28
Improved surface output
2016-01-26 20:49:10 +01:00
Josef Heinen
445d970784
Added color bars and surface plots
2016-01-26 17:33:13 +01:00
Josef Heinen
125a1eb9fc
Added support for subplots and further linetypes:
...
- heatmaps
- contour plots
2016-01-25 17:43:13 +01:00
Josef Heinen
a2a578d04d
Improved representation of legends
2016-01-24 10:47:32 +01:00
Josef Heinen
11e5c0aa9d
Use SVG output for inline graphics (IJulia)
2016-01-22 13:00:30 +01:00
Josef Heinen
14b856b0cf
Added support for two y-axis scales
2016-01-18 17:25:59 +01:00
Josef Heinen
2e8dd73822
Added more line plots
2016-01-16 15:20:16 +01:00
Josef Heinen
da9fdb356c
Added support for bar plots
2016-01-16 13:53:22 +01:00
Josef Heinen
054a99ca38
Added horizontal/vertical linetype
2016-01-16 13:23:23 +01:00
Josef Heinen
baf33609af
Allow combination of lines and markers
2016-01-14 15:50:48 +01:00
Josef Heinen
b4eb0b6b41
Added histogram output
2016-01-12 16:33:07 +01:00
Josef Heinen
3e9a47a683
Changed default colormap
2016-01-11 18:16:31 +01:00
Josef Heinen
d71c3ecd86
Added support for multiple marker colors / sizes
2016-01-10 19:06:47 +01:00
Josef Heinen
e5a864a760
Implemented filled backgrounds
2016-01-09 14:05:02 +01:00
Josef Heinen
81b59f9bc9
Implemented annotations
2016-01-08 17:08:34 +01:00
Josef Heinen
2c2a36ce34
Use Plots predefined colors
2016-01-08 11:56:20 +01:00
Josef Heinen
cb0020c629
Fixed problem with uninitialized strings
2016-01-07 14:28:08 +01:00
Josef Heinen
003d39c8cd
Added support for inline graphics (IJulia)
2016-01-07 11:37:04 +01:00
Josef Heinen
ca866183f1
Print TODO messages for missing features
2016-01-06 10:11:30 +01:00
Thomas Breloff
b6e627369b
backend priority
2016-01-03 09:53:33 -05:00
Thomas Breloff
da96cfc158
Merge remote-tracking branch 'origin/master' into dev
2016-01-03 09:40:05 -05:00
Tom Breloff
0abbd53e07
Merge pull request #107 from jheinen/dev
...
Initial support for GR framework (GR.jl)
2016-01-03 09:35:40 -05:00
Tom Breloff
6fc0f858c7
Merge pull request #106 from rcnlee/master
...
Minor changes - animations and AbstractDataFrame
2016-01-03 09:35:24 -05:00
Josef Heinen
b3613b68cd
Moved GR calls into display method
2016-01-03 11:54:24 +01:00
Josef Heinen
2b6619b3c4
Avoid global 'fig' object
2016-01-03 10:32:47 +01:00
Josef Heinen
a33161aa9c
Reset default backend to PyPlot
...
GR should NOT be the default backend until it is finished :-)
2016-01-02 12:15:07 +01:00
Ritchie Lee
5c3c5b999f
Support for SubDataFrame by switching to AbstractDataFrame
2016-01-02 02:06:51 -08:00
Josef Heinen
7acca18313
remove superfluous compat macros
2016-01-02 10:40:45 +01:00
Ritchie Lee
7b71d9a448
Small API change to animations
...
Animation constructor minor fix
2016-01-02 01:36:36 -08:00
Josef Heinen
64ffa3e70f
Merge remote-tracking branch 'upstream/master'
2016-01-01 19:53:34 +01:00
Josef Heinen
fd88972380
Added support for legends
2016-01-01 19:33:35 +01:00
Tom Breloff
dd7b09552a
Merge pull request #101 from tbreloff/dev
...
merging dev into master
2015-12-30 12:58:01 -05:00
Thomas Breloff
0b23aa9e7e
relax tests
2015-12-30 12:36:18 -05:00
Thomas Breloff
0caa31bd6b
fixes
2015-12-30 12:02:43 -05:00
Thomas Breloff
cafac135a0
PyPlot fixes; test fixes
2015-12-30 11:24:44 -05:00
Thomas Breloff
6ac312bd49
removed nlevels keyword, now an alias to levels; cleanup
2015-12-30 10:13:53 -05:00
Tom Breloff
489877d6bf
Merge pull request #99 from dlfivefifty/pull-request/c09545de
...
Add support for levels keyword in PyPlot
2015-12-30 09:38:27 -05:00
Josef Heinen
b0b2e695e1
Added support for logarithmic / flipped axes
2015-12-30 11:52:19 +01:00
Josef Heinen
c3808c0c5b
gr.jl: implemented line/scatter plots
2015-12-29 20:15:10 +01:00
Sheehan Olver
c09545de64
Add support for levels keyword in PyPlot
2015-12-29 15:32:49 +11:00
Josef Heinen
7566b0159c
Start experimenting with GR.jl backend
2015-12-25 20:11:05 +01:00
Thomas Breloff
ed7cc9b89e
pyplot surface/wireframe fix for matrix x/y; fix in with, when backend unset
2015-12-23 22:15:13 -05:00
Thomas Breloff
55501e68fb
added tex output; fixes for surface inputs; commented out plotly_blink
2015-12-23 13:03:25 -05:00
Thomas Breloff
eabe670ae8
working on plotlyjs integration
2015-12-18 17:33:57 -05:00
Thomas Breloff
9fffef6f53
cleanup
2015-12-18 13:19:22 -05:00
Thomas Breloff
368429b757
working on glvisualize
2015-12-18 10:14:15 -05:00
Tom Breloff
49f774eb0d
Merge pull request #92 from dlfivefifty/dev
...
Add initial support for GLVisualize
2015-12-18 09:29:58 -05:00
Sheehan Olver
0487d7a058
merge glvisualize
2015-12-18 15:32:35 +11:00
Sheehan Olver
5943e77563
Fix backend_name
2015-12-18 15:30:07 +11:00
Sheehan Olver
b10f0fb945
Started supporting GLVisualize
2015-12-18 15:30:07 +11:00
Sheehan Olver
c299891fb0
Merge pull request #1 from tbreloff/dev
...
Dev
2015-12-18 15:27:35 +11:00
Thomas Breloff
fe0f22dfc0
changed :log to map to :log10, switched :log to :ln; better support for plotly axis attributes, ticks, scale, etc; fix plotly bg/fg colors
2015-12-17 14:59:50 -05:00
Thomas Breloff
002603c388
added wireframe linetype; support for surface and wireframe in pyplot
2015-12-17 11:55:26 -05:00
Thomas Breloff
30ef8456c3
added xlims/ylims support in plotly
2015-12-17 00:14:38 -05:00
Thomas Breloff
bee1ce401a
moved annotation arg from series to plot; added annotation support for plotly
2015-12-16 23:22:46 -05:00
Thomas Breloff
e18c4a370a
added vline/hline marker shapes; plotly set/get, ticks
2015-12-16 11:14:06 -05:00
Thomas Breloff
2a60a929f1
recipe fix; plotly fixes
2015-12-15 22:53:57 -05:00
Thomas Breloff
939295ab04
_apply_recipe fix
2015-12-15 17:31:11 -05:00
Tom Breloff
f6a0ef6a61
Merge pull request #90 from pkofod/patch-1
...
Added :line as to supportedTypes
2015-12-15 09:28:45 -05:00
Patrick Kofod Mogensen
b3bce314e9
Added :line as to supportedTypes
2015-12-15 14:26:17 +01:00
Thomas Breloff
e28b85d8b6
plotly support for ijulia and subplots
2015-12-08 12:01:26 -05:00
Thomas Breloff
a0af2fc997
fix. closes #84
2015-12-07 23:14:10 -05:00
Tom Breloff
7f7f5c6f12
Merge pull request #85 from stevengj/patch-1
...
don't test for 0.4-
2015-11-28 20:13:06 -05:00
Steven G. Johnson
d21fbfc9be
don't test for 0.4-
...
Testing version > 0.4- is wrong because it incorrectly implies that all pre-releases of 0.4 work. Either test for the specific 0.4 build you need, or test for `VERSION > v"0.4"` (i.e., the release version).
However, since you REQUIRE julia 0.4 anyway, you can omit this test entirely.
2015-11-25 17:00:57 -05:00
Thomas Breloff
366dc1cca9
travis
2015-11-24 17:43:18 -05:00
Thomas Breloff
e9e3913bb7
switch tests to use ExamplePlots and VisualRegressionTests
2015-11-24 17:08:15 -05:00
Thomas Breloff
5491f6eff7
issubplot in _apply_recipe
2015-11-24 13:56:20 -05:00
Thomas Breloff
32e36ba324
added 3d example
2015-11-24 13:05:07 -05:00
Thomas Breloff
9d4c456461
plotly 3d path/scatter, surface
2015-11-24 12:39:54 -05:00
Thomas Breloff
cdc7920dff
added _apply_recipe
2015-11-24 10:45:49 -05:00
Thomas Breloff
cdb4901d91
plotly fill, nbins, density; ref img
2015-11-23 23:05:24 -05:00
Thomas Breloff
c7f3520ea8
plotly linestyle/markershape and others
2015-11-23 22:20:04 -05:00
Thomas Breloff
f0e728c316
working on plotly; added contour and pie examples
2015-11-23 17:46:30 -05:00
Thomas Breloff
4b1f127eaf
surface arg is now z; added orientation arg; working on plotly
2015-11-22 22:34:30 -05:00
Thomas Breloff
1db2d8d8d8
removed tests
2015-11-22 21:13:33 -05:00
Thomas Breloff
87bb45d01b
added Surface, removed x/y length assert; added Surface createKWargsList; closes #82
2015-11-22 11:21:07 -05:00
Thomas Breloff
6beadcece8
fixes for contours in pyplot and gadfly
2015-11-21 13:59:26 -05:00
Thomas Breloff
fc6f0f3a86
fixes in supported
2015-11-21 10:10:09 -05:00
Thomas Breloff
ef7370f56d
added density type
2015-11-21 09:26:35 -05:00
Thomas Breloff
52ba7cdbff
working on plotly
2015-11-20 23:53:19 -05:00
Thomas Breloff
b0c9dd44e9
working on plotly
2015-11-20 23:24:38 -05:00
Thomas Breloff
92ec093ed9
working on plotly
2015-11-20 18:36:50 -05:00
Thomas Breloff
6d2a1aafd2
working on plotly/web
2015-11-20 16:25:50 -05:00
Thomas Breloff
f3a7734584
ref imgs
2015-11-20 14:28:26 -05:00
Thomas Breloff
9cf92f37f5
preparing for MLPlots; removed corrplot
2015-11-20 14:05:06 -05:00
Thomas Breloff
34831d42a4
subplot palette fix, added copy methods for Plot and Subplot
2015-11-20 12:55:45 -05:00
Thomas Breloff
607d5d7841
fixed empty plot() in gadfly backend
2015-11-20 10:17:31 -05:00
Thomas Breloff
75adfd2e9d
new init logic; fix pyplot subplot bug
2015-11-20 09:26:43 -05:00
Thomas Breloff
e92b5b2d35
fixed gadfly scales bug and new ref img; closes #74
2015-11-20 08:58:45 -05:00
Thomas Breloff
a8c40a5493
started work on plotly
2015-11-18 21:26:16 -05:00
Thomas Breloff
be5c3fb55c
img_eps
2015-11-17 16:20:24 -05:00
Thomas Breloff
e6e4a63022
added QuartzImageIO to test REQUIRE
2015-11-17 16:19:05 -05:00
Thomas Breloff
1cdc8928ba
various fixes for pyplot and gadfly; new ref imgs
2015-11-17 15:59:45 -05:00
Thomas Breloff
ad111a0163
added mpl version log
2015-11-17 11:48:10 -05:00
Thomas Breloff
7091a4899c
imgcomp cleanup; pyplot dpi fix; new ref imgs
2015-11-17 11:19:12 -05:00
Thomas Breloff
3bd9e70fa9
moved PyPlot to first priority
2015-11-16 16:06:48 -05:00
Thomas Breloff
54bd2c620e
gadfly ref imgs
2015-11-16 15:50:02 -05:00
Thomas Breloff
121640b1b3
fixed gadfly hline/vline constructors
2015-11-16 15:37:55 -05:00
Thomas Breloff
55e388513c
fixes for gadfly and unicodeplots
2015-11-12 17:30:55 -05:00
Thomas Breloff
b153dcbd63
reference images; gadfly markersize fix
2015-11-11 21:47:53 -05:00
Thomas Breloff
242cbe5ecb
z/zcolor
2015-11-11 17:46:44 -05:00
Thomas Breloff
f1cca13796
fix pyplot alpha and added stroke support
2015-11-11 16:27:21 -05:00
Thomas Breloff
918ba72107
readme
2015-11-10 16:41:26 -05:00
Thomas Breloff
e596f27666
fixed numeric array without numeric type; updated readme; closes #64
2015-11-10 16:38:47 -05:00
Thomas Breloff
a40d0000c5
fixed pyplot
2015-11-09 09:19:00 -05:00
Thomas Breloff
fb82da74a1
gadfly layer order; fixes #63
2015-11-07 21:58:04 -05:00
Thomas Breloff
b0991a0624
working on args
2015-11-06 15:58:15 -05:00
Thomas Breloff
6236acea02
working on markerstroke, name changes, and arg improvements
2015-11-06 15:49:27 -05:00
Thomas Breloff
391c7e8570
name changes; require to 0.4
2015-11-06 11:46:24 -05:00
Thomas Breloff
58041cc64e
working on big renaming
2015-11-05 16:39:04 -05:00
Thomas Breloff
8c7d3a6e92
working on stroke/fill
2015-11-05 11:52:22 -05:00
Thomas Breloff
ae1982369c
working on bokeh
2015-11-03 15:48:04 -05:00
Thomas Breloff
5f85ac01f7
working on bokeh backend
2015-11-03 13:45:23 -05:00
Thomas Breloff
cca263fb2b
with method fix
2015-10-30 12:47:48 -04:00
Thomas Breloff
809ed02b85
gadfly/immerse downgrade fix
2015-10-30 10:03:10 -04:00
Thomas Breloff
9eab1083ab
working on with
2015-10-29 17:18:14 -04:00
Thomas Breloff
60523bef80
working on 3d plotting
2015-10-29 15:44:07 -04:00
Thomas Breloff
46b959ff3c
color reorg
2015-10-29 14:31:36 -04:00
Thomas Breloff
42c3827ded
0.3 fix
2015-10-29 13:26:40 -04:00
Thomas Breloff
26e4b4efda
back to 0.3; working on fixes
2015-10-29 12:57:07 -04:00
Thomas Breloff
2169ab3bb8
ref imgs
2015-10-29 12:50:25 -04:00
Thomas Breloff
85dad8db88
removed gitattributes
2015-10-29 11:25:08 -04:00
Thomas Breloff
8120c34064
added smooth and opacity args for pyplot; fixes in regressionXY, replaceAliases
2015-10-28 12:14:58 -04:00
Thomas Breloff
1f1d1f70a1
fix for group arg
2015-10-28 01:37:52 -04:00
Thomas Breloff
373d868a17
gadfly color fixes; pyplot grid support
2015-10-28 01:12:20 -04:00
Thomas Breloff
834ba9bc61
fix imgcmp
2015-10-27 23:37:58 -04:00
Thomas Breloff
3ffec5aed9
fixed colors from subplot changes; fix imgcmp; new refimgs
2015-10-27 23:03:30 -04:00
Thomas Breloff
ef20c1d684
subplot initargs fix
2015-10-27 22:08:47 -04:00
Thomas Breloff
697a59568c
fixes
2015-10-27 20:08:33 -04:00
Thomas Breloff
e58fb935b0
several fixes, plus qwt pos/size
2015-10-27 19:25:27 -04:00
Thomas Breloff
044d23f8a5
working on fixing problems with subplots and contours
2015-10-27 18:03:37 -04:00
Thomas Breloff
1604d867c3
cleared out examples markdown
2015-10-27 13:43:49 -04:00
Thomas Breloff
011db481c3
cleaned out examples and img directories
2015-10-27 13:42:29 -04:00
Thomas Breloff
c404cdc38a
qwt subplot pos/size
2015-10-27 13:38:16 -04:00
Thomas Breloff
20689af7dd
alpha kw for colors; pyplot fix, debugshow
2015-10-27 12:40:38 -04:00
Thomas Breloff
9ea0585d71
support for contours in gadfly/immerse/pyplot
2015-10-26 18:07:22 -04:00
Thomas Breloff
614c5f694b
readme
2015-10-26 15:58:26 -04:00
Thomas Breloff
fa36aae068
readme
2015-10-26 15:52:44 -04:00
Thomas Breloff
3e85232310
readme
2015-10-26 15:46:34 -04:00
Thomas Breloff
894928d7ca
fixes, examples, and readme; also deprecated winston
2015-10-26 14:03:06 -04:00
Thomas Breloff
afb1486f86
tests and readme
2015-10-26 13:18:22 -04:00
Thomas Breloff
2799bd18e1
moved refimg dirs
2015-10-26 12:44:16 -04:00
Thomas Breloff
43c2a885b9
travis and 0.3 fixes
2015-10-26 12:25:09 -04:00
Thomas Breloff
be7feb0eaa
travis and readme
2015-10-26 11:43:30 -04:00
Thomas Breloff
e3d653a8d9
tests
2015-10-26 11:38:33 -04:00
Thomas Breloff
b9f9d8160d
working on tests
2015-10-26 11:28:49 -04:00
Thomas Breloff
141b5c604d
pyplot test fixes; pyplot ref imgs; travis fix
2015-10-26 10:52:29 -04:00
Thomas Breloff
8a0fc00435
imgcmp and travis
2015-10-26 09:59:26 -04:00
Thomas Breloff
a3a8cb9368
nnet
2015-10-26 01:40:12 -04:00
Thomas Breloff
96c66b33a2
nnet
2015-10-26 00:11:43 -04:00
Thomas Breloff
62fad3724f
pyplot push and nnet
2015-10-25 17:08:42 -04:00
Thomas Breloff
ca2b6c87ef
enabled lfs
2015-10-25 13:53:09 -04:00
Thomas Breloff
20348645a3
pyplot fixes
2015-10-25 00:44:18 -04:00
Thomas Breloff
a9b39fad64
pyplot gui fixes and background/foreground fixes with writemime
2015-10-25 00:34:20 -04:00
Thomas Breloff
1c556ade57
more subplot fixes
2015-10-24 22:29:27 -04:00
Thomas Breloff
e08957f5ec
cleanup and fixes for subplot logic
2015-10-24 20:59:42 -04:00
Thomas Breloff
e76ded69e6
some fixes for subplots and imgcmp
2015-10-24 16:11:55 -04:00
Thomas Breloff
7e740861d8
palette fixes and working on imgcmp
2015-10-24 15:09:13 -04:00
Thomas Breloff
f28e65a26c
meetup
2015-10-24 00:00:26 -04:00
Thomas Breloff
a29f0c820b
nnet
2015-10-23 17:05:35 -04:00
Thomas Breloff
b2bc30cfed
qwt fix
2015-10-23 15:58:42 -04:00
Thomas Breloff
6ce235bb68
immerse gui fix
2015-10-23 13:53:13 -04:00
Thomas Breloff
479ab989df
immerse subplot gui fix; pyplot colorbars; subplot creation fix
2015-10-23 13:26:34 -04:00
Thomas Breloff
8d490b9e52
meetup nnet
2015-10-22 16:53:39 -04:00
Thomas Breloff
949f11a8c9
meetup
2015-10-22 15:10:15 -04:00
Thomas Breloff
d4896e1978
improved color palette generation; removed some predefined gradients
2015-10-22 12:16:00 -04:00
Thomas Breloff
c4020080b3
nnet
2015-10-22 00:40:41 -04:00
Thomas Breloff
5a68003d16
fixed empty plots
2015-10-21 21:30:05 -04:00
Thomas Breloff
9fcc3cdc24
pre/post processing subplots
2015-10-21 13:52:58 -04:00
Thomas Breloff
ee80ce5ae6
subplots and colors
2015-10-21 12:27:13 -04:00
Thomas Breloff
456c4019c4
misc
2015-10-21 01:34:50 -04:00
Thomas Breloff
f65627a505
travis; wine
2015-10-21 00:44:48 -04:00
Thomas Breloff
38d1fc15fe
travis; wine
2015-10-21 00:29:53 -04:00
Thomas Breloff
5eead5b0fa
travis; wine
2015-10-21 00:21:55 -04:00
Thomas Breloff
4223bd57f1
travis; wine
2015-10-21 00:15:11 -04:00
Thomas Breloff
5bfa653858
travis; wine
2015-10-20 23:57:18 -04:00
Thomas Breloff
5342764caf
travis
2015-10-20 23:23:38 -04:00
Thomas Breloff
04a44a82c9
tests
2015-10-20 23:07:47 -04:00
Thomas Breloff
c28820f39c
colors and tests
2015-10-20 17:11:21 -04:00
Thomas Breloff
546955a78b
working on colors and tests
2015-10-20 14:49:01 -04:00
Thomas Breloff
d1e9cc5800
palettes notebook
2015-10-20 12:55:36 -04:00
Thomas Breloff
4ef2fb9933
palettes notebook
2015-10-20 12:23:45 -04:00
Thomas Breloff
d7bc8adf21
palettes notebook
2015-10-20 12:15:13 -04:00
Thomas Breloff
b5f44efc69
palettes notebook
2015-10-20 11:56:06 -04:00
Thomas Breloff
5e8abea222
palettes notebook
2015-10-20 11:53:02 -04:00
Thomas Breloff
f291454ccb
palettes notebook
2015-10-20 10:40:49 -04:00
Thomas Breloff
bac6637b46
messing with colors
2015-10-20 08:24:58 -04:00
Thomas Breloff
866ac9fb72
working on test framework
2015-10-19 17:53:17 -04:00
Thomas Breloff
8208f6947f
pdf/ps/svg outputs
2015-10-19 14:11:22 -04:00
Thomas Breloff
dcd50a7c62
started work on imgcomp tests
2015-10-19 00:31:43 -04:00
Thomas Breloff
781aa86568
started work on imgcomp tests
2015-10-19 00:24:04 -04:00
Thomas Breloff
3facc116c8
gadfly examples
2015-10-18 00:56:38 -04:00
Thomas Breloff
9178c3b087
winston examples
2015-10-18 00:50:30 -04:00
Thomas Breloff
5c6c85a22f
qwt fixes and examples
2015-10-18 00:41:04 -04:00
Thomas Breloff
b8adb4d229
unicodeplots examples
2015-10-18 00:08:42 -04:00
Thomas Breloff
093118da8b
unicodeplots examples
2015-10-17 23:52:07 -04:00
Thomas Breloff
0aa760119f
examples
2015-10-17 23:43:52 -04:00
Thomas Breloff
60b3a1583d
examples
2015-10-17 23:31:50 -04:00
Thomas Breloff
593c47b938
examples
2015-10-17 23:29:03 -04:00
Thomas Breloff
0f6bb7ce6f
examples
2015-10-17 23:10:45 -04:00
Thomas Breloff
048c2541e6
readme
2015-10-17 23:07:35 -04:00
Thomas Breloff
f3e7d1a43b
examples
2015-10-17 22:43:36 -04:00
Thomas Breloff
5df24d6683
custom markers example; pyplot markers
2015-10-17 22:16:06 -04:00
Thomas Breloff
73779898b7
pyplot fonts and fixes; examples
2015-10-17 16:49:45 -04:00
Thomas Breloff
7200b6adc6
pyplot set/get data; examples
2015-10-17 16:17:18 -04:00
Thomas Breloff
d48f15ab4d
examples
2015-10-17 15:22:00 -04:00
Thomas Breloff
2747671935
readme
2015-10-17 14:07:53 -04:00
Thomas Breloff
d86f24dd35
pyplot fixes
2015-10-17 01:26:58 -04:00
Thomas Breloff
60edccade5
readme
2015-10-16 17:46:20 -04:00
Thomas Breloff
540460cae9
readme
2015-10-16 17:37:30 -04:00
Thomas Breloff
df44d86f46
examples and readme
2015-10-16 17:25:54 -04:00
Thomas Breloff
c287b446c9
fixes and examples
2015-10-16 17:21:28 -04:00
Thomas Breloff
1db36c05a8
animations
2015-10-16 16:36:40 -04:00
Thomas Breloff
2c884ab5ab
animations
2015-10-16 12:03:40 -04:00
Thomas Breloff
cd0dfc956d
gadfly cleanup
2015-10-16 11:03:34 -04:00
Thomas Breloff
03392a5f03
gadfly cleanup
2015-10-16 10:58:44 -04:00
Thomas Breloff
a7da999bd7
Font and tick/guide/legend fonts
2015-10-16 10:52:36 -04:00
Thomas Breloff
47f21b1652
fixes; changed reg to smooth, added loess smoothing in gadfly
2015-10-16 00:47:46 -04:00
Thomas Breloff
7c91d10c79
several fixes after gadfly reorg
2015-10-16 00:21:37 -04:00
Thomas Breloff
fac2f5494b
gadfly overhaul
2015-10-15 23:11:17 -04:00
Thomas Breloff
bfcdb7e840
example
2015-10-15 17:30:44 -04:00
Thomas Breloff
21d55db3b4
slides
2015-10-15 17:19:57 -04:00
Thomas Breloff
18e49888fe
jpg
2015-10-15 16:51:48 -04:00
Thomas Breloff
7ba2f61361
0.3 fix
2015-10-15 16:50:57 -04:00
Thomas Breloff
407df158ef
PlotText/text for annotations; fixes
2015-10-15 14:46:29 -04:00
Thomas Breloff
eab46ba9c4
fixes
2015-10-15 01:34:06 -04:00
Thomas Breloff
39318e5e61
working on shapes
2015-10-14 20:53:44 -04:00
Thomas Breloff
ac1ce03fe5
working on shapes overhaul
2015-10-14 20:46:17 -04:00
Thomas Breloff
4fa697ec75
big shapes overhaul; gadfly ShapeGeometry; some reorg and cleanup... still working on it
2015-10-14 18:14:44 -04:00
Thomas Breloff
027961bffa
various fixes
2015-10-14 12:11:20 -04:00
Thomas Breloff
7dfcbabe0c
wine
2015-10-13 17:35:10 -04:00
Thomas Breloff
dfc7658426
misc
2015-10-13 16:51:19 -04:00
Thomas Breloff
04c6726b76
pyplot cleanup
2015-10-13 15:56:14 -04:00
Thomas Breloff
8fdbbe4c16
pyplot subplots
2015-10-13 15:30:25 -04:00
Thomas Breloff
09fceab75b
pyplot subplots
2015-10-13 15:02:27 -04:00
Thomas Breloff
8df4c27285
pyplot, corrplot, and nba
2015-10-13 01:16:11 -04:00
Thomas Breloff
e38820b74a
working on pyplot
2015-10-12 18:16:55 -04:00
Thomas Breloff
c052e731f8
fix links to keep separate lims per row/column
2015-10-12 16:42:34 -04:00
Thomas Breloff
3636860262
subplot linkfunc, fixes, cleanup
2015-10-12 14:31:27 -04:00
Thomas Breloff
ce7421bef4
immerse fix
2015-10-12 10:42:29 -04:00
Thomas Breloff
23b51c4c3e
working on pyplot subplots
2015-10-10 00:57:48 -04:00
Thomas Breloff
48d802fc40
qwt subplots
2015-10-10 00:03:23 -04:00
Thomas Breloff
51e8f3ff6e
working on subplots
2015-10-09 23:21:45 -04:00
Thomas Breloff
7917397bf3
working on corrplot and recipes
2015-10-09 17:08:17 -04:00
Thomas Breloff
e0c0052b63
working on corrplot and recipes
2015-10-09 17:08:06 -04:00
Thomas Breloff
15a4b50ce4
working on corrplot and recipes
2015-10-09 17:03:54 -04:00
Thomas Breloff
a51a8abf27
working on subplots and recipes
2015-10-09 16:00:24 -04:00
Thomas Breloff
45747e3635
working on recipes
2015-10-09 14:35:00 -04:00
Thomas Breloff
64b8e15918
working on subplots and recipes
2015-10-09 13:12:40 -04:00
Thomas Breloff
f4b716b255
working on linked subplots
2015-10-08 17:44:00 -04:00
Thomas Breloff
1115ff83bb
working on contours
2015-10-08 14:18:49 -04:00
Thomas Breloff
c24550c756
0.3 fix gadfly shapes
2015-10-08 14:01:30 -04:00
Thomas Breloff
b5cdfe30ea
readme and examples
2015-10-08 13:33:14 -04:00
Thomas Breloff
a10e594da1
tests
2015-10-08 12:31:33 -04:00
Thomas Breloff
63aee387f0
badges and test fix
2015-10-08 12:05:21 -04:00
Thomas Breloff
ab9de1e199
added 0.3 and nightly to travis; force Winston to use gtk
2015-10-08 11:48:54 -04:00
Thomas Breloff
e60c463328
0.3 support; require Compat; pyplot scatter colormaps
2015-10-08 11:30:20 -04:00
Thomas Breloff
537d74196b
working on contours
2015-10-08 07:49:26 -04:00
Thomas Breloff
a8bbbe8582
working on contours
2015-10-08 00:49:30 -04:00
Thomas Breloff
29471a7aac
readme
2015-10-07 18:18:44 -04:00
Thomas Breloff
894a4a5567
winston fixes/examples and updated readme
2015-10-07 18:09:32 -04:00
Thomas Breloff
f7cd5276f0
fixed qwt and examples
2015-10-07 17:42:08 -04:00
Thomas Breloff
95b8c71083
examples
2015-10-07 17:04:19 -04:00
Thomas Breloff
52c82e6fe2
examples
2015-10-07 16:54:42 -04:00
Thomas Breloff
cef1abd6aa
readme
2015-10-07 16:29:32 -04:00
Thomas Breloff
91da261128
working on colors/args and examples
2015-10-07 16:04:30 -04:00
Thomas Breloff
1c70346a61
bringing pyplot up to speed
2015-10-07 13:45:38 -04:00
Thomas Breloff
2de017086d
working on colors and args
2015-10-07 12:50:07 -04:00
Thomas Breloff
d6253c72d4
working on colors, args, and axis flip
2015-10-06 18:19:44 -04:00
Thomas Breloff
e5007b6c87
working on colors, args, and axis flip
2015-10-06 17:51:54 -04:00
Thomas Breloff
bbc18549b3
working on args
2015-10-06 11:37:45 -05:00
Thomas Breloff
b6855b6fba
working on args
2015-10-06 10:07:18 -05:00
Thomas Breloff
70db97d576
working on args
2015-10-06 09:49:33 -05:00
Thomas Breloff
f632f2f39e
working on args
2015-10-06 09:04:57 -05:00
Thomas Breloff
b23f968d57
working on axis/line/marker/fill overhaul
2015-10-06 08:45:53 -05:00
Thomas Breloff
ea88877a11
working on color schemes
2015-10-05 17:06:52 -05:00
Thomas Breloff
1de3decede
working on color schemes
2015-10-05 16:28:43 -05:00
Thomas Breloff
78045fd2ab
working on spy and nbins tuple
2015-10-04 21:39:32 -05:00
Thomas Breloff
7c8898158b
working on gadfly continuous colors
2015-10-04 16:52:29 -05:00
Thomas Breloff
3fc5f87388
added better error for Winston output_surface
2015-10-04 09:41:42 -05:00
Thomas Breloff
623ca1effc
winston log10 scale
2015-10-03 17:18:58 -05:00
Thomas Breloff
da05e7fe5e
qwt log10 scale
2015-10-03 17:03:13 -05:00
Thomas Breloff
f3734d4c64
added pyplot scales
2015-10-03 09:46:02 -05:00
Thomas Breloff
9ab458e109
switched gadfly heatmap to Geom.histogram2d
2015-10-01 12:55:05 -05:00
Thomas Breloff
d4c72e6f78
gadfly ribbon
2015-09-30 10:36:00 -04:00
Thomas Breloff
1f58ef5140
don't error on savefig without an ext, use default; closes #32
2015-09-30 09:55:07 -04:00
Thomas Breloff
69d574c587
added scales globally and to gadfly/immerse
2015-09-30 09:18:16 -04:00
Thomas Breloff
a027fdded7
autoload dataframes
2015-09-29 14:40:11 -04:00
Thomas Breloff
443df0501d
supported graphs
2015-09-29 14:27:18 -04:00
Thomas Breloff
d68fe5f80d
supported readme
2015-09-29 14:14:13 -04:00
Thomas Breloff
ebf868bae3
supported readme
2015-09-29 14:13:46 -04:00
Thomas Breloff
8a9b3286e9
supportedGraphs utils and pngs; removed args/kwargs from defaults
2015-09-29 14:05:24 -04:00
Thomas Breloff
a0455561b6
unicode hline/vline; supportGraph utils
2015-09-29 13:46:31 -04:00
Thomas Breloff
518ccf5a74
pyplot hline/vline
2015-09-29 12:20:58 -04:00
Thomas Breloff
54f09c58cb
unicodeplots lims
2015-09-29 12:00:48 -04:00
Thomas Breloff
029ad1045a
qwt lims/ticks
2015-09-29 11:50:02 -04:00
Thomas Breloff
2f55fb4d84
winston lims
2015-09-29 10:40:46 -04:00
Thomas Breloff
add724eee9
working on gadfly ticks
2015-09-29 09:50:53 -04:00
Thomas Breloff
07324ae892
working on gadfly ticks
2015-09-29 09:49:58 -04:00
Thomas Breloff
ffc05e971f
working on ticks
2015-09-28 23:49:03 -04:00
Thomas Breloff
30f42fd1d4
added lims/ticks for pyplot
2015-09-28 22:49:46 -04:00
Thomas Breloff
f284857438
added qwt hline/vline; working on setTicksFromStringVector
2015-09-28 17:56:32 -04:00
Thomas Breloff
06ab514472
qwt annotations and examples
2015-09-28 17:11:43 -04:00
Thomas Breloff
85b65acbe0
readme
2015-09-28 16:48:32 -04:00
Thomas Breloff
4d1d9de22f
gitignore
2015-09-28 16:43:04 -04:00
Thomas Breloff
a68ec9b191
savefig and png
2015-09-28 16:42:02 -04:00
Thomas Breloff
e386636d66
readme
2015-09-28 16:01:48 -04:00
Thomas Breloff
cc3311b8eb
examples
2015-09-28 15:49:46 -04:00
Thomas Breloff
d3d1181769
examples and readme
2015-09-28 15:44:50 -04:00
Thomas Breloff
001abf684c
examples
2015-09-28 15:35:45 -04:00
Thomas Breloff
92a65296b5
redid supportedArgs
2015-09-28 15:21:45 -04:00
Thomas Breloff
3a7887d003
working on massive naming overhaul and fixes
2015-09-28 14:58:56 -04:00
Thomas Breloff
3334c4a87a
winston annotations
2015-09-28 12:52:44 -04:00
Thomas Breloff
228ce768e0
pyplot annotations and ioff fix
2015-09-28 12:09:52 -04:00
Thomas Breloff
eafc1a784c
working on annotations
2015-09-28 11:09:45 -04:00
Thomas Breloff
fd3a4d0a0e
working on annotations
2015-09-28 10:46:53 -04:00
Thomas Breloff
77d679b63b
working on handling string input data
2015-09-27 23:46:42 -04:00
Thomas Breloff
730d764c6e
gadfly color group
2015-09-25 17:03:57 -04:00
Thomas Breloff
6f1ef82e89
gadfly color groups for line segments
2015-09-25 16:47:17 -04:00
Thomas Breloff
d4da910f19
call Gadfly.get_stroke_vector; added getindex/setindex to qwt
2015-09-25 13:33:06 -04:00
Thomas Breloff
a0a0773bd2
fix push warning
2015-09-25 09:42:16 -04:00
Thomas Breloff
9ce8d138d5
working on data updating and notebooks
2015-09-25 01:00:22 -04:00
Thomas Breloff
0041b034e0
working on various things
2015-09-24 16:47:30 -04:00
Thomas Breloff
d781c437de
started real time updates; fixes #29 (pyplot ijulia display)
2015-09-24 13:01:31 -04:00
Thomas Breloff
2fe21b8547
fixes, gadfly star shape, readme example
2015-09-24 00:35:18 -04:00
Thomas Breloff
dbc90c9417
working on groups and iris notebook
2015-09-23 23:34:54 -04:00
Thomas Breloff
431d60a58a
working on groups and iris notebook
2015-09-23 23:15:15 -04:00
Thomas Breloff
fcfcc9a94a
working on groups and iris notebook
2015-09-23 17:13:20 -04:00
Thomas Breloff
870fb4e2df
working on groups and iris notebook
2015-09-23 17:12:26 -04:00
Thomas Breloff
e3612b973f
working on groups and iris notebook
2015-09-23 16:48:49 -04:00
Thomas Breloff
75f4ca928f
working on auto-labels from dataframes meta info, and started group arg
2015-09-23 15:34:42 -04:00
Thomas Breloff
22fd25b30f
readme
2015-09-23 13:36:51 -04:00
Thomas Breloff
610ddb09ff
readme and cleanup
2015-09-23 13:33:12 -04:00
Thomas Breloff
33602aca11
fixed tests
2015-09-23 13:03:37 -04:00
Thomas Breloff
a207856e99
lims/ticks for gadfly/immerse
2015-09-23 12:45:24 -04:00
Thomas Breloff
80e8b5b5e4
fixes
2015-09-23 11:35:08 -04:00
Thomas Breloff
273996aa91
working on ticks/lims
2015-09-23 00:14:32 -04:00
Thomas Breloff
646b88c5be
working on ticks
2015-09-22 23:30:20 -04:00
Thomas Breloff
88cfd82a25
unicodeplots fixes
2015-09-22 17:19:37 -04:00
Thomas Breloff
2f8436be87
winston examples
2015-09-22 17:04:51 -04:00
Thomas Breloff
a6237cdda3
qwt examples
2015-09-22 17:02:19 -04:00
Thomas Breloff
eb93a767fc
pyplot fixes and examples
2015-09-22 16:57:23 -04:00
Thomas Breloff
41852412ca
gadfly/immerse fixes and examples
2015-09-22 16:46:54 -04:00
Thomas Breloff
224b2b7323
various fixes; readme
2015-09-22 16:30:40 -04:00
Thomas Breloff
ec939f9f9a
more display fun
2015-09-22 14:56:37 -04:00
Thomas Breloff
eced15b712
working on display/writemime overhaul
2015-09-22 12:54:55 -04:00
Thomas Breloff
f8fb473981
reexport Colors; move default backend choice into __init__; fixed pickDefaultBackend
2015-09-22 08:10:30 -04:00
Thomas Breloff
f2bcb77cfb
trying fgcolor gadfly
2015-09-22 00:04:35 -04:00
Thomas Breloff
dc5da28176
initial dataframes support
2015-09-21 23:36:07 -04:00
Thomas Breloff
be43e64743
foreground_color fixes and added support in pyplot
2015-09-21 23:04:37 -04:00
Thomas Breloff
454630dace
qwt fixes
2015-09-21 22:14:59 -04:00
Thomas Breloff
c9df244333
qwt fixes
2015-09-21 17:38:27 -04:00
Thomas Breloff
2649d97d69
readme
2015-09-21 17:31:36 -04:00
Thomas Breloff
bcb9ac5501
readme
2015-09-21 17:29:51 -04:00
Thomas Breloff
76d1e26f7d
readme
2015-09-21 17:04:20 -04:00
Thomas Breloff
ba13ab9926
readme
2015-09-21 16:59:15 -04:00
Thomas Breloff
c43b34b67f
auto-generated readme
2015-09-21 16:49:45 -04:00
Thomas Breloff
3739c2881b
fixed linetype aliases; for qwt as well
2015-09-21 16:18:58 -04:00
Thomas Breloff
bc13b81351
working on readme_template; added path linetype and sorting logic for line
2015-09-21 16:03:59 -04:00
Thomas Breloff
86a56e487a
working on aliases
2015-09-21 14:38:03 -04:00
Thomas Breloff
031058cd0c
cleanup and renaming constants
2015-09-21 12:15:40 -04:00
Thomas Breloff
85040d6104
fix creating empty plot with plot()
2015-09-21 12:05:17 -04:00
Thomas Breloff
efbf74b44c
working on auto generated color palette
2015-09-21 11:45:37 -04:00
Thomas Breloff
774fc42e8e
replaced creation of kw args
2015-09-20 23:48:45 -04:00
Thomas Breloff
692cfe4f52
added srand calls to tests and examples
2015-09-20 22:59:25 -04:00
Thomas Breloff
8b34d4417b
gadfly display size and fix: check for line_style
2015-09-20 21:12:56 -04:00
Thomas Breloff
c20a7b3c69
added fillto for gadfly/immerse
2015-09-19 17:23:18 -04:00
Thomas Breloff
ff6e83c55e
working on new plot logic
2015-09-19 14:39:25 -04:00
Thomas Breloff
6aa56fd30f
fixed subplot bug
2015-09-19 00:38:50 -04:00
Thomas Breloff
f5a6f129dd
foreground_color
2015-09-19 00:05:24 -04:00
Thomas Breloff
5405c1d240
working on colors
2015-09-18 17:20:35 -04:00
Thomas Breloff
455f85e230
working on colors, args
2015-09-18 16:53:43 -04:00
Thomas Breloff
fa899a67a7
added support for gadfly linestyles... depends on gadfly PR 695
2015-09-18 12:26:18 -04:00
Thomas Breloff
56cf25eebf
gadfly shapes
2015-09-18 01:55:16 -04:00
Thomas Breloff
1a490551e6
working on arg aliases and reorg
2015-09-18 01:48:00 -04:00
Thomas Breloff
4514802e35
replacing String with AbstractString
2015-09-17 21:32:27 -04:00
Thomas Breloff
a9062b0611
examples
2015-09-17 17:11:25 -04:00
Thomas Breloff
eb6b30aab1
markers, fixes, and rerun examples
2015-09-17 17:05:08 -04:00
Thomas Breloff
922abd7ad3
examples
2015-09-17 16:21:13 -04:00
Thomas Breloff
c4596dda75
more shape fun... completed gadfly's set
2015-09-17 16:18:48 -04:00
Thomas Breloff
168b77326b
fixing markers
2015-09-17 15:44:01 -04:00
Thomas Breloff
f674bba861
added gadfly shapes utriangle, dtriangle, and xcross
2015-09-17 15:28:54 -04:00
Thomas Breloff
6b2e65e738
ohlc example
2015-09-17 14:49:37 -04:00
Thomas Breloff
51021c799d
accept vectors of tuples; implement ohlc for gadfly with an example
2015-09-17 14:44:29 -04:00
Thomas Breloff
01cb036976
added fillto support for winston
2015-09-17 11:26:26 -04:00
Thomas Breloff
ea7867429f
added hline/vline support in gadfly
2015-09-17 10:14:13 -04:00
Thomas Breloff
c5300cd7be
notes
2015-09-17 08:32:32 -04:00
Thomas Breloff
ea34c7d226
working on winston and examples
2015-09-16 17:17:05 -04:00
Thomas Breloff
537e04989f
working on winston
2015-09-16 16:34:40 -04:00
Thomas Breloff
d447c5dc25
moved exports into backend files
2015-09-16 15:11:44 -04:00
Thomas Breloff
73944fc9bf
first draft winston
2015-09-16 15:08:50 -04:00
Thomas Breloff
01e994e0f1
regenerate markdown
2015-09-16 14:32:36 -04:00
Thomas Breloff
af3f3f436c
improving markdown
2015-09-16 14:24:58 -04:00
Thomas Breloff
56e90a266a
examples
2015-09-16 14:16:58 -04:00
Thomas Breloff
1fc59ed522
fix ALL_ARGS; unicodeplots examples
2015-09-16 14:01:53 -04:00
Thomas Breloff
3a3b1a6c17
examples
2015-09-16 13:40:23 -04:00
Thomas Breloff
242ce807df
examples
2015-09-16 13:32:43 -04:00
Thomas Breloff
734967152c
fixed suppported typo
2015-09-16 13:29:51 -04:00
Thomas Breloff
8023e15bb9
examples
2015-09-16 13:17:06 -04:00
Thomas Breloff
ceb58a6fe1
supported functions; renamed a few things package to backend
2015-09-16 13:03:37 -04:00
Thomas Breloff
ae48bd1abb
working on big set of fixes/reorg; better example code, supportedArgs and subplotSupported, change dots to scatter and handle better
2015-09-16 12:07:08 -04:00
Thomas Breloff
d27fe2fbad
examples
2015-09-16 01:47:17 -04:00
Thomas Breloff
970686efaf
supported functions and gadfly shapes
2015-09-16 01:42:47 -04:00
Thomas Breloff
8df46ec0e9
gadfly_shapes.jl
2015-09-16 00:25:51 -04:00
Thomas Breloff
864057a6ed
unicode examples
2015-09-16 00:12:14 -04:00
Thomas Breloff
92ca4cb1d1
examples
2015-09-16 00:01:38 -04:00
Thomas Breloff
aabf811fe7
working on Immerse subplot support
2015-09-15 23:27:00 -04:00
Thomas Breloff
9b0a645a05
working on immerse subplot window
2015-09-15 17:54:40 -04:00
Thomas Breloff
24b5e7ff09
pushtomaster
2015-09-15 17:11:36 -04:00
Thomas Breloff
48969ecee3
added sticks and sticksHack for Gadfly
2015-09-15 16:49:56 -04:00
Thomas Breloff
6ae0912e0e
readme
2015-09-15 13:24:14 -04:00
Thomas Breloff
e8062d544d
readme
2015-09-15 13:18:49 -04:00
Thomas Breloff
07332aa4ac
readme
2015-09-15 13:16:19 -04:00
Thomas Breloff
1e2b3559f2
gadfly marker fixes and examples
2015-09-15 13:08:04 -04:00
Thomas Breloff
8bfaa14edb
added backend template
2015-09-15 10:03:56 -04:00
Thomas Breloff
d4e87d3fe8
working on gadfly and immerse
2015-09-14 23:44:28 -04:00
Thomas Breloff
460348c0b6
working on gadfly and immerse
2015-09-14 23:28:47 -04:00
Thomas Breloff
264e8c735e
working on gadfly markers
2015-09-14 17:27:37 -04:00
Thomas Breloff
c4b04e2327
immerse final fixes and examples
2015-09-14 15:30:09 -04:00
Thomas Breloff
dc1389bd1a
working on immerse
2015-09-14 15:24:18 -04:00
Thomas Breloff
51e38c80d8
working on immerse
2015-09-14 15:08:25 -04:00
Thomas Breloff
a33f5fabd1
working on immerse
2015-09-14 14:41:13 -04:00
Thomas Breloff
e6c8344970
working on immerse
2015-09-14 13:44:58 -04:00
Thomas Breloff
2207ae6617
working on immerse
2015-09-14 12:35:24 -04:00
Thomas Breloff
cdc6707ad3
pyplot bg color
2015-09-14 10:46:33 -04:00
Thomas Breloff
448fdaecbd
readme
2015-09-14 00:45:55 -04:00
Thomas Breloff
4aa79aed6f
readme
2015-09-14 00:45:00 -04:00
Thomas Breloff
c8fcc373f8
examples and readme
2015-09-14 00:28:08 -04:00
Thomas Breloff
1410141b46
examples
2015-09-14 00:16:24 -04:00
Thomas Breloff
76efabb5f3
heatmaps, fixes
2015-09-14 00:15:51 -04:00
Thomas Breloff
36effc6dc4
working on pyplot
2015-09-13 22:20:15 -04:00
Thomas Breloff
8d5412a38f
working on pyplot
2015-09-13 21:34:28 -04:00
Thomas Breloff
465b5d20b4
working on pyplot
2015-09-13 18:39:56 -04:00
Thomas Breloff
60a22b1897
working on pyplot
2015-09-13 17:02:03 -04:00
Thomas Breloff
09a685e977
gitignore
2015-09-13 16:36:32 -04:00
Thomas Breloff
31da90865c
added args and kwargs to PLOT_DEFAULTS
2015-09-13 14:06:33 -04:00
Thomas Breloff
9ea98bcb56
readme
2015-09-12 22:54:16 -04:00
Thomas Breloff
4f9804d24e
readme
2015-09-12 22:48:07 -04:00
Thomas Breloff
0a88518188
readme
2015-09-12 22:38:56 -04:00
Thomas Breloff
ccae6373be
readme
2015-09-12 22:31:05 -04:00
Thomas Breloff
31e5d07a45
readme
2015-09-12 22:24:44 -04:00
Thomas Breloff
056fee4b28
added parametric plot with example
2015-09-12 22:02:17 -04:00
Thomas Breloff
5a47864d73
readme
2015-09-12 21:46:30 -04:00
Thomas Breloff
1c7da432f1
readme
2015-09-12 21:40:25 -04:00
Thomas Breloff
3d3ceacaab
pickDefaultBackend with warning; readme improvements
2015-09-12 21:33:38 -04:00
Thomas Breloff
35df39a44b
readme and shorthands for switching plotters
2015-09-12 21:12:18 -04:00
Thomas Breloff
c23d6d62e7
examples, fixes, and reorg img dir
2015-09-12 20:47:09 -04:00
Thomas Breloff
243d4a7ac3
working on unicodeplots savepng and examples
2015-09-12 20:28:40 -04:00
Thomas Breloff
50254d06d7
working on unicodeplots savepng and examples
2015-09-12 20:23:36 -04:00
Thomas Breloff
475b46f516
working on unicodeplots
2015-09-12 16:49:02 -04:00
Thomas Breloff
f4573f7e87
added unicodeplots to examples
2015-09-12 16:37:34 -04:00
Thomas Breloff
7fb1a4ec0f
better error when importing a package that is not installed; xmin/xmax functions example
2015-09-12 16:10:42 -04:00
Thomas Breloff
4299aa0ff8
more ways to plot Funtions
2015-09-12 15:59:45 -04:00
Thomas Breloff
4eb7e3810e
unicodeplots
2015-09-12 14:58:15 -04:00
Thomas Breloff
3e7e7e9ac0
working on unicodeplots
2015-09-12 00:57:58 -04:00
Thomas Breloff
9e1058ec0a
working on unicodeplots
2015-09-12 00:54:41 -04:00
Thomas Breloff
426a9eb6d3
working on unicodeplots
2015-09-12 00:31:48 -04:00
Thomas Breloff
f322b9ac1c
working on unicodeplots; added args to Plot; some reorg
2015-09-12 00:24:35 -04:00
Thomas Breloff
e13fec08ca
readme
2015-09-11 22:12:33 -04:00