<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 218:  bug with the `ybar interval stacked` key</title><link>https://sourceforge.net/p/pgfplots/bugs/218/</link><description>Recent changes to 218:  bug with the `ybar interval stacked` key</description><atom:link href="https://sourceforge.net/p/pgfplots/bugs/218/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 05 Feb 2019 18:19:46 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pgfplots/bugs/218/feed.rss" rel="self" type="application/rss+xml"/><item><title>#218  bug with the `ybar interval stacked` key</title><link>https://sourceforge.net/p/pgfplots/bugs/218/?limit=100#ab8f</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I can confirm this. This also happens, when &lt;code&gt;ybar stacked interval&lt;/code&gt; is moved to the &lt;code&gt;axis&lt;/code&gt; options (see the attached screenshot).&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="k"&gt;\documentclass&lt;/span&gt;&lt;span class="na"&gt;[border=5pt]&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;standalone&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\usepackage&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;pgfplots&lt;span class="nb"&gt;}&lt;/span&gt;
    &lt;span class="k"&gt;\usetikzlibrary&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;patterns&lt;span class="nb"&gt;}&lt;/span&gt;
    &lt;span class="k"&gt;\pgfplotsset&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;
        compat=1.16,
        my axis style/.style=&lt;span class="nb"&gt;{&lt;/span&gt;
            xmin=20,
            xmax=50,
            ymin=0,
            ymax=8,
            axis x line=bottom,
            axis y line=left,
            minor y tick num=1,
        &lt;span class="nb"&gt;}&lt;/span&gt;,
    &lt;span class="nb"&gt;}&lt;/span&gt;
    &lt;span class="k"&gt;\newcommand*\AddPlots&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;
        &lt;span class="k"&gt;\addplot&lt;/span&gt;+ [
            pattern color=green,
            draw=black,
            pattern=north west lines,
        ] coordinates &lt;span class="nb"&gt;{&lt;/span&gt;(25,1) (30,4) (35,5) (40,2) (45,0)&lt;span class="nb"&gt;}&lt;/span&gt;;
        &lt;span class="k"&gt;\addplot&lt;/span&gt;+ [
            pattern color=blue,
            draw=black,
            pattern=north east lines,
        ] coordinates &lt;span class="nb"&gt;{&lt;/span&gt;(25,1) (30,1) (35,2) (40,1) (45,2)&lt;span class="nb"&gt;}&lt;/span&gt;;
    &lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\begin&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;document&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\begin&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;tikzpicture&lt;span class="nb"&gt;}&lt;/span&gt;
    &lt;span class="k"&gt;\begin&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;axis&lt;span class="nb"&gt;}&lt;/span&gt;[
        my axis style,
        ybar stacked,
    ]
        &lt;span class="k"&gt;\AddPlots&lt;/span&gt;
    &lt;span class="k"&gt;\end&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;axis&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\end&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;tikzpicture&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\begin&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;tikzpicture&lt;span class="nb"&gt;}&lt;/span&gt;
    &lt;span class="k"&gt;\begin&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;axis&lt;span class="nb"&gt;}&lt;/span&gt;[
        my axis style,
        ybar interval stacked,
    ]
        &lt;span class="k"&gt;\AddPlots&lt;/span&gt;
    &lt;span class="k"&gt;\end&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;axis&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\end&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;tikzpicture&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\end&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;document&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefan Pinnow</dc:creator><pubDate>Tue, 05 Feb 2019 18:19:46 -0000</pubDate><guid>https://sourceforge.neted7b6c17363519dd8aa96a2c23d6f163f68caa73</guid></item><item><title>#218  bug with the `ybar interval stacked` key</title><link>https://sourceforge.net/p/pgfplots/bugs/218/?limit=100#236a</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;Description has changed:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Diff:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="gd"&gt;--- old&lt;/span&gt;
