This fixes the wxplot2d plotting issue found at https://github.com/andrejv/wxmaxima/issues/973. From 5a0693c97ceaa4935b908f1e478126896952f399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gunter=20K=C3=B6nigsmann?= Date: Mon, 19 Feb 2018 05:37:35 +0100 Subject: [PATCH] Seems I accidentally made wxMaxima to default to parameters for old gnuplots. Resolves #973 --- data/wxmathml.lisp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/wxmathml.lisp.in b/data/wxmathml.lisp.in index a32e3fc3..4e19acaf 100644 --- a/data/wxmathml.lisp.in +++ b/data/wxmathml.lisp.in @@ -43,7 +43,7 @@ (defvar $wxsubscripts t "Recognize TeX-style subscripts") (defvar $wxplot_pngcairo nil "Use gnuplot's pngcairo terminal for new plots?") -(defmvar $wxplot_old_gnuplot t) +(defmvar $wxplot_old_gnuplot nil) (defun $wxstatusbar (status) (format t "~a~%" status)) /td>
aboutsummaryrefslogtreecommitdiff
path: root/tests/cpan.scm
n title='2022-01-19 15:43:25 +0100'>2022-01-19
AgeCommit message (Expand)Author
doc: Make the HTML language menu disappear on narrow screens....Ludovic Courtès
2022-01-18doc: Add a language menu in the HTML manual....Ludovic Courtès
2022-01-18doc: Factorize 'language-code->native-name'....Ludovic Courtès
2022-01-18doc: Extract (localization) module....Ludovic Courtès
2022-01-15doc: Remove now unnecessary workaround....Ludovic Courtès
2021-12-13Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-12-13doc: Handle '&nbsp' when syntax-highlighting HTML....Ludovic Courtès
2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-10-28doc: Allow offloading of the expensive derivations....Ludovic Courtès
2021-07-18Merge branch 'master' into core-updatesLudovic Courtès
2021-07-09doc: Build manual translations with 'guile-3.0-latest'....Ludovic Courtès
2021-05-09Merge branch 'master' into core-updates...Marius Bakke
2021-04-20doc: Clarify further the distinction between the web-based manuals....Leo Famulari
2021-04-18doc: Build the French HTML cookbook....Julien Lepiller
2021-03-24Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2021-03-20doc: Remove the guile-lib/htmlprag-fixed package....Maxim Cournoyer
2021-01-29gnu: Replace all uses of texlive-union by texlive-updmap.cfg....Maxim Cournoyer