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)) >
aboutsummaryrefslogtreecommitdiff
path: root/po/doc/local.mk
AgeCommit message (Expand)Author
2022-04-02nls: Enforce translation thresholds....Julien Lepiller
2022-03-01nls: Update translations....Julien Lepiller
2022-02-04nls: Update translations....Julien Lepiller
2022-01-09nls: Update translations....Julien Lepiller
2021-11-06nls: Update translations....Julien Lepiller
2021-08-04nls: Update translations....Julien Lepiller
2021-05-03nls: Remove the doc-po-update target....Maxim Cournoyer
2021-04-30build: Correct a mistake in the guix-manual.pot rule....Maxim Cournoyer
2021-04-29build: Make doc-po-update and doc-pot-update targets idempotent....Maxim Cournoyer
2021-04-29build: Build the guix.pot-update and contributing.pot-update targets only once....Maxim Cournoyer
2021-04-18nls: Fix Chinese cookbook inclusion....Julien Lepiller
2021-04-18nls: Add Chinese (Traditional) translation....Julien Lepiller
2021-04-18nls: Add Korean translation....Julien Lepiller
2021-04-18nls: Add Italian translation....Julien Lepiller
2021-04-18nls: Add Persian translation....Julien Lepiller
2021-04-18nls: Add Slovak translation....Julien Lepiller
2021-04-18nls: Add Portuguese (Brazil) translation of the manual.Julien Lepiller
2021-04-18nls: Add French translation of the cookbook.Julien Lepiller
2020-09-29nls: Fix documentation pot generation....Julien Lepiller