-
Any hope for an OnClick, OnDrag, etc type listeners?
I know we can do it with buttons, but what about with Julia objects, like plots? Or plotted shapes? Even if it required custom interfaces and ge…
-
-
I'm trying to build a GTK application in glade, I know it's possible to `push!(widget, container)` and can access object made in Glade with dict-like accessors i.e.,
```Julia
gladefile = GtkBuilder…
-
Hi Alicia,
I tried to use iheatmapr today, but I ran into an issue with pandoc. Do you think it's possible to avoid the dependency on pandoc? If I recall correctly, pandoc is difficult to install o…
-
```python
import vcs
import cdms2
import cdat_info
import sys
if len(sys.argv)>1:
N = int(sys.argv[1])
else:
N = 120
def myplot(index):
f=cdms2.open(cdat_info.get_sampl…
-
This models a mass `x` at rest getting hit by `y`. The problem is somehow mass `y` gets on the other side of `x`, which based on my model and affect equations, I would expect (and want) to never happe…
-
let's say I have this as `remake.yml`
```yaml
all:
depends: manuscript.pdf
figures:
depends:
- figure1.pdf
- figure2.pdf
figure1.pdf:
command: make_figure1…
-
**Issue:** If SquareUnits() is used, AutoScale() only works on the X-axis. Therefore, if the Y-axis data range is larger than X, some of the Y-axis data cannot be displayed. Version 5.46 has this issu…
-
I want to save my plot to a variable, and then add or change some parameters.
For example, I have a plot and I want to use it with different flavours
Right now, my code looks like this:
```kot…
-
Hi,
I was wondering what is the relationship between theme and attributes. For example, if I update one of the Attributes in attribute do the attributes in theme get update as well?
Best,