Skip to main content

Questions tagged [resourcefunction]

Filter by
Sorted by
Tagged with
5 votes
1 answer
161 views

The Wolfram Function Repository is a great resource for ready-to-use functions contributed by Wolfram language users. One can use these functions using ...
Andrew's user avatar
  • 11k
6 votes
3 answers
455 views

I want to be able to turn the 1-skeletons from the Goldberg Graphs into polyhedrons. An example is to turn this tetrahedral goldberg graph on the left into the polyhedron on the right: which was ...
Romogi's user avatar
  • 687
7 votes
0 answers
279 views

I currently have access only to "12.0.0 for Mac OS X x86 (64-bit) (April 7, 2019)", and as of the first of this year, I get this error message any time I try to use a ...
march's user avatar
  • 24.9k
1 vote
1 answer
173 views

I intend to use the DarkMode resource function to switch to and from dark mode in accordance with the appearance of Windows overall. This detection can be achieved ...
Gravifer's user avatar
  • 926
2 votes
1 answer
185 views

Here we can see definition of ResourceFunction["RainbowText"]. The definition is quite obvious on the image (explicit open source). We can get the ...
azerbajdzan's user avatar
  • 32.6k
3 votes
0 answers
126 views

In a very informative Wolfram Technology Conference video presentation Bioinformatics in the Wolfram Language by John Cassel he demonstrates code that makes use of ResourceFunction for retrieving data ...
Stuart Poss's user avatar
  • 2,055
1 vote
1 answer
86 views

I'm trying to produce a vertical grid of plots sharing the same 'x' axis. I do it this way: ...
Guillermo Martínez Somonte's user avatar
3 votes
1 answer
366 views

I want to make a hexagonal tiling using random colors for each tile. And I am trying make a readable way of doing it. Here is how to make a hexagonal tiling with a random color (specifically on the ...
Romogi's user avatar
  • 687
2 votes
2 answers
386 views

I have the following data: ...
user avatar
1 vote
0 answers
42 views

It might seem weird that I'm the one asking this, but I honestly don't understand why the resource function ClickRecurrenceMap2D throws the following error: ...
E. Chan-López's user avatar
5 votes
3 answers
339 views

Edit: As mentioned in the comments below, typing just ResourceFunction["Mo"] results in a list of ResourceFunctions that have a name that starts with Mo. This is good enough for me although ...
userrandrand's user avatar
  • 6,137
2 votes
1 answer
134 views

I am looking for a way to calculate the MorganConnectivity finger print for molecule object in Mathematica. v12.1 seemed to have an undocumented function MoleculeFingerprint ...
bhopshang's user avatar
  • 739
2 votes
0 answers
231 views

One of the new features about Wolfram Mathematica 13 that I am very excited about is the ability to create custom documentation. I want to start documentation for the following areas: my own custom ...
Peter Burbery's user avatar
9 votes
0 answers
177 views

Bug introduced in 12.3 or earlier and persisting through 12.3.1 or later ResourceFunction seems to cause a substantial memory leak when called many times. e.g. to ...
Trev's user avatar
  • 763
23 votes
2 answers
2k views

So I want to use "ResourceFunction" commands, but that requires internet, as it needs to retrieve it from the wolfram cloud. However, I want to access a number of them (such as, ...
blacke23's user avatar
  • 367
5 votes
1 answer
343 views

I have seen in some notebooks that functions called with ResourceFunction["PairwiseScatterPlot"] appear with a red set of square brackets enclosing a red ...
bhopshang's user avatar
  • 739
0 votes
0 answers
52 views

I want to create stacked plots which have a shared x and y axis label. I found an article here from Wolfram, which does exactly what I want but uses ResoruceFucntion...
user27119's user avatar
  • 2,560
14 votes
1 answer
396 views

It seems like there is some sort of evaluation overhead related to the ResourceFunction wrapper that I'd like to avoid. This is especially pronounced for functions ...
Sjoerd Smit's user avatar
  • 25.7k
3 votes
0 answers
137 views

TL;DR The problem boils down to how to convert a correctly prepared submission Notebook into a ResourceObject suitable for ...
Alexey Popkov's user avatar
15 votes
5 answers
825 views

I would like to be able to use ResourceFunction's as top-level symbols: The reason being that some of them are so useful it would be really great not to have to ...
M.R.'s user avatar
  • 31.9k