Results 38 issues of matpi

I have the following structure: ``` ├── images │   ├── plot-000.png │   └── plot.tex ├── main.tex ├── Makefile └── plot.py ``` `main.tex`: ```tex \documentclass{article} %\usepackage[luatex]{graphicx} %\graphicspath{{images/}} \usepackage{tikz} \usepackage{pgfplots} \usepgfplotslibrary{groupplots} \pgfplotsset{compat=1.16}...

Python code: ```python import numpy as np import matplotlib.pyplot as plt import tikzplotlib x = np.linspace(0.0, 1.0, 50) y = np.linspace(0.0, 1.0, 50) x_2d, y_2d = np.meshgrid(x, y) z =...

Thanks for the very nice library. I'm generating some images on-the-fly and displaying them in easygui to ask the user for input for further processing. It feels wrong to have...

Enhancement idea: add compatibility of TypedArray's with numpy, if available. Is it doable without data copy (direct pointer access)?

Hi, First of all, thank you very much for this very nice package. ## Problem I use the `InteritanceManager` and I have an issue migrating from sqlite to mysql/mariadb: ```...

### Project to be claimed `PROJECT_NAME`: https://pypi.org/project/carina ### Your PyPI username `USER_NAME`: https://pypi.org/user/matpi ### Reasons for the request Hi, I created a new project called `carina` and wanted to publish...

PEP 541

Currently the mouse residual either decays exponentially each frame or remains constant, see https://github.com/mupen64plus/mupen64plus-input-sdl/blob/master/src/plugin.c#L656. For FPS like "The World Is Not Enough" where aim is controlled with the stick and...

## Issue Details Hi and thank you very much for developing CGAL, I use the library for computing segment Voronoi diagrams and I came across an issue (hereafter drastically simplified...

Pkg::Segment_Delaunay_graph_2

## Issue Details Consider the program below. I get the following output running it: ``` direct: 1.0000000000000000 1.0000000000000000 double: 0.99999999999999989 1 direct: 2 0 double: 2 0 direct: 0 2...

Pkg::Number_types