[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #43736] Plot output to tikz with ylabel
From: |
anonymous |
Subject: |
[Octave-bug-tracker] [bug #43736] Plot output to tikz with ylabel |
Date: |
Tue, 02 Dec 2014 06:12:01 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:33.0) Gecko/20100101 Firefox/33.0 |
URL:
<http://savannah.gnu.org/bugs/?43736>
Summary: Plot output to tikz with ylabel
Project: GNU Octave
Submitted by: None
Submitted on: Tue 02 Dec 2014 06:12:00 AM UTC
Category: Plotting
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: None
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 3.8.1
Operating System: GNU/Linux
_______________________________________________________
Details:
When ylabel is used, the out to tikz is missing a }.
I get something like this:
{
\pgftransformshift{\pgfpoint{53.875488pt}{223.560059pt}}
\pgftransformrotate{90.000000}{\pgfnode{rectangle}{south}{\fontsize{10}{0}\selectfont\textcolor[rgb]{0,0,0}{{test
y label}}}{}{\pgfusepath{discard}}}
However, there should be one more } on the end, like this:
{
\pgftransformshift{\pgfpoint{53.875488pt}{223.560059pt}}
\pgftransformrotate{90.000000}{\pgfnode{rectangle}{south}{\fontsize{10}{0}\selectfont\textcolor[rgb]{0,0,0}{{test
y label}}}{}{\pgfusepath{discard}}}}
If I manually edit the file to add this, the plot is exactly as expected. I
suspect this is a bug when "pgftransformrotate" is used because the x label is
output correctly and doesn't use "pgftransformrotate".
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?43736>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #43736] Plot output to tikz with ylabel,
anonymous <=