Combine fill and pattern in a pgfplot boxplot?How to combine fill and pattern in a pgfplot bar plot?How to combine fill and pattern in a pgfplot bar plot?plotting two time series with boundsGrouped bar chartComputing the rectangle encompassing a node and a pointHow to hide empty (value 0) ybars with pgfplots?Show mark labels near marks and not centered in ybar interaval graphIs it possible to user-define the percentages for lower/upper whisper in boxplot of PGFPlots?pgfplots: percentage in matrix plotCenter the axes in the coordinate originPGFPlot grouped boxplot with “boxplot prepared”

Why Choose Less Effective Armour Types?

How can I track script which gives me "command not found" right after the login?

Time travel from stationary position?

How to deal with taxi scam when on vacation?

Python if-else code style for reduced code for rounding floats

Is it possible to upcast ritual spells?

Are all passive ability checks floors for active ability checks?

how to draw discrete time diagram in tikz

How to make healing in an exploration game interesting

Interplanetary conflict, some disease destroys the ability to understand or appreciate music

Existence of subset with given Hausdorff dimension

Why did it take so long to abandon sail after steamships were demonstrated?

My Graph Theory Students

Do I need to be arrogant to get ahead?

A sequence that has integer values for prime indexes only:

Employee lack of ownership

How Could an Airship Be Repaired Mid-Flight

It's a yearly task, alright

Professor being mistaken for a grad student

Is it normal that my co-workers at a fitness company criticize my food choices?

A limit with limit zero everywhere must be zero somewhere

Gravity magic - How does it work?

What should tie a collection of short-stories together?

How to terminate ping <dest> &



Combine fill and pattern in a pgfplot boxplot?


How to combine fill and pattern in a pgfplot bar plot?How to combine fill and pattern in a pgfplot bar plot?plotting two time series with boundsGrouped bar chartComputing the rectangle encompassing a node and a pointHow to hide empty (value 0) ybars with pgfplots?Show mark labels near marks and not centered in ybar interaval graphIs it possible to user-define the percentages for lower/upper whisper in boxplot of PGFPlots?pgfplots: percentage in matrix plotCenter the axes in the coordinate originPGFPlot grouped boxplot with “boxplot prepared”













1















Is it possible to combine a pattern with a background color in Pgfplot boxplot?



documentclassarticle
usepackagepgfplots
pgfplotssetcompat=1.8
usepgfplotslibrarystatistics
usetikzlibrarypatterns

begindocument

begintikzpicture
beginaxis
[
ytick=1,
yticklabels=Index 0,
]
addplot+[
boxplot prepared= median=1, upper quartile=1., lower quartile=0.5, upper whisker=1.5, lower whisker=0. ,
fill=green,
draw=red,
pattern=north east lines,
] coordinates ;

endaxis
endtikzpicture

enddocument


It seems that pattern and fill cannot be combined. Any Idea?



I also tried using postaction as mentioned in How to combine fill and pattern in a pgfplot bar plot?



addplot+[boxplot prepared= median=1, upper quartile=1., lower quartile=0.5, upper whisker=1.5, lower whisker=0.,
fill=green,
draw=red,
postaction=pattern=north east lines
] coordinates ;


The boxplot result is the following



enter image description here










share|improve this question









New contributor




nikosavv is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1





    Welcome to TeX-SE! Please have a look at tex.stackexchange.com/a/25032/121799.

    – marmot
    yesterday











  • @marmot ... Possibly my mistake, but trying to do it and it doesn't show the pattern but just the green fill. Can you please add it as an answer with the exact code?

    – koleygr
    yesterday











  • @marmot: Ok... got it... need the way with nomorepostaction of the accepted answer

    – koleygr
    yesterday







  • 1





    @koleygr Yes, that's true.

    – marmot
    yesterday















1















Is it possible to combine a pattern with a background color in Pgfplot boxplot?



documentclassarticle
usepackagepgfplots
pgfplotssetcompat=1.8
usepgfplotslibrarystatistics
usetikzlibrarypatterns

begindocument

begintikzpicture
beginaxis
[
ytick=1,
yticklabels=Index 0,
]
addplot+[
boxplot prepared= median=1, upper quartile=1., lower quartile=0.5, upper whisker=1.5, lower whisker=0. ,
fill=green,
draw=red,
pattern=north east lines,
] coordinates ;

endaxis
endtikzpicture

enddocument


It seems that pattern and fill cannot be combined. Any Idea?



I also tried using postaction as mentioned in How to combine fill and pattern in a pgfplot bar plot?



addplot+[boxplot prepared= median=1, upper quartile=1., lower quartile=0.5, upper whisker=1.5, lower whisker=0.,
fill=green,
draw=red,
postaction=pattern=north east lines
] coordinates ;


The boxplot result is the following



enter image description here










share|improve this question









New contributor




nikosavv is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1





    Welcome to TeX-SE! Please have a look at tex.stackexchange.com/a/25032/121799.

    – marmot
    yesterday











  • @marmot ... Possibly my mistake, but trying to do it and it doesn't show the pattern but just the green fill. Can you please add it as an answer with the exact code?

    – koleygr
    yesterday











  • @marmot: Ok... got it... need the way with nomorepostaction of the accepted answer

    – koleygr
    yesterday







  • 1





    @koleygr Yes, that's true.

    – marmot
    yesterday













1












1








1








Is it possible to combine a pattern with a background color in Pgfplot boxplot?



documentclassarticle
usepackagepgfplots
pgfplotssetcompat=1.8
usepgfplotslibrarystatistics
usetikzlibrarypatterns

