Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

bee swam macro

razzy
8 - Asteroid

Hi can someone please help me to know where i can download this macro 

razzy_0-1655484103684.png

i need to plot a "bee swam" plot for a dataset i can find th thread but i am unable to download the macro on the workflow

5 REPLIES 5
Luke_C
17 - Castor

Hi @razzy 

 

Try the attached. With a little googling I found it on this page: https://medium.com/dsmdaviz/beeswarm-plot-in-alteryx-c62e9d304c1e

 

razzy
8 - Asteroid

Thanks for responding i am having this error when i try to install it any idea how i can fix the error.

 

 

razzy_0-1655486180010.png

 

 

Luke_C
17 - Castor

Hm I'm not sure. I think @dsmdavid is the mastermind behind this macro. 

dsmdavid
11 - Bolide

Hi!
@Luke_C thanks for the nudge :-)
@razzy This is from ages ago 😅, still works though. 
I tried installing in my current version and found two issues. The first one is the same one that you had:
I fixed it by following the troubleshoot steps in https://help.alteryx.com/developer-help/yxi-packaging-and-installation 

 

 

Follow these steps:

1. Open the Registry Editor (regedit.exe)
2. Go to HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet\Control\FileSystem.
3. Right-click on the key, and Export for backup.
4. Change value LongPathsEnabledfrom 0 to 1.
5. Re-install the YXI again. You should not need to restart

 

 

 

However, I still got some issues with the installation due to some pinned versions of the packages.
I've created a new version (attached) with no versions that is currently working on my machine (running 2021.4).
The difference with the previous version is that in the original the requirements.txt looked like:

 

 

 

cycler==0.10.0
kiwisolver==1.0.1
matplotlib==3.0.1
numpy==1.15.4
pandas==0.23.4
pyparsing==2.3.0
python-dateutil==2.7.5
pytz==2018.7
scipy==1.1.0
seaborn==0.9.0
six==1.11.0

 

 

 

whereas the new one looks like:

 

 

 

 

 

matplotlib
pandas
seaborn

 

 

 


 It got installed with no issues. When dropping the tool into the canvas it may show some errors, but run it and it will work. Check it with the sample workflow (also attached).

razzy
8 - Asteroid

Thank you so much it worked perfectly

Labels