Daniel Juschus

Results 8 issues of Daniel Juschus

I tried installing SUAVE to a virtual environment using pipenv (in Linux) with the command `pipenv install ~/opt/SUAVE-2.2.0/trunk`. This returns the following error: ``` Traceback (most recent call last):', '...

`tt.print([["a", "a"], [chr(129112), "a"]])` results in ``` ┌───┬───┐ │ a │ a │ ├───┼───┤ │ 🡘 │ a │ └───┴───┘ ``` I have tested this with some other arrow characters....

Changing the value in `camera.zoom()` has no effect. MWE: ```python import pyvista as pv from stpyvista import stpyvista plotter = pv.Plotter(window_size=[400,400]) mesh = pv.Cube(center=(0,0,0)) plotter.add_mesh(mesh) plotter.view_isometric() plotter.camera.zoom(100) stpyvista(plotter) ```

Adding a legend by making the following changes to the [usage example](https://github.com/edsaac/streamlit-PyVista-viewer#usage-example) doesn't work, i.e. no legend is visible: ``` ... ## Add mesh to the plotter plotter.add_mesh(mesh, scalars='myscalar', cmap='bwr',...

I noticed that the function `atoc2gtfs` generates an error (`"Shapes are not yet supported"`) if `shapes = True`. Has this just not been implemented yet, or does the data from...

### Proposal It would be great to be able to create transit system diagrams in Mermaid. I thought of this when seeing https://mermaid.js.org/syntax/gitgraph.html, e.g.: ![image](https://github.com/mermaid-js/mermaid/assets/26310238/5b6eb56e-a046-47fc-982b-d4d055afe808) This could be two metro...

Type: Enhancement
Status: Triage
Type: New Diagram

I need to run code which requires tixi in a GitLab pipeline. I would rather not use a conda environment in that pipeline. I'm installing tixi in the pipeline as...

In all examples in the sphinx-charts docs, and my own project, there is a box (thin black solid line) around each chart. How can this be removed?