1824 Commits

Author SHA1 Message Date
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
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
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
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
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
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
6d4717fc96 gr: added support for non-string legend labels 2017-11-22 21:26:53 +01:00
Josef Heinen
dbf96a69d7 gr: fix 'hidden window' problem after savefig 2017-11-21 14:45:00 +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
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
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
Huckleberry Febbo
ae37dce0f3 allow legend to be outside for pgfplots() 2017-11-14 13:43:17 -05:00