baloe

Results 29 issues of baloe

### Summary Although visually centered to the corresponding axis, axis label text is by default actually left-aligned in exported svg figures: ```python import matplotlib from mpl_toolkits.mplot3d import Axes3D import matplotlib.pyplot...

topic: mplot3d
backend/svg

## Description ## Way to reproduce The python demo below needs a 2D array contained in `data.npy` which is stored in [data.zip](https://github.com/scikit-image/scikit-image/files/8804871/data.zip) Within that script I run the `peak_local_max` command...

:beginner: Good first issue
:bug: Bug
:exclamation: Solution identified

### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: * Followed...

### Description f-strings with escape braces (i.e. '{{' instead of '{') are not rendered correctly. Here is a code snippet that shows this glitch: ```python a=1.1 b='g' f'{a:{b}}' # →...

It seems acceptable to also have attributes without values, e.g. the `controls` attribute for the video tag: https://www.w3schools.com/html/html5_video.asp ``` ... ``` Is this possible with dominate? If so I am...

Right now `mahotas.polygon.fill_polygon` requires input points to be integer-typed. That's quite restrictive.

fresh install on a fresh ubuntu 18.04 system. After: ``` sudo apt-get install -y ruby sudo apt-get install -y ruby-dev sudo apt-get install -y cmake sudo apt-get install -y pkg-config...

The following snippet ``` \includesvg[]{folder1/graphics.svg} \includesvg[]{floder2/graphics.svg} ``` produces one single file pair ``` svg-inkscape/graphics_svg-tex.pdf(_tex) ``` which is then embedded twice. Is there a way of preventing this behavior?

enhancement

I noticed that the default pagestyle for `tudscrartcl` is now `headings`, while it used to be something like `empty`. Was that done intentionally? Because I couldn't find any note about...

enhancement

``` \documentclass[cdmath=off]{tudscrartcl} \usepackage{bm} \begin{document} $\bm{a}$ \end{document} ``` produces incorrect output ![bm glyph with tudscrartcl](https://user-images.githubusercontent.com/12622691/121335428-ded89280-c91a-11eb-81f7-27dc16719d60.png) ``` \documentclass{scrarticle} \usepackage{bm} \begin{document} $\bm{a}$ \end{document} ``` produces correct output ![bm glyph with scrarticle](https://user-images.githubusercontent.com/12622691/121335613-09c2e680-c91b-11eb-8a64-48f02129f7f0.png) Version v2.06j

bug