octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #60641] Print figure to svg fails is ylabel co


From: anonyme
Subject: [Octave-bug-tracker] [bug #60641] Print figure to svg fails is ylabel contains "px"
Date: Wed, 19 May 2021 16:47:27 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:88.0) Gecko/20100101 Firefox/88.0

URL:
  <https://savannah.gnu.org/bugs/?60641>

                 Summary: Print figure to svg fails is ylabel contains "px"
                 Project: GNU Octave
            Submitted by: None
            Submitted on: mer. 19 mai 2021 20:47:25 UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error or Warning
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 6.2.0
         Discussion Lock: Any
        Operating System: Mac OS

    _______________________________________________________

Details:

Hello,

I have a fresh Octave installation from Homebrew. Saving a figure to SVG fails
if the title of the Y axis contains the substring "px".

Steps to reproduce:


>> clear
>> clear all
>> close all
>> plot(0)
>> print -dsvg 'test.svg' % Success
>> ylabel('px')
>> print -dsvg 'test.svg' % Failure
Failed to parse XML contents
tag mismatchSee "octave-svgconvert -h">> 





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60641>

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]