Barplot with Broken Axis in R
Following scenario: you have some data to be plotted in a bar plot with R. Your data has – as it should – confidence intervals. Unfortunately, one of the few confidence intervals is huge and...
ReadFollowing scenario: you have some data to be plotted in a bar plot with R. Your data has – as it should – confidence intervals. Unfortunately, one of the few confidence intervals is huge and...
ReadAs of today, 6. May 2020, this site has been redesigned pretty recently. To be more accurate, not only redesigned, but redeveloped from scratch. All that's left is the content, which I successfully...
ReadAs of today, 6. May 2020, this site has been redesigned pretty recently. To be more accurate, not only redesigned, but redeveloped from scratch. All that's left is the content, which I successfully...
ReadIn this rough calculation it is to be calculated how much drying wet laundry can lead the house to cool down. The motivation for the calculation is that a family member thought that the apartment is...
ReadAs is so often the case, the reasons are historical. This page was originally started in German. After all, that's my native language. However, since I mainly use English in my daily work, read blogs...
ReadSo, it took a few attempts & steps, but I finally succeeded in exporting some of my lecture notes to LaTeX. I took them on my Surface device, in OneNote, as that is the easiest & quickest way...
ReadOf course there are more than four ways to do layout like aligning elements next to each other. In this post, I want to summarize the four ways I tend to use: Flowfram Table Column Minipage Note...
ReadThe purpose of this post is to calculate the viable "dirtiness" of electricity for electric cars in order for them to be the better alternative to conventional diesel or petrol powered cars. It is a...
ReadAfter migrating, the Joomla! page would not show up. Instead, only the error "0 - Using $this not in object context" was showing up. In my case, I was able to fix the issue by replacing – in the...
ReadUnlike books and newspapers, old websites can be updated in design so that content looks up to date again without it being! Contact Bernhard Webstudio to get a new look for your content!
ReadHave an awesome library you want to integrate in your Symfony application? Share your code between different Symfony instances? Share your code with other people? Create your bundle standalone and...
ReadI created my first open-source Symfony bundle: PlaceholderBundle. It is an abstraction of Primitive and/or SQIP for use in a PHP respectively Symfony application. This way, you can automatically...
ReadAs SVGs should preferably not be base64 encoded when setting them on an ``-tag src-attribute, the suggested alternative is to URL-encode them.
The standard PHP urlencode...
When integrating Elasticsearch with Symfony, there can be a few troubles for newcomers. The easiest way to achieve integration is by following the setup instructions of the FOSElasticaBundle, in...
ReadTo fix this error, all I had to do is install runit-systemd. This error appeared after the upgrade from Debian wheezy over jezzie to stretch when trying to get the status respectively...
There are a few proposed ways to hack a default value to form fields.
The problen gets bigger when handling CollectionTypes, as the underlying objects don't get constructed...