Pepijn de Vos
Pepijn de Vos
In https://github.com/JuliaComputing/CxxrtlCosim we're trying to use a digital simulator for cosimulation with MTK. This works great with DiscreteSystem, but what would be even more amazing is if promotion from DiscreteSystem...
Great to hear. Would be a useful feature to have. Just donated to your GH sponsor instead because this project is what makes my phone usable while maintaining my privacy....
That would be one way to do it, but should it not be possible to have no palette at all? Just N bit grayscale where 00... is black and 11......
> However I've just spotted the value of colours (used to determine bitdepth) is currently only set when palette is true. Commit https://github.com/lovell/sharp/commit/3a44748f493f9c99061d30577df5fdd222b881e0 fixes this and adds a test that...
Thanks, I'll start a vips discussion Edit: https://github.com/libvips/libvips/discussions/3008
Upon closer inspection it seems unrelated to streams ``` import holoviews as hv import datashader as ds import pandas as pd import numpy as np from holoviews.streams import Buffer, Stream,...
So is this "working as expected" then? Because without datashader it does plot both traces, though admittedly, picking a column name as the axis label. The redim solution seems nicer...
One thing I tried is pasing the vdim as a tuple. `("foo", "magnitude") ` This allows you to specify the key and the label separately but apparently still uses the...
I just ran into this issue where indeed the plot bounds are wrong on Plotly when using log axis. But, when you press autoscale inside the plot, the correct bounds...
Example: https://user-images.githubusercontent.com/168609/174307051-ec58e889-1338-459f-98d4-fbe0d4cc9280.mp4