The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi I was looking for help in how I create x and y axis's on a scatter that cross in the middle, starting from - values and meeting at zero is this possible ?
Solved! Go to Solution.
Hi @Jay2077 ,
According to your description, my understanding is that you are going to add the coordinate axis for the scatter chart, based on my searching, the official and custom visual are all not supported, we can consider using the Python or R script to write the chart with coordinate axis.
For example, we can use the new_floating_axis(0,0) method in matplotlib library to write it.
Best Regards,
Teige
Hi @Jay2077 ,
According to your description, my understanding is that you are going to add the coordinate axis for the scatter chart, based on my searching, the official and custom visual are all not supported, we can consider using the Python or R script to write the chart with coordinate axis.
For example, we can use the new_floating_axis(0,0) method in matplotlib library to write it.
Best Regards,
Teige
User | Count |
---|---|
77 | |
75 | |
36 | |
31 | |
29 |
User | Count |
---|---|
94 | |
80 | |
55 | |
48 | |
48 |