matplotlib 3D xyz scatter with projected surface
Budjetti $10-30 USD
I would like to plot a 3D xyz scatter graph with a projected surface in the same format as the demo code below, however I need to use my own data which is currently exported from 3 columns ... X Y Z columns from Excel. Here is the demo code ...
from [url removed, login to view] import axes3d
import [url removed, login to view] as plt
from matplotlib import cm
fig = [url removed, login to view]()
ax = [url removed, login to view](projection='3d')
X, Y, Z = axes3d.get_test_data(0.05)
ax.plot_surface(X, Y, Z, rstride=8, cstride=8, alpha=0.3)
cset = [url removed, login to view](X, Y, Z, zdir='z', offset=-100, cmap=[url removed, login to view])
cset = [url removed, login to view](X, Y, Z, zdir='x', offset=-40, cmap=[url removed, login to view])
cset = [url removed, login to view](X, Y, Z, zdir='y', offset=40, cmap=[url removed, login to view])
ax.set_xlabel('X')
ax.set_xlim(-40, 40)
ax.set_ylabel('Y')
ax.set_ylim(-40, 40)
ax.set_zlabel('Z')
ax.set_zlim(-100, 100)
[url removed, login to view]()
5 freelanceria on tarjonnut keskimäärin %project_bid_stats_avg_sub_26% %project_currencyDetails_sign_sub_27% tähän työhön
Hi! I have good experience in python programming and matplotpib plotting. I can deliver you high quality and readable code in fast time.
Hi, I am an expert in python scripting and matplotlib. I have done projects similar to this. Please let me know if you are interested. I will be able to complete with in an hour. Looking forward to work with you. Lisää
I have experience developing in python and in scientific computing . I have already developed programs like this in different areas with excellent results.
Hello, I am a robotics engineer currently doing my master. I work in python for my projects and use matplotlib extensively. I would like to do this job for you. Feel free to ask any questions. Regards, Naveed
I made a script. Note: you can plot surface with 3 your coordinates, but not contour beacuse z must be depend of x and y, z=f(x,y). Lisää