Re: [Pgfplots-features] Scatter (y)bar plots?

2013-06-10 Thread Christian Feuersaenger
Hi Denis, there is a different solution which might work. I prepared it as low-level backend in order to implement a nice, understandable interface in pgfplots... however, it never made it that far and it is far from nice, understandable. It is a set of two hooks which is installed at the

Re: [Pgfplots-features] Scatter (y)bar plots?

2013-06-06 Thread Juernjakob Dugge
You could adapt the approach from http://tex.stackexchange.com/questions/116765/particular-bar-plot-with-pgfplots-bar-color-category/116773#116773 for this, which uses the `scatter/@pre marker code` to draw fake bars: \documentclass{article} \usepackage{pgfplots} \pgfplotsset{compat=1.8}

Re: [Pgfplots-features] Scatter (y)bar plots?

2013-06-06 Thread Denis Bitouzé
Le jeudi 06/06/13 à 08h10, Juernjakob Dugge juernja...@gmail.com a écrit : You could adapt the approach from http://tex.stackexchange.com/questions/116765/particular-bar-plot-with-pgfplots-bar-color-category/116773#116773 for this, which uses the `scatter/@pre marker code` to draw fake