-
So user can easily choose color of gridlines, fonts of ticks, stuffs like that
-
I am trying to enable gridxy for all items using URL options.
This URL gives me grid lines for one item
https://jsroot.gsi.de/dev/?file=https://s3.cloud.cyfronet.pl/datarawlv2v4/ic.root&item=%2220…
-
Particularly:
* know which major gridlines are blank
* know the linewidth of gridlines present
```
library(tidyverse)
library(palmerpenguins)
library(canvasXpress)
p
ggplot() +
geo…
-
Happy to help on this one. Do you have a prioritized list of to-dos?
-
### Description
Hi everyone!
I'm very new with Cartopy (I've been using Basemap for a while) and I'm trying to make quite basic stuffs, like choosing a projection and adding lat/lon labels. Thin…
-
![image](https://github.com/DataGridXL/DataGridXL3/assets/67742466/7f6dd478-d8cb-439b-bd37-16bdc7083f9f)
-
**transform=projection**
Hi,
I want to plot the eddy trajectories by centering the map over the Pacific instead of the Atlantic (central_longitude=180). the background cartopy map changes how I wa…
-
After World War II, antibiotics were considered "wonder drugs", since they were easy cures for what had been intractable ailments. To learn which drug worked most effectively for which bacterial infec…
-
```
os: Windows
os_version: 10.0.22631
python_version: 3.11.7
architecture: ('64bit', 'WindowsPE')
machine: AMD64
processor: Intel64 Family 6 Model 186 Stepping 2, GenuineIntel
blender_version:…
-
I am using the example code and get the required plots.
```
from mplchart.chart import Chart
from mplchart.primitives import Candlesticks, Volume, TradeMarker, TradeSpan
from talib.abstract import…