t-bltg
d342672dd2
Allow color on txt io ( #4102 )
2022-02-17 22:33:09 +01:00
t-bltg
b6d7bd82e6
UnicodePlots: enhance display / show ( #4021 )
2021-12-31 16:04:02 +01:00
Simon Christ
f784010c29
add text/latex mimetype
2021-12-17 17:50:07 +01:00
t-bltg
c5db139bbb
run format(["src", "test"])
2021-08-11 08:14:51 +02:00
yha
b91aa2bbfc
Don't prepare_output for text/plain MIME
2020-09-07 17:33:36 +03:00
Simon Christ
c73a5aaabc
fix saving as .tikz ( #2901 )
2020-08-07 12:45:50 +02:00
Simon Christ
22cf3e127e
keep size when plotting in juno ( #2826 )
2020-07-01 10:22:52 +02:00
Daniel Schwabeneder
fafb0d9510
format code to tab length of 4
2020-04-22 23:43:38 +02:00
Daniel Schwabeneder
df6fa6fd68
fix double extensions in savefig
2020-04-22 23:37:31 +02:00
Daniel Schwabeneder
4e877a206e
fix double extensions in savefig
2020-04-22 19:28:12 +02:00
Daniel Schwabeneder
77b5951037
fix savefig for .tex extension
2020-04-22 19:00:20 +02:00
Simon Christ
eba4d2442c
don't add .tex to .tikz ( #2607 )
...
* don't add .tex to .tikz
If we reach this point, we already checked if the extension is existent.
This used to append `.tex` if saving as `.tikz` file, which is unwanted.
* Update output.jl
* convert symbol to string
2020-04-21 17:47:28 +02:00
keorn
c50a5bf123
allow plotly json saving
2020-03-21 14:41:56 +01:00
Gaëtan Caillaut
205345a8d3
save unicodeplots with .txt extension
2020-02-11 18:36:26 +01:00
Sebastian Pfitzner
4a7ea82862
only show plotly plots as html in Juno
2020-02-05 11:49:54 +01:00
Miles Frain
831987c76f
maintain original plot size
2019-09-19 12:36:44 -07:00
Sebastian Pfitzner
f6d37afba0
actually fix dpi issues in Juno?
2019-09-19 11:37:38 +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
Simon Christ
03d2f704c5
add tikz ending
2019-09-17 17:05:34 +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
JackDevine
5619feb6c0
Expand paths beginning with ~ on unix systems.
2019-08-06 20:40:09 +12:00
Fredrik Ekre
9a445d529d
Make sure show return nothing.
2019-05-17 10:41:01 +02:00
SimonDanisch
2c8d51988b
support plotly mime type
2019-03-07 19:04:18 +01:00
HMH
9482a247e7
Remove 2 lines forgotten in 3c2cfa333c39b85155d6.
2019-02-23 03:39:01 +01:00
Michael Krabbe Borregaard
1386435b17
Completely deprecate glvisualize
2018-10-30 11:41:37 +01:00
Daniel Schwabeneder
d9be97fc45
fix pgfplots saving with FileIO
2018-10-14 14:09:43 +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
9b6fc4bc6b
Merge pull request #1667 from pfitzseb/sp/betterdisplay
...
WIP: Actually use PlotsDisplay()
2018-08-26 22:05:29 +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
99941dde8f
info --> @info
2018-08-14 09:13:27 +02:00
Michael Krabbe Borregaard
c544dbbbb7
rename mimewritable
2018-08-09 16:53:37 +01:00
Daniel Schwabeneder
cd770f70c0
fix merge conflict relicts
2018-08-08 09:24:37 +02:00
Daniel Schwabeneder
317f01a6b4
fix init.jl
2018-08-06 18:02:19 +02:00
Daniel Schwabeneder
f60aac93ab
use Requires.jl for backend dependencies
2018-08-04 06:44:12 +02:00
Sebastian Pfitzner
adf2af82b4
fix display on Juno 0.7
2018-08-03 12:37:12 +02:00
Daniel Schwabeneder
af0dabec99
use Requires.jl for backend dependencies
2018-07-19 22:33:36 +02:00
Daniel Schwabeneder
a7f2484d45
fix some deprecation warnings
2018-07-04 20:56:13 +02:00
femtocleaner[bot]
d68829820b
Fix deprecations
2018-06-30 23:15:27 +00:00
Daniel Schwabeneder
76f2860c74
fix gr
2018-06-16 20:38:46 +02:00
Daniel Schwabeneder
4847752ef4
make dpi change plot size
2018-06-16 19:24:58 +02:00
Daniel Schwabeneder
3e66c6cce4
change DPI value back
2018-06-16 11:51:49 +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