-
### Description
Currently, only `grid_lines` is supported for geographic plots.
It would be useful to add the `grid_ticks` for cleaner plot.
### Steps to reproduce
```python
import proplot …
-
### Describe the bug
Bottom border is not displayed for row expansion tables (in Chrome, Edge) if both table grid lines and footer are used:
![image](https://user-images.githubusercontent.com/2213…
-
### Quick summary
![texture](https://github.com/RPCS3/rpcs3/assets/127009462/8382ca28-2117-4f5c-b9dc-2a03907668c7)
In LittleBigPlanet Game of the Year Edition all the materials have this grid line…
-
I want to draw grid lines form righ to left axis in candlestic chart but it starts towards right direction or starts after define with . Can anyone help me please.?
-
Use the following code:
xlnt::workbook wb;
xlnt::worksheet ws = wb.active_sheet();
ws.cell("A1").value(5);
ws.cell("B2").value("string data");
ws.cell("C3").formula("=RAND()");
ws.merge_ce…
-
We have gridlinesstyle, hgridlinesstyle, vgridlinesstyle but as [this question points out](http://ask.sagemath.org/question/26244/how-to-show-on-a-plot-minor-gridlines-with-a-different-thickness/) n…
-
In coordination with the grid on the external map, show the current grid coordinate on screen.
-
Currently the chart can be drawn from a point before the start date supplied to the chart/to a point after the end date supplied to the chart. This is done to ensure 'sensible' gridlines/axis labels a…
-
A proposition to add top and right axis labels for maps. Gridlines perhaps as well.
See https://stackoverflow.com/questions/64701472/how-to-display-the-grid-over-tiles-in-a-geo-map-bokeh-plot
It…
-
I have a vispy scene embeded into a Qt application and I load a pointcloud using a scatter visual. I want to add points to this pointcloud by clicking on the scene. My scene starts with a GridLines an…