&lt;span class="gi"&gt;+++ new&lt;/span&gt;
&lt;span class="gu"&gt;@@ -1,4 +1,4 @@&lt;/span&gt;
&lt;span class="gd"&gt;-When the key is ybar interval stacked the code produces the following result which is not a stacking in the intervals.&lt;/span&gt;
&lt;span class="gi"&gt;+When the key is `ybar interval stacked` the code produces the following result which is not a stacking in the intervals.&lt;/span&gt;
 ![screenshot](https://nsa40.casimages.com/img/2019/02/05/190205070748130624.png)
 ~~~
 \documentclass{article}
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefan Pinnow</dc:creator><pubDate>Tue, 05 Feb 2019 18:15:46 -0000</pubDate><guid>https://sourceforge.netfb7b09f3c73c86d8e8b3c0fb14a5d6b4e0a450dd</guid></item><item><title> bug with the `ybar interval stacked` key</title><link>https://sourceforge.net/p/pgfplots/bugs/218/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When the key is ybar interval stacked the code produces the following result which is not a stacking in the intervals.&lt;br/&gt;
&lt;img alt="screenshot" rel="nofollow" src="https://nsa40.casimages.com/img/2019/02/05/190205070748130624.png"/&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="k"&gt;\documentclass&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;article&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\usepackage&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;tikz&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\usetikzlibrary&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;patterns&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\usepackage&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;pgfplots&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\pgfplotsset&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;compat=1.16&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\begin&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;document&lt;span class="nb"&gt;}&lt;/span&gt;

&lt;span class="k"&gt;\begin&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;tikzpicture&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\begin&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;axis&lt;span class="nb"&gt;}&lt;/span&gt;[axis x line=bottom,axis y line=left,
            ymin=0,ymax=8, xmin=20,xmax=50,
            minor y tick num=1]
&lt;span class="k"&gt;\addplot&lt;/span&gt;+ [ybar interval stacked,fill=green] coordinates&lt;span class="nb"&gt;{&lt;/span&gt;(25,1) (30,4) (35,5) (40,2) (45,0)&lt;span class="nb"&gt;}&lt;/span&gt;;
&lt;span class="k"&gt;\addplot&lt;/span&gt;+ [ybar interval stacked,pattern color=blue,draw=black,pattern=north east lines]coordinates&lt;span class="nb"&gt;{&lt;/span&gt;(25,1) (30,1) (35,2) (40,1) (45,2)&lt;span class="nb"&gt;}&lt;/span&gt;;
&lt;span class="k"&gt;\end&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;axis&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\end&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;tikzpicture&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\end&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;document&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AndréC</dc:creator><pubDate>Tue, 05 Feb 2019 06:04:26 -0000</pubDate><guid>https://sourceforge.netfa65896599d7ad5d35ff2d38f7c141c42b6268b9</guid></item><item><title> bug with the `ybar interval stacked` key</title><link>https://sourceforge.net/p/pgfplots/bugs/218/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 218 has been modified:  bug with the &lt;code&gt;ybar interval stacked&lt;/code&gt; key&lt;br/&gt;
Edited By: Stefan Pinnow (mo-gul)&lt;br/&gt;
Description updated:&lt;br/&gt;
--- description-old&lt;/p&gt;
&lt;p&gt;+++ description-new&lt;/p&gt;
&lt;p&gt;@@ -1,4 +1,4 @@&lt;/p&gt;
&lt;p&gt;-When the key is ybar interval stacked the code produces the following result which is not a stacking in the intervals.&lt;br/&gt;
+When the key is &lt;code&gt;ybar interval stacked&lt;/code&gt; the code produces the following result which is not a stacking in the intervals.&lt;br/&gt;
&lt;img alt="screenshot" rel="nofollow" src="https://nsa40.casimages.com/img/2019/02/05/190205070748130624.png"/&gt;&lt;br/&gt;
 ~~~&lt;br/&gt;
 \documentclass{article}&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AndréC</dc:creator><pubDate>Tue, 05 Feb 2019 06:04:26 -0000</pubDate><guid>https://sourceforge.net74725f33d84cf669bfebc500eac68cf0b39b32c2</guid></item></channel></rss>