begindocument

begintikzpicture
beginaxis
[
ytick=1,
yticklabels=Index 0,
]
addplot+[
boxplot prepared= median=1, upper quartile=1., lower quartile=0.5, upper whisker=1.5, lower whisker=0. ,
fill=green,
draw=red,
pattern=north east lines,
] coordinates ;

endaxis
endtikzpicture

enddocument


It seems that pattern and fill cannot be combined. Any Idea?



I also tried using postaction as mentioned in How to combine fill and pattern in a pgfplot bar plot?



addplot+[boxplot prepared= median=1, upper quartile=1., lower quartile=0.5, upper whisker=1.5, lower whisker=0.,
fill=green,
draw=red,
postaction=pattern=north east lines
] coordinates ;


The boxplot result is the following



enter image description here










share|improve this question









New contributor




nikosavv is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












Is it possible to combine a pattern with a background color in Pgfplot boxplot?



documentclassarticle
usepackagepgfplots
pgfplotssetcompat=1.8
usepgfplotslibrarystatistics
usetikzlibrarypatterns

begindocument

begintikzpicture
beginaxis
[
ytick=1,
yticklabels=Index 0,
]
addplot+[
boxplot prepared= median=1, upper quartile=1., lower quartile=0.5, upper whisker=1.5, lower whisker=0. ,
fill=green,
draw=red,
pattern=north east lines,
] coordinates ;

endaxis
endtikzpicture

enddocument


It seems that pattern and fill cannot be combined. Any Idea?



I also tried using postaction as mentioned in How to combine fill and pattern in a pgfplot bar plot?



addplot+[boxplot prepared= median=1, upper quartile=1., lower quartile=0.5, upper whisker=1.5, lower whisker=0.,
fill=green,
draw=red,
postaction=pattern=north east lines
] coordinates ;


The boxplot result is the following



enter image description here







tikz-pgf pgfplots boxplot






share|improve this question









New contributor




nikosavv is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




nikosavv is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 10 hours ago







nikosavv













New contributor




nikosavv is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked yesterday









nikosavvnikosavv

62




62




New contributor




nikosavv is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





nikosavv is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






nikosavv is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







  • 1





    Welcome to TeX-SE! Please have a look at tex.stackexchange.com/a/25032/121799.

    – marmot
    yesterday











  • @marmot ... Possibly my mistake, but trying to do it and it doesn't show the pattern but just the green fill. Can you please add it as an answer with the exact code?

    – koleygr
    yesterday











  • @marmot: Ok... got it... need the way with nomorepostaction of the accepted answer

    – koleygr
    yesterday







  • 1





    @koleygr Yes, that's true.

    – marmot
    yesterday












  • 1





    Welcome to TeX-SE! Please have a look at tex.stackexchange.com/a/25032/121799.

    – marmot
    yesterday











  • @marmot ... Possibly my mistake, but trying to do it and it doesn't show the pattern but just the green fill. Can you please add it as an answer with the exact code?

    – koleygr
    yesterday











  • @marmot: Ok... got it... need the way with nomorepostaction of the accepted answer

    – koleygr
    yesterday







  • 1





    @koleygr Yes, that's true.

    – marmot
    yesterday







1




1





Welcome to TeX-SE! Please have a look at tex.stackexchange.com/a/25032/121799.

– marmot
yesterday





Welcome to TeX-SE! Please have a look at tex.stackexchange.com/a/25032/121799.

– marmot
yesterday













@marmot ... Possibly my mistake, but trying to do it and it doesn't show the pattern but just the green fill. Can you please add it as an answer with the exact code?

– koleygr
yesterday





@marmot ... Possibly my mistake, but trying to do it and it doesn't show the pattern but just the green fill. Can you please add it as an answer with the exact code?

– koleygr
yesterday













@marmot: Ok... got it... need the way with nomorepostaction of the accepted answer

– koleygr
yesterday






@marmot: Ok... got it... need the way with nomorepostaction of the accepted answer

– koleygr
yesterday





1




1





@koleygr Yes, that's true.

– marmot
yesterday





@koleygr Yes, that's true.

– marmot
yesterday










0






active

oldest

votes











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






nikosavv is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f479500%2fcombine-fill-and-pattern-in-a-pgfplot-boxplot%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








nikosavv is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















nikosavv is a new contributor. Be nice, and check out our Code of Conduct.












nikosavv is a new contributor. Be nice, and check out our Code of Conduct.











nikosavv is a new contributor. Be nice, and check out our Code of Conduct.














Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f479500%2fcombine-fill-and-pattern-in-a-pgfplot-boxplot%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How should I use the fbox command correctly to avoid producing a Bad Box message?How to put a long piece of text in a box?How to specify height and width of fboxIs there an arrayrulecolor-like command to change the rule color of fbox?What is the command to highlight bad boxes in pdf?Why does fbox sometimes place the box *over* the graphic image?how to put the text in the boxHow to create command for a box where text inside the box can automatically adjust?how can I make an fbox like command with certain color, shape and width of border?how to use fbox in align modeFbox increase the spacing between the box and it content (inner margin)how to change the box height of an equationWhat is the use of the hbox in a newcommand command?

152 Atala Notae | Nexus externi | Tabula navigationis"Discovery Circumstances: Numbered Minor Planets"2000152Small-Body Database

Doxepinum Nexus interni Notae | Tabula navigationis3158DB01142WHOa682390"Structural Analysis of the Histamine H1 Receptor""Transdermal and Topical Drug Administration in the Treatment of Pain""Antidepressants as antipruritic agents: A